Home
last modified time | relevance | path

Searched refs:block_p (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c6436 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 Dlto-streamer-out.cc190 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 Dlto-streamer-out.c199 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 DChangeLog-20043837 (lookup_name_real): Add block_p parameter.