Home
last modified time | relevance | path

Searched refs:BLOCK_SOURCE_LOCATION (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-diagnostic.cc327 location_t bsloc = BLOCK_SOURCE_LOCATION (block); in set_inlining_locations()
H A Dtree-ssa-live.cc582 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 Doptinfo-emit-json.cc285 locus = &BLOCK_SOURCE_LOCATION (block); in inlining_chain_to_json()
H A Dauto-profile.cc396 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 Dlanghooks.cc412 locus = &BLOCK_SOURCE_LOCATION (block); in lhd_print_error_function()
H A Dtree-streamer-out.cc384 stream_output_location (ob, bp, BLOCK_SOURCE_LOCATION (expr)); in pack_ts_block_value_fields()
H A Dtree-streamer-in.cc420 stream_input_location (&BLOCK_SOURCE_LOCATION (expr), bp, data_in); in unpack_ts_block_value_fields()
H A Dtree-inline.cc817 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 Dtree-pretty-print.cc1449 if (BLOCK_SOURCE_LOCATION (block)) in dump_block_node()
1450 dump_location (pp, BLOCK_SOURCE_LOCATION (block)); in dump_block_node()
H A Dtree.h2065 #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 Dtree.cc11621 ret = &BLOCK_SOURCE_LOCATION (block); in block_nonartificial_location()
11665 loc = BLOCK_SOURCE_LOCATION (block); in tree_inlined_location()
H A Dtree-cfg.cc5290 return verify_location (blocks, BLOCK_SOURCE_LOCATION (block)); in verify_location()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-live.c585 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 Doptinfo-emit-json.cc285 locus = &BLOCK_SOURCE_LOCATION (block); in inlining_chain_to_json()
H A Dauto-profile.c396 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 Dlanghooks.c410 locus = &BLOCK_SOURCE_LOCATION (block); in lhd_print_error_function()
H A Dtree-streamer-out.c371 stream_output_location (ob, bp, BLOCK_SOURCE_LOCATION (expr)); in pack_ts_block_value_fields()
H A Dtree-streamer-in.c414 stream_input_location (&BLOCK_SOURCE_LOCATION (expr), bp, data_in); in unpack_ts_block_value_fields()
H A Dtree-inline.c837 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 Dtree-pretty-print.c1333 if (BLOCK_SOURCE_LOCATION (block)) in dump_block_node()
1334 dump_location (pp, BLOCK_SOURCE_LOCATION (block)); in dump_block_node()
H A Dtree.h1952 #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 Domp-expand.c8710 BLOCK_SOURCE_LOCATION (fniniblock) = BLOCK_SOURCE_LOCATION (tgtblock); in grid_expand_target_grid_body()
H A Dtree-cfg.c5232 return verify_location (blocks, BLOCK_SOURCE_LOCATION (block)); in verify_location()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c3454 locus = &BLOCK_SOURCE_LOCATION (block); in cp_print_error_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc3547 locus = &BLOCK_SOURCE_LOCATION (block); in cp_print_error_function()

12