Searched refs:push_library_fn (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | except.c | 174 fn = push_library_fn (fn, build_function_type (ptr_type_node, tmp)); in do_get_exception_ptr() 194 fn = push_library_fn (fn, build_function_type (ptr_type_node, tmp)); in do_begin_catch() 540 fn = push_library_fn (fn, build_function_type (ptr_type_node, tmp)); in do_allocate_exception()
|
H A D | decl.c | 3535 push_library_fn (tree name, tree type) in push_library_fn() function 3562 return push_library_fn (name, type); in push_void_library_fn() 3571 tree fn = push_library_fn (name, type); in push_throw_library_fn() 5793 acquire_fn = push_library_fn in expand_static_init() 5795 release_fn = push_library_fn (release_fn, vfntype); in expand_static_init() 5796 abort_fn = push_library_fn (abort_fn, vfntype); in expand_static_init()
|
H A D | cp-tree.h | 3904 extern tree push_library_fn (tree, tree);
|
H A D | ChangeLog-2000 | 5544 build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | except.c | 164 fn = push_library_fn (fn, build_function_type (ptr_type_node, tmp)); in do_begin_catch() 508 fn = push_library_fn (fn, build_function_type (ptr_type_node, tmp));
|
H A D | decl.c | 7359 push_library_fn (name, type) in push_library_fn() function 7390 return push_library_fn (name, type); 7400 tree fn = push_library_fn (name, type);
|
H A D | cp-tree.h | 3794 extern tree push_library_fn PARAMS ((tree, tree));
|
H A D | ChangeLog | 15416 build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
|