| /llvm-project-15.0.7/llvm/unittests/ObjectYAML/ |
| H A D | YAMLTest.cpp | 49 yaml::Input Input2(InputYAML); in TEST() local 51 Input2.setAllowUnknownKeys(true); in TEST() 52 Input2 >> BH2; in TEST() 54 EXPECT_EQ(Input2.error().value(), 0); in TEST()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/ |
| H A D | gcd.pass.cpp | 40 template <typename Input1, typename Input2, typename Output> 44 auto value2 = static_cast<Input2>(in2); in test0() 52 template <typename Input1, typename Input2 = Input1> 56 using S2 = std::make_signed_t<Input2>; in do_test() 58 using U2 = std::make_unsigned_t<Input2>; in do_test()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/ |
| H A D | lcm.pass.cpp | 37 template <typename Input1, typename Input2, typename Output> 41 auto value2 = static_cast<Input2>(in2); in test0() 49 template <typename Input1, typename Input2 = Input1> 53 using S2 = std::make_signed_t<Input2>; in do_test() 55 using U2 = std::make_unsigned_t<Input2>; in do_test()
|
| /llvm-project-15.0.7/llvm/unittests/Remarks/ |
| H A D | RemarksLinkingTest.cpp | 51 remarks::Format InputFormat2, StringRef Input2, in check() argument 55 EXPECT_FALSE(RL.link(Input2, InputFormat2)); in check()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/ |
| H A D | ranges_robust_against_differing_projections.pass.cpp | 26 template <class Func, std::ranges::range Input1, std::ranges::range Input2, class ...Args> 27 constexpr void test(Func&& func, Input1& in1, Input2& in2, Args&& ...args) { in test()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ValidateInternalCalls.cpp | 274 std::pair<MCPhysReg, int64_t> Input2 = std::make_pair(0, 0); in analyzeFunction() local 275 if (!BC.MIB->evaluateStackOffsetExpr(Use, Output, Input1, Input2)) { in analyzeFunction()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 252 const char Input2[] = R"(a b c d ")"; in TEST() local 267 const char Input2[] = "\"a\\\"b c\\\"d\n\"e\\\"f g\\\"h\n"; in TEST() local 270 testCommandLineTokenizer(cl::TokenizeWindowsCommandLineFull, Input2, Output2, in TEST() 1956 StackOption<std::string, cl::opt<std::string>> Input2(cl::Positional, in TEST() local 1967 EXPECT_EQ("input2", Input2); in TEST()
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCPlusBuilder.cpp | 1280 std::pair<MCPhysReg, int64_t> Input2) const override { in evaluateStackOffsetExpr() 1285 if (Reg == Input2.first) in evaluateStackOffsetExpr() 1286 return Input2.second; in evaluateStackOffsetExpr()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | MCPlusBuilder.h | 935 std::pair<MCPhysReg, int64_t> Input2) const { in evaluateStackOffsetExpr() argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2264 SDValue &Input2, in SplitVecRes_VECTOR_SHUFFLE() 2267 Input2->getOpcode() == ISD::BUILD_VECTOR && in SplitVecRes_VECTOR_SHUFFLE() 2276 Ops[I] = Input2.getOperand(Idx - NewElts); in SplitVecRes_VECTOR_SHUFFLE()
|