Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c141 static tree builtin_function (const char *name, tree type, int function_code,
1240 builtin_function (const char *name, tree type, int function_code, in builtin_function() argument
1251 DECL_FUNCTION_CODE (decl) = function_code; in builtin_function()
/openbsd-src/gnu/gcc/gcc/
H A Dlanghooks.h454 tree (*builtin_function) (const char *name, tree type, int function_code,
H A Dc-decl.c2841 builtin_function (const char *name, tree type, int function_code, in builtin_function() argument
2851 DECL_FUNCTION_CODE (decl) = function_code; in builtin_function()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c374 builtin_function (name, type, function_code, class, library_name, attrs) in builtin_function() argument
377 int function_code;
390 DECL_FUNCTION_CODE (decl) = function_code;
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c3681 builtin_function_2 (builtin_name, name, builtin_type, type, function_code, in builtin_function_2() argument
3687 int function_code;
3697 bdecl = builtin_function (builtin_name, builtin_type, function_code,
3704 decl = builtin_function (name, type, function_code, class, NULL,
H A Dc-decl.c2584 builtin_function (name, type, function_code, class, library_name, attrs) in builtin_function() argument
2587 int function_code;
2600 DECL_FUNCTION_CODE (decl) = function_code;
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c13155 builtin_function (const char *name, tree type, int function_code, in builtin_function() argument
13168 DECL_FUNCTION_CODE (decl) = function_code; in builtin_function()