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

  /src/external/gpl3/gcc/dist/gcc/cp/
cxx-pretty-print.cc 1621 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t);
1624 if (ex_spec == NULL)
1626 if (TREE_PURPOSE (ex_spec))
1631 if (DEFERRED_NOEXCEPT_SPEC_P (ex_spec))
1634 pp->expression (TREE_PURPOSE (ex_spec));
1640 for (; ex_spec && TREE_VALUE (ex_spec); ex_spec = TREE_CHAIN (ex_spec))
1642 tree type = TREE_VALUE (ex_spec);
1620 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cxx-pretty-print.cc 1595 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t);
1598 if (ex_spec == NULL)
1600 if (TREE_PURPOSE (ex_spec))
1605 if (DEFERRED_NOEXCEPT_SPEC_P (ex_spec))
1608 pp->expression (TREE_PURPOSE (ex_spec));
1614 for (; ex_spec && TREE_VALUE (ex_spec); ex_spec = TREE_CHAIN (ex_spec))
1616 tree type = TREE_VALUE (ex_spec);
1594 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t); local
    [all...]

Completed in 29 milliseconds