Home
last modified time | relevance | path

Searched refs:dtor_nothrow (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dexcept.c47 static int dtor_nothrow (tree);
205 dtor_nothrow (tree type) in dtor_nothrow() function
237 TREE_NOTHROW (cleanup) = dtor_nothrow (type); in do_end_catch()
H A DChangeLog-20021908 * except.c (dtor_nothrow): Use CLASSTYPE_DESTRUCTORS to find
H A DChangeLog-20035408 (dtor_nothrow): Likewise.
H A DChangeLog6667 * except.c (dtor_nothrow): Lazily create destructors if necessary.
H A DChangeLog-20005437 * except.c (dtor_nothrow): New fn.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c43 static int dtor_nothrow PARAMS ((tree));
175 dtor_nothrow (type) in dtor_nothrow() function
208 TREE_NOTHROW (cleanup) = dtor_nothrow (type);
H A DChangeLog3311 * except.c (dtor_nothrow): Use CLASSTYPE_DESTRUCTORS to find
15309 * except.c (dtor_nothrow): New fn.