Searched refs:abort_name (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 9034 tree acquire_name, release_name, abort_name; in expand_static_init() local 9040 abort_name = get_identifier ("__cxa_guard_abort"); in expand_static_init() 9043 abort_fn = get_global_binding (abort_name); in expand_static_init() 9058 abort_fn = push_library_fn (abort_name, vfntype, NULL_TREE, in expand_static_init()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 9680 tree acquire_name, release_name, abort_name; in expand_static_init() local 9686 abort_name = get_identifier ("__cxa_guard_abort"); in expand_static_init() 9689 abort_fn = get_global_binding (abort_name); in expand_static_init() 9704 abort_fn = push_library_fn (abort_name, vfntype, NULL_TREE, in expand_static_init()
|