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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 2357 /* Core 1351: If the field has an NSDMI that could throw, the
2361 tree nsdmi = get_nsdmi (field, /*ctor*/false, complain);
2362 if (nsdmi == error_mark_node)
2365 && !expr_noexcept_p (nsdmi, tf_none))
2628 /* A trivial constructor doesn't have any NSDMI. */
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...]
parser.cc 2753 (cp_parser *parser, bool nsdmi);
23987 /* Used by handling of trailing-return-types and NSDMI, in which 'this'
24020 /* We recognize NSDMI context by the context-less 'this' pointer set up
24919 default_argument = cp_parser_cache_defarg (parser, /*nsdmi=*/false);
27510 /* Add DECL to the queue of NSDMI to be parsed later. */
32040 return cp_parser_cache_defarg (parser, /*nsdmi=*/true);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 2481 /* Core 1351: If the field has an NSDMI that could throw, the
2485 tree nsdmi = get_nsdmi (field, /*ctor*/false, complain);
2486 if (nsdmi == error_mark_node)
2489 && !expr_noexcept_p (nsdmi, tf_none))
2763 /* A trivial constructor doesn't have any NSDMI. */
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...]
parser.cc 2966 (cp_parser *parser, bool nsdmi);
24835 /* Used by handling of trailing-return-types and NSDMI, in which 'this'
24868 /* We recognize NSDMI context by the context-less 'this' pointer set up
25886 default_argument = cp_parser_cache_defarg (parser, /*nsdmi=*/false);
28571 /* Add DECL to the queue of NSDMI to be parsed later. */
    [all...]

Completed in 63 milliseconds