Lines Matching defs:text
38 std::vector<const char*> text = {"OpCapability Shader",
45 JoinAllInsts(text), JoinAllInsts(expected), /* skip_nop = */ false);
72 std::vector<const char*> text = {
104 std::string expected_disassembly = SelectiveJoin(text, [](const char* line) {
118 << "text:\n"
125 SinglePassRunAndCheck<FreezeSpecConstantValuePass>(JoinAllInsts(text),
132 std::vector<const char*> text = {
154 std::string expected_disassembly = SelectiveJoin(text, [](const char* line) {
163 << "text:\n"
170 SinglePassRunAndCheck<FreezeSpecConstantValuePass>(JoinAllInsts(text),