Searched refs:push_cp_library_fn (Results 1 – 2 of 2) sorted by relevance
103 static tree push_cp_library_fn (enum tree_code, tree);3294 push_cp_library_fn (NEW_EXPR, newtype); in cxx_init_decl_processing()3295 push_cp_library_fn (VEC_NEW_EXPR, newtype); in cxx_init_decl_processing()3296 global_delete_fndecl = push_cp_library_fn (DELETE_EXPR, deltype); in cxx_init_decl_processing()3297 push_cp_library_fn (VEC_DELETE_EXPR, deltype); in cxx_init_decl_processing()3558 push_cp_library_fn (enum tree_code operator_code, tree type) in push_cp_library_fn() function
3480 (push_cp_library_fn): Likewise.3493 (init_decl_processing): Adjust parameters to push_cp_library_fn.3498 (push_cp_library_fn): Likewise.5544 build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,