Home
last modified time | relevance | path

Searched refs:push_library_fn (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dexcept.c174 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 Ddecl.c3535 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 Dcp-tree.h3904 extern tree push_library_fn (tree, tree);
H A DChangeLog-20005544 build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c164 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 Ddecl.c7359 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 Dcp-tree.h3794 extern tree push_library_fn PARAMS ((tree, tree));
H A DChangeLog15416 build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,