Lines Matching defs:input
59 const std::string input = R"(%1 = OpTypeVoid
62 EXPECT_THAT(CompileFailure(input),
67 const std::string input = R"(%2 = OpExtInstImport "OpenCL.std"
69 EXPECT_THAT(CompileFailure(input),
74 const std::string input = R"(%opencl = OpExtInstImport "OpenCL.std"
76 EXPECT_THAT(CompileFailure(input), Eq("Expected '=', found end of stream."));
80 const std::string input = R"(%1 = OpExtInstImport "OpenCL.std"
88 CompiledInstructions(input),
102 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), Eq(input));
107 std::string input;
119 EXPECT_THAT(CompiledInstructions(ac.input, env), Eq(ac.expected));
130 EXPECT_THAT(CompiledInstructions(ac.input, env), Eq(ac.expected));
133 EXPECT_THAT(EncodeAndDecodeSuccessfully(ac.input,
135 Eq(ac.input))