Searched refs:block_p (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.c | 6436 lookup_name_real_1 (tree name, int prefer_type, int nonclass, bool block_p, in lookup_name_real_1() argument 6480 if (block_p || !nonclass) in lookup_name_real_1() 6488 if (LOCAL_BINDING_P (iter) ? !block_p : nonclass) in lookup_name_real_1() 6576 lookup_name_real (tree name, int prefer_type, int nonclass, bool block_p, in lookup_name_real() argument 6581 ret = lookup_name_real_1 (name, prefer_type, nonclass, block_p, in lookup_name_real()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-streamer-out.cc | 190 location_t orig_loc, bool block_p) in lto_output_location_1() argument 249 if (block_p) in lto_output_location_1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer-out.c | 199 location_t orig_loc, bool block_p) in lto_output_location_1() argument 258 if (block_p) in lto_output_location_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2004 | 3837 (lookup_name_real): Add block_p parameter.
|