Home
last modified time | relevance | path

Searched refs:Input2 (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ObjectYAML/
H A DYAMLTest.cpp49 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 Dgcd.pass.cpp40 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 Dlcm.pass.cpp37 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 DRemarksLinkingTest.cpp51 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 Dranges_robust_against_differing_projections.pass.cpp26 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 DValidateInternalCalls.cpp274 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 DCommandLineTest.cpp252 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 DX86MCPlusBuilder.cpp1280 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 DMCPlusBuilder.h935 std::pair<MCPhysReg, int64_t> Input2) const { in evaluateStackOffsetExpr() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2264 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()