Searched defs:Ten (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/unittests/ADT/ |
H A D | DynamicAPIntTest.cpp | 35 TypeParam Two(2), Five(5), Seven(7), Ten(10); in TYPED_TEST() local 78 TypeParam Two(2), Five(5), Seven(7), Ten(10); in TYPED_TEST() local
|
H A D | APIntTest.cpp | 780 APInt Ten(129, "A", 16); TEST() local [all...] |
/llvm-project/llvm/examples/HowToUseJIT/ |
H A D | HowToUseJIT.cpp | 119 Value *Ten = builder.getInt32(10); in main() local
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-enum-json.cpp | 25 Ten enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unsafe-buffer-usage-in-container-span-construct.cpp | 51 #define Ten warnVarInit() macro
|
H A D | cxx20-using-enum.cpp | 177 namespace Ten { namespace
|
/llvm-project/llvm/unittests/FileCheck/ |
H A D | FileCheckTest.cpp | 551 ExpressionLiteral Ten(bufferize(SM, "10"), APInt(64, 10u)); in TEST_F() local 577 std::unique_ptr<ExpressionLiteral> Ten = in TEST_F() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 5809 APFloat Ten(10.0f); expandPow() local
|