Searched defs:DEF_BUILTIN (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/lib/libc/include/ |
H A D | namespace.h | 62 #define DEF_BUILTIN(x) DEF_STRONG(x) macro 69 #define DEF_BUILTIN(x) __asm("") macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | builtins.c | 320 #define DEF_BUILTIN(ENUM, NAME, CLASS, TYPE, LIBTYPE, BOTH_P, \ in initialize_builtins() macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | builtins.c | 65 #define DEF_BUILTIN(X, N, C, T, LT, B, F, NA, AT) STRINGX(X), macro
|
H A D | c-common.c | 3573 #define DEF_BUILTIN(ENUM, NAME, CLASS, TYPE, LIBTYPE, \ in c_common_nodes_and_builtins() macro
|
H A D | tree.h | 87 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT) ENUM, macro
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-common.c | 3376 #define DEF_BUILTIN(ENUM, NAME, CLASS, TYPE, LIBTYPE, BOTH_P, FALLBACK_P, \ in c_common_nodes_and_builtins() macro
|
H A D | builtins.c | 59 #define DEF_BUILTIN(X, N, C, T, LT, B, F, NA, AT, IM, COND) #X, macro
|
H A D | tree.h | 215 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) ENUM, macro
|