Home
last modified time | relevance | path

Searched defs:TWO (Results 1 – 18 of 18) sorted by relevance

/llvm-project/lldb/test/API/commands/expression/macros/
H A Dmacro1.h5 #define TWO 2 macro
/llvm-project/clang/test/Sema/
H A Dwarn-integer-constants-in-ternary.c7 #define TWO 2 macro
H A Dwarn-int-in-bool-context.c8 #define TWO 2 macro
H A Dstring-concat.c63 #define TWO "foo" macro
/llvm-project/clang/test/Modules/
H A Dcxx20-include-translation.cpp41 #define TWO 2 macro
/llvm-project/clang/test/SemaCXX/
H A Dpragma-vtordisp.cpp20 #define TWO 1 macro
H A Dwarn-xor-as-pow.cpp11 #define TWO 2 macro
H A Dconstant-expression-cxx14.cpp1193 TWO = indirect_builtin_constant_p("abc") enumerator
H A Duninitialized.cpp215 enum count { ONE, TWO, THREE }; global() enumerator
/llvm-project/clang/test/AST/Interp/
H A Denums.cpp
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DRegisterValue.h36 TWO, // 2.0 global() enumerator
/llvm-project/clang/test/FixIt/
H A Dfixit.c39 #define TWO 2 macro
/llvm-project/libc/src/math/generic/
H A Dtan.cpp133 constexpr Float128 TWO(2.0); newton_raphson_div() local
/llvm-project/clang/test/SemaObjC/
H A Dcocoa-api-usage.m77 #define TWO(x) ((x), (x)) macro
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dmake_from_tuple.pass.cpp241 TWO, global() enumerator
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-instancetype.m104 #define TWO(x) ((x), (x)) macro
H A Dobjcmt-subscripting-literals.m90 #define TWO(x) ((x), (x)) macro
/llvm-project/libc/test/src/__support/
H A Dbig_int_test.cpp19 enum Value { ZERO, ONE, TWO, MIN, MAX }; global() enumerator