Home
last modified time | relevance | path

Searched refs:allocate_exception_fn (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc545 if (!allocate_exception_fn) in do_allocate_exception()
547 allocate_exception_fn in do_allocate_exception()
552 return cp_build_function_call_nary (allocate_exception_fn, in do_allocate_exception()
H A Dcp-tree.h357 #define allocate_exception_fn cp_global_trees[CPTI_ALLOCATE_EXCEPTION_FN] macro
H A DChangeLog-20173713 allocate_exception_fn, free_exception_fn, throw_fn, rethrow_fn): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c568 if (!allocate_exception_fn) in do_allocate_exception()
570 allocate_exception_fn in do_allocate_exception()
575 return cp_build_function_call_nary (allocate_exception_fn, in do_allocate_exception()
H A Dcp-tree.h340 #define allocate_exception_fn cp_global_trees[CPTI_ALLOCATE_EXCEPTION_FN] macro