Searched refs:function_code (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | treetree.c | 141 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 D | langhooks.h | 454 tree (*builtin_function) (const char *name, tree type, int function_code,
|
| H A D | c-decl.c | 2841 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 D | decl.c | 374 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 D | c-common.c | 3681 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 D | c-decl.c | 2584 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 D | com.c | 13155 builtin_function (const char *name, tree type, int function_code, in builtin_function() argument 13168 DECL_FUNCTION_CODE (decl) = function_code; in builtin_function()
|