/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-diagnostic.cc | 327 location_t bsloc = BLOCK_SOURCE_LOCATION (block); in set_inlining_locations()
|
H A D | tree-ssa-live.cc | 582 gcc_assert (LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (scope)) in remove_unused_scope_block_p() 677 if (LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (scope)) != UNKNOWN_LOCATION) in dump_scope_block() 679 expanded_location s = expand_location (BLOCK_SOURCE_LOCATION (scope)); in dump_scope_block()
|
H A D | optinfo-emit-json.cc | 285 locus = &BLOCK_SOURCE_LOCATION (block); in inlining_chain_to_json()
|
H A D | auto-profile.cc | 396 location_t tmp_locus = BLOCK_SOURCE_LOCATION (block); in get_inline_stack() 425 if (LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (block)) != UNKNOWN_LOCATION) in get_relative_location_for_stmt()
|
H A D | langhooks.cc | 412 locus = &BLOCK_SOURCE_LOCATION (block); in lhd_print_error_function()
|
H A D | tree-streamer-out.cc | 384 stream_output_location (ob, bp, BLOCK_SOURCE_LOCATION (expr)); in pack_ts_block_value_fields()
|
H A D | tree-streamer-in.cc | 420 stream_input_location (&BLOCK_SOURCE_LOCATION (expr), bp, data_in); in unpack_ts_block_value_fields()
|
H A D | tree-inline.cc | 817 BLOCK_SOURCE_LOCATION (new_block) = BLOCK_SOURCE_LOCATION (old_block); in remap_block() 4965 BLOCK_SOURCE_LOCATION (id->block) = loc; in expand_call_inline()
|
H A D | tree-pretty-print.cc | 1449 if (BLOCK_SOURCE_LOCATION (block)) in dump_block_node() 1450 dump_location (pp, BLOCK_SOURCE_LOCATION (block)); in dump_block_node()
|
H A D | tree.h | 2065 #define BLOCK_SOURCE_LOCATION(NODE) (BLOCK_CHECK (NODE)->block.locus) macro 5218 return LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (block)) != UNKNOWN_LOCATION; in inlined_function_outer_scope_p()
|
H A D | tree.cc | 11621 ret = &BLOCK_SOURCE_LOCATION (block); in block_nonartificial_location() 11665 loc = BLOCK_SOURCE_LOCATION (block); in tree_inlined_location()
|
H A D | tree-cfg.cc | 5290 return verify_location (blocks, BLOCK_SOURCE_LOCATION (block)); in verify_location()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-live.c | 585 gcc_assert (LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (scope)) in remove_unused_scope_block_p() 650 if (LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (scope)) != UNKNOWN_LOCATION) in dump_scope_block() 652 expanded_location s = expand_location (BLOCK_SOURCE_LOCATION (scope)); in dump_scope_block()
|
H A D | optinfo-emit-json.cc | 285 locus = &BLOCK_SOURCE_LOCATION (block); in inlining_chain_to_json()
|
H A D | auto-profile.c | 396 location_t tmp_locus = BLOCK_SOURCE_LOCATION (block); in get_inline_stack() 425 if (LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (block)) != UNKNOWN_LOCATION) in get_relative_location_for_stmt()
|
H A D | langhooks.c | 410 locus = &BLOCK_SOURCE_LOCATION (block); in lhd_print_error_function()
|
H A D | tree-streamer-out.c | 371 stream_output_location (ob, bp, BLOCK_SOURCE_LOCATION (expr)); in pack_ts_block_value_fields()
|
H A D | tree-streamer-in.c | 414 stream_input_location (&BLOCK_SOURCE_LOCATION (expr), bp, data_in); in unpack_ts_block_value_fields()
|
H A D | tree-inline.c | 837 BLOCK_SOURCE_LOCATION (new_block) = BLOCK_SOURCE_LOCATION (old_block); in remap_block() 4903 BLOCK_SOURCE_LOCATION (id->block) = loc; in expand_call_inline()
|
H A D | tree-pretty-print.c | 1333 if (BLOCK_SOURCE_LOCATION (block)) in dump_block_node() 1334 dump_location (pp, BLOCK_SOURCE_LOCATION (block)); in dump_block_node()
|
H A D | tree.h | 1952 #define BLOCK_SOURCE_LOCATION(NODE) (BLOCK_CHECK (NODE)->block.locus) macro 5037 return LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (block)) != UNKNOWN_LOCATION; in inlined_function_outer_scope_p()
|
H A D | omp-expand.c | 8710 BLOCK_SOURCE_LOCATION (fniniblock) = BLOCK_SOURCE_LOCATION (tgtblock); in grid_expand_target_grid_body()
|
H A D | tree-cfg.c | 5232 return verify_location (blocks, BLOCK_SOURCE_LOCATION (block)); in verify_location()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | error.c | 3454 locus = &BLOCK_SOURCE_LOCATION (block); in cp_print_error_function()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | error.cc | 3547 locus = &BLOCK_SOURCE_LOCATION (block); in cp_print_error_function()
|