Searched refs:nsdmi (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-template1.C8 template <class T> struct nsdmi : T struct in inherits:T
10 nsdmi() {} function in struct:nsdmi
17 nsdmi<base> x;
/haiku-buildtools/gcc/gcc/cp/
H A Dmethod.c1225 tree nsdmi = get_nsdmi (field, /*ctor*/false);
1226 if (!expr_noexcept_p (nsdmi, complain))
1223 tree nsdmi = get_nsdmi (field, /*ctor*/false); local
H A Dpt.c395 inline_needs_template_parms (tree decl, bool nsdmi) argument
397 if (!decl || (!nsdmi && ! DECL_TEMPLATE_INFO (decl)))
475 bool nsdmi = TREE_CODE (decl) == FIELD_DECL; local
477 if (nsdmi)
486 if (inline_needs_template_parms (decl, nsdmi))
H A Dparser.c2478 (cp_parser *parser, bool nsdmi);
19117 default_argument = cp_parser_cache_defarg (parser, /*nsdmi=*/false);
24034 return cp_parser_cache_defarg (parser, /*nsdmi=*/true);
25358 cp_parser_cache_defarg (cp_parser *parser, bool nsdmi)
25407 if (nsdmi)
25356 cp_parser_cache_defarg(cp_parser *parser, bool nsdmi) argument

Completed in 283 milliseconds