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

  /src/external/gpl3/gcc/dist/gcc/cp/
except.cc 37 static int dtor_nothrow (tree);
233 dtor_nothrow (tree type) function
263 TREE_NOTHROW (cleanup) = dtor_nothrow (type);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
except.cc 37 static int dtor_nothrow (tree);
230 dtor_nothrow (tree type) function
260 TREE_NOTHROW (cleanup) = dtor_nothrow (type);

Completed in 25 milliseconds