Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Ddecl.c71 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()
DChangeLog-20012288 (build_library_fn_1): Likewise.
2732 (build_library_fn_1): Set DECL_LANGUAGE for library functions.
DChangeLog-20003494 (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.
DChangeLog-20043038 (build_library_fn_1): Give all library functions default
DChangeLog5698 * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl.c89 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);
DChangeLog8265 (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.