Home
last modified time | relevance | path

Searched refs:get_atexit_node (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c94 static tree get_atexit_node (void);
5488 get_atexit_node (void) in get_atexit_node() function
5707 return build_function_call (get_atexit_node (), args); in register_dtor_fn()
H A DChangeLog-20033402 (get_atexit_node): Use decay_conversion.
H A DChangeLog-1999177 * decl.c (get_atexit_node): New function, split out from
H A DChangeLog-20005542 (get_atexit_node): Use build_library_fn_ptr.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c135 static tree get_atexit_node PARAMS ((void));
9149 get_atexit_node () in get_atexit_node() function
9354 finish_expr_stmt (build_function_call (get_atexit_node (), args));
H A DChangeLog15414 (get_atexit_node): Use build_library_fn_ptr.
H A DChangeLog.2177 * decl.c (get_atexit_node): New function, split out from