Searched defs:FortyTwo (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/test/InterfaceStubs/ |
H A D | function-template-specialization.cpp | 30 int FortyTwo = templateFunction<int>(42); variable
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | PatternMatchTest.cpp | 603 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); TEST_F() local 629 MachineInstrBuilder FortyTwo = B.buildConstant(s64, 42); TEST_F() local 659 MachineInstrBuilder FortyTwo = B.buildConstant(s64, 42); TEST_F() local 687 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); TEST_F() local 698 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); TEST_F() local 830 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); TEST_F() local 863 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); TEST_F() local [all...] |
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
H A D | assign_value.pass.cpp | 240 enum MyEnum { Zero, One, Two, Three, FortyTwo = 42 }; enumerator
|