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

  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 1704 ? canonical_eh_spec (TYPE_RAISES_EXCEPTIONS (t))
2767 canonical_eh_spec (tree raises)
2822 tree cr = flag_noexcept_type ? canonical_eh_spec (raises) : NULL_TREE;
2849 tree cr = flag_noexcept_type ? canonical_eh_spec (raises) : NULL_TREE;
2761 canonical_eh_spec (tree raises) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 1674 ? canonical_eh_spec (TYPE_RAISES_EXCEPTIONS (t))
2752 canonical_eh_spec (tree raises)
2807 tree cr = flag_noexcept_type ? canonical_eh_spec (raises) : NULL_TREE;
2834 tree cr = flag_noexcept_type ? canonical_eh_spec (raises) : NULL_TREE;
2746 canonical_eh_spec (tree raises) function

Completed in 42 milliseconds