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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 5017 tree new_eh_spec;
5036 new_eh_spec
5040 new_eh_spec = noexcept_false_spec;
5051 newtype = build_exception_variant (newtype, new_eh_spec);
5099 newtype = build_exception_variant (newtype, new_eh_spec);
5008 tree new_eh_spec; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 4684 tree new_eh_spec;
4703 new_eh_spec
4707 new_eh_spec = noexcept_false_spec;
4718 newtype = build_exception_variant (newtype, new_eh_spec);
4766 newtype = build_exception_variant (newtype, new_eh_spec);
4675 tree new_eh_spec; local

Completed in 64 milliseconds