Home
last modified time | relevance | path

Searched refs:builtin_function_1 (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c67 static tree builtin_function_1 (const char *, tree, tree,
3397 builtin_function_1 (const char* name, in builtin_function_1() function
3462 builtin_function_1 (name, type, std_node, code, cl, libname, attrs); in builtin_function()
3466 return builtin_function_1 (name, type, NULL_TREE, code, in builtin_function()
H A DChangeLog-20022125 * decl.c (builtin_function_1): No need to explicitly mark
3442 (builtin_function_1): New function split out from builtin_function
3444 (builtin_function): Call builtin_function_1 to define the
H A DChangeLog-20044689 (builtin_function_1): Don't call make_decl_rtl.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c86 static tree builtin_function_1 PARAMS ((const char *, tree, tree, int,
7211 builtin_function_1 (name, type, context, code, class, libname, attrs) in builtin_function_1() function
7278 builtin_function_1 (name, type, std_node, code, class, libname, attrs);
7282 return builtin_function_1 (name, type, NULL_TREE, code,
H A DChangeLog3528 * decl.c (builtin_function_1): No need to explicitly mark
4845 (builtin_function_1): New function split out from builtin_function
4847 (builtin_function): Call builtin_function_1 to define the
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog20042 (builtin_function_1): Likewise.