Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc10120 bool memtmpl = (!block_local in grokfndecl() local
10123 if (memtmpl) in grokfndecl()
10143 || (friendp && !memtmpl && !funcdef_flag))))) in grokfndecl()
14269 bool memtmpl = (current_template_depth in grokdeclarator() local
14271 if (memtmpl) in grokdeclarator()
H A Dpt.cc29440 bool memtmpl = false; in build_deduction_guide() local
29504 memtmpl = true; in build_deduction_guide()
29599 if (!memtmpl) in build_deduction_guide()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c9492 bool memtmpl = (processing_template_decl > template_class_depth (ctx)); in grokfndecl() local
9493 if (memtmpl) in grokfndecl()
9504 || (friendp && !memtmpl && !initialized && !funcdef_flag))) in grokfndecl()
H A Dpt.c28459 bool memtmpl = false; in build_deduction_guide() local
28521 memtmpl = true; in build_deduction_guide()
28593 if (!memtmpl) in build_deduction_guide()