HomeSort by: relevance | last modified time | path
    Searched defs:nsdmi (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 448 inline_needs_template_parms (tree decl, bool nsdmi)
450 if (!decl || (!nsdmi && ! DECL_TEMPLATE_INFO (decl)))
515 bool nsdmi = TREE_CODE (decl) == FIELD_DECL; local
517 if (nsdmi)
526 if (inline_needs_template_parms (decl, nsdmi))
12039 /* Also avoid push_to_top_level for a lambda in an NSDMI. */
12173 /* A closure type for a lambda in an NSDMI or default argument.
12241 /* A closure type for a lambda in an NSDMI or default argument.
14927 NSDMI in perform_member_init. Still set DECL_INITIAL
17020 /* We get here for a use of 'this' in an NSDMI. *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 479 inline_needs_template_parms (tree decl, bool nsdmi)
481 if (!decl || (!nsdmi && ! DECL_TEMPLATE_INFO (decl)))
548 bool nsdmi = TREE_CODE (decl) == FIELD_DECL; local
550 if (nsdmi)
559 if (inline_needs_template_parms (decl, nsdmi))
12365 /* Also avoid push_to_top_level for a lambda in an NSDMI. */
12502 /* A closure type for a lambda in an NSDMI or default argument.
12550 /* A closure type for a lambda in an NSDMI or default argument.
15391 NSDMI in perform_member_init. Still set DECL_INITIAL
21505 /* We get here for a use of 'this' in an NSDMI. *
    [all...]

Completed in 49 milliseconds