/llvm-project/lldb/test/API/commands/expression/macros/ |
H A D | macro1.h | 5 #define TWO 2 macro
|
/llvm-project/clang/test/Sema/ |
H A D | warn-integer-constants-in-ternary.c | 7 #define TWO 2 macro
|
H A D | warn-int-in-bool-context.c | 8 #define TWO 2 macro
|
H A D | string-concat.c | 63 #define TWO "foo" macro
|
/llvm-project/clang/test/Modules/ |
H A D | cxx20-include-translation.cpp | 41 #define TWO 2 macro
|
/llvm-project/clang/test/SemaCXX/ |
H A D | pragma-vtordisp.cpp | 20 #define TWO 1 macro
|
H A D | warn-xor-as-pow.cpp | 11 #define TWO 2 macro
|
H A D | constant-expression-cxx14.cpp | 1193 TWO = indirect_builtin_constant_p("abc") enumerator
|
H A D | uninitialized.cpp | 215 enum count { ONE, TWO, THREE }; global() enumerator
|
/llvm-project/clang/test/AST/Interp/ |
H A D | enums.cpp |
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | RegisterValue.h | 36 TWO, // 2.0 global() enumerator
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit.c | 39 #define TWO 2 macro
|
/llvm-project/libc/src/math/generic/ |
H A D | tan.cpp | 133 constexpr Float128 TWO(2.0); newton_raphson_div() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | cocoa-api-usage.m | 77 #define TWO(x) ((x), (x)) macro
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
H A D | make_from_tuple.pass.cpp | 241 TWO, global() enumerator
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-instancetype.m | 104 #define TWO(x) ((x), (x)) macro
|
H A D | objcmt-subscripting-literals.m | 90 #define TWO(x) ((x), (x)) macro
|
/llvm-project/libc/test/src/__support/ |
H A D | big_int_test.cpp | 19 enum Value { ZERO, ONE, TWO, MIN, MAX }; global() enumerator
|