Lines Matching defs:text
41 const std::string text =
121 SinglePassRunAndMatch<SpreadVolatileSemantics>(text, true);
156 const std::string text = std::string(R"(OpCapability RuntimeDescriptorArray
228 SinglePassRunAndMatch<SpreadVolatileSemantics>(text, true);
247 const std::string text =
273 SinglePassRunAndMatch<SpreadVolatileSemantics>(text, true);
277 const std::string text =
364 SinglePassRunAndMatch<SpreadVolatileSemantics>(text, true);
368 const std::string text =
462 SinglePassRunAndMatch<SpreadVolatileSemantics>(text, true);
491 Pass::Status RunPass(const std::string& text) {
493 spvtools::BuildModule(SPV_ENV_UNIVERSAL_1_2, consumer_, text);
513 const std::string text =
596 EXPECT_EQ(RunPass(text), Pass::Status::Failure);
606 const std::string text =
689 EXPECT_EQ(RunPass(text), Pass::Status::Failure);
698 const std::string text =
790 EXPECT_EQ(RunPass(text), Pass::Status::SuccessWithoutChange);
794 const std::string text =
880 SinglePassRunAndMatch<SpreadVolatileSemantics>(text, true);
884 const std::string text =
988 SinglePassRunAndMatch<SpreadVolatileSemantics>(text, true);
992 const std::string text =
1113 SinglePassRunAndMatch<SpreadVolatileSemantics>(text, true);
1117 const std::string text = R"(
1131 SinglePassRunToBinary<SpreadVolatileSemantics>(text,
1137 const std::string text = R"(
1202 SinglePassRunAndMatch<SpreadVolatileSemantics>(text, true);
1206 const std::string text = R"(
1256 EXPECT_EQ(RunPass(text), Pass::Status::Failure);