Searched defs:INIT (Results 1 – 11 of 11) sorted by relevance
/llvm-project/openmp/runtime/test/tasking/ |
H A D | kmp_task_modifier_simple_par_old.cpp | 7 #define INIT 10 macro
|
H A D | kmp_task_modifier_simple_ws_old.cpp | 7 #define INIT 10 macro
|
H A D | kmp_task_modifier_simple_par_new.cpp | 7 #define INIT 10 macro
|
H A D | kmp_task_modifier_simple_ws_new.cpp | 7 #define INIT 10 macro
|
/llvm-project/clang/test/Preprocessor/ |
H A D | macro_with_initializer_list.cpp | 136 #define INIT(var, init) Foo var = init; // expected-note 3{{defined here}} macro
|
/llvm-project/llvm/lib/Support/ |
H A D | regexec.c | 71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro 120 #define INIT(o, n) ((o) = (n)) macro
|
H A D | CommandLine.cpp | 930 enum { INIT, UNQUOTED, QUOTED } State = INIT; tokenizeWindowsCommandLineImpl() enumerator
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | DIEBuilder.h | 179 enum class CloneExpressionStage { INIT, PATCH }; global() enumerator
|
/llvm-project/libc/test/src/__support/CPP/ |
H A D | type_traits_test.cpp | 159 enum State { INIT = 0, A_APPLY_CALLED, B_APPLY_CALLED }; global() enumerator
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5127 DECLARE_FIELD(NAME,TYPE,INIT) global() argument 5128 NOP_FIELD(NAME,TYPE,INIT) global() argument 5129 REQUIRE_FIELD(NAME,TYPE,INIT) global() argument
|