Searched refs:push_library_fn (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | except.c | 202 res = push_library_fn (ident, fntype, except, ecf); in declare_library_fn() 220 tm_fn = push_library_fn (tm_ident, fntype, except, ecf | tm_ecf); in declare_library_fn()
|
H A D | decl.c | 4821 push_library_fn (tree name, tree type, tree raises, int ecf_flags) in push_library_fn() function 4855 return push_library_fn (name, type, NULL_TREE, ecf_flags); in push_void_library_fn() 4864 tree fn = push_library_fn (name, type, NULL_TREE, ECF_NORETURN | ECF_COLD); in push_throw_library_fn() 9045 acquire_fn = push_library_fn in expand_static_init() 9055 release_fn = push_library_fn (release_name, vfntype, NULL_TREE, in expand_static_init() 9058 abort_fn = push_library_fn (abort_name, vfntype, NULL_TREE, in expand_static_init()
|
H A D | cp-tree.h | 6549 extern tree push_library_fn (tree, tree, tree, int);
|
H A D | class.c | 9913 dvirt_fn = push_library_fn in build_vtbl_initializer()
|
H A D | pt.c | 29729 tree ipfn = push_library_fn (get_identifier ("__integer_pack"), in declare_integer_pack()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | except.cc | 153 tree res = push_library_fn (ident, fntype, except, ecf); in declare_library_fn_1()
|
H A D | decl.cc | 5111 push_library_fn (tree name, tree type, tree raises, int ecf_flags) in push_library_fn() function 5141 tree fn = push_library_fn (name, type, NULL_TREE, ECF_NORETURN | ECF_COLD); in push_throw_library_fn() 9691 acquire_fn = push_library_fn in expand_static_init() 9701 release_fn = push_library_fn (release_name, vfntype, NULL_TREE, in expand_static_init() 9704 abort_fn = push_library_fn (abort_name, vfntype, NULL_TREE, in expand_static_init()
|
H A D | ChangeLog-2013 | 1475 push_library_fn, push_void_library_fn): Update prototype. 1485 (push_library_fn): Likewise.
|
H A D | ChangeLog-2008 | 1211 * decl.c (push_library_fn): Add a parameter for the exceptions that
|
H A D | cp-tree.h | 6820 extern tree push_library_fn (tree, tree, tree, int);
|
H A D | class.cc | 10031 dvirt_fn = push_library_fn in build_vtbl_initializer()
|
H A D | ChangeLog-2020 | 3318 * decl.c (push_library_fn): Return the decl pushdecl_toplevel returns.
|
H A D | ChangeLog-2000 | 5544 build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
|
H A D | pt.cc | 30811 tree ipfn = push_library_fn (get_identifier ("__integer_pack"), in declare_integer_pack()
|