Searched refs:LIBTYPE (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/cmake/modules/ |
| H A D | AddClang.cmake | 89 set(LIBTYPE SHARED STATIC) variable 91 set(LIBTYPE SHARED) variable 96 set(LIBTYPE SHARED) variable 98 set(LIBTYPE STATIC) variable 102 list(APPEND LIBTYPE OBJECT) 106 llvm_add_library(${name} ${LIBTYPE} ${ARG_UNPARSED_ARGUMENTS} ${srcs})
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | builtins.def | 24 DEF_BUILTIN (ENUM, NAME, CLASS, TYPE, LIBTYPE, BOTH_P, 42 enumerals from builtin-types.def. If BOTH_P is true, then LIBTYPE 43 is the type of the non-`__builtin_' variant. Otherwise, LIBTYPE
|
| H A D | c-common.c | 3573 #define DEF_BUILTIN(ENUM, NAME, CLASS, TYPE, LIBTYPE, \ in c_common_nodes_and_builtins() argument 3593 builtin_types[LIBTYPE], \ in c_common_nodes_and_builtins()
|
| /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() argument
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | builtins.def | 25 DEF_BUILTIN (ENUM, NAME, CLASS, TYPE, LIBTYPE, BOTH_P, 43 enumerals from builtin-types.def. If BOTH_P is true, then LIBTYPE 44 is the type of the non-`__builtin_' variant. Otherwise, LIBTYPE
|
| 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() argument 3381 builtin_types[(int) LIBTYPE], \ in c_common_nodes_and_builtins()
|