Home
last modified time | relevance | path

Searched defs:FortyTwo (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/InterfaceStubs/
H A Dfunction-template-specialization.cpp30 int FortyTwo = templateFunction<int>(42); variable
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp603 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 Dassign_value.pass.cpp240 enum MyEnum { Zero, One, Two, Three, FortyTwo = 42 }; enumerator