Home
last modified time | relevance | path

Searched refs:LOCATION_LINE (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/gcc/
HDinput.h90 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) macro
92 #define input_line LOCATION_LINE(input_location)
HDtree-ssa-alias-warnings.c850 LOCATION_FILE (ref1_loc), LOCATION_LINE (ref1_loc), in strict_aliasing_warn()
853 LOCATION_FILE (ref2_loc), LOCATION_LINE (ref2_loc)); in strict_aliasing_warn()
HDprofile.c798 || (LOCATION_LINE (e->goto_locus) in branch_prob()
799 != LOCATION_LINE (EXPR_LOCATION (last))))) in branch_prob()
997 LOCATION_LINE (curr_location), &offset, bb); in branch_prob()
HDtree-vectorizer.h30 #define LOC_LINE(l) LOCATION_LINE (l)
HDtree-ssa-loop-niter.c1162 if (LOCATION_LINE (loc) > 0) in number_of_iterations_exit()
HDtree.h1476 LOCATION_LINE (EXPR_CHECK (NODE)->exp.locus)
2347 #define DECL_SOURCE_LINE(NODE) LOCATION_LINE (DECL_SOURCE_LOCATION (NODE))
HDtree-cfg.c1457 if (LOCATION_LINE (loc) > 0) in remove_useless_stmts_warn_notreached()
2086 if (t && LOCATION_LINE (*t) > 0) in remove_bb()
HDChangeLog-200427104 LOCATION_FILE, LOCATION_LINE): New macros and functions.
/trueos/contrib/gcc/cp/
HDparser.c20346 int save_line = LOCATION_LINE (input_location); in declare_block_prologue_local_vars()
20353 LOCATION_LINE (input_location) = DECL_SOURCE_LINE (decl) - 1; in declare_block_prologue_local_vars()
20363 LOCATION_LINE (input_location) = save_line; in declare_block_prologue_local_vars()