Searched refs:build_library_fn_1 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | decl.c | 72 static tree build_library_fn_1 (tree, enum tree_code, tree); 3417 tree decl = build_library_fn_1 (get_identifier (name), ERROR_MARK, type); in builtin_function_1() 3486 build_library_fn_1 (tree name, enum tree_code operator_code, tree type) in build_library_fn_1() function 3508 tree fn = build_library_fn_1 (name, ERROR_MARK, type); in build_library_fn() 3518 tree fn = build_library_fn_1 (name, operator_code, type); in build_cp_library_fn()
|
| D | ChangeLog-2001 | 2288 (build_library_fn_1): Likewise. 2732 (build_library_fn_1): Set DECL_LANGUAGE for library functions.
|
| D | ChangeLog-2000 | 3494 (builtin_function): Adjust parameters to build_library_fn_1. 3495 (build_library_fn_1): Accept an overloaded operator code. 5540 (build_library_fn_1): New static fn.
|
| D | ChangeLog-2004 | 3038 (build_library_fn_1): Give all library functions default
|
| D | ChangeLog | 5767 * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
|