Searched refs:build_library_fn_1 (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | decl.c | 71 static tree build_library_fn_1 (tree, enum tree_code, tree); 3405 tree decl = build_library_fn_1 (get_identifier (name), ERROR_MARK, type); in builtin_function_1() 3474 build_library_fn_1 (tree name, enum tree_code operator_code, tree type) in build_library_fn_1() function 3496 tree fn = build_library_fn_1 (name, ERROR_MARK, type); in build_library_fn() 3506 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 | 5698 * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | decl.c | 89 static tree build_library_fn_1 PARAMS ((tree, enum tree_code, tree)); 7220 tree decl = build_library_fn_1 (get_identifier (name), ERROR_MARK, type); 7290 build_library_fn_1 (name, operator_code, type) in build_library_fn_1() function 7314 return build_library_fn_1 (name, ERROR_MARK, type); 7325 tree fn = build_library_fn_1 (name, operator_code, type);
|
| D | ChangeLog | 8265 (build_library_fn_1): Likewise. 8709 (build_library_fn_1): Set DECL_LANGUAGE for library functions. 13366 (builtin_function): Adjust parameters to build_library_fn_1. 13367 (build_library_fn_1): Accept an overloaded operator code. 15412 (build_library_fn_1): New static fn.
|