Lines Matching refs:std

29 std::string GetTest(std::string op_code, std::string new_op_code,
31 const std::string text = R"(
66 std::string text =
71 std::string text =
76 std::string text =
81 std::string text =
86 std::string text =
91 std::string text =
96 std::string text =
101 std::string text =
107 const std::string text = R"(
143 const std::string text = R"(
191 const std::string text = R"(
242 const std::string text = R"(
278 const std::string text = R"(
282 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
316 const std::string text = R"(
320 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
355 const std::string text = R"(
359 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
394 const std::string text = R"(
398 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
432 const std::string text = R"(
436 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
471 const std::string text = R"(
475 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
510 const std::string text = R"(
514 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
550 const std::string text = R"(
554 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
589 const std::string text = R"(
593 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
629 const std::string text = R"(
633 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
669 const std::string text = R"(
673 ; CHECK: [[ext:%\w+]] = OpExtInstImport "GLSL.std.450"
713 const std::string before = R"(
734 const std::string after = R"(OpCapability Shader
736 %12 = OpExtInstImport "GLSL.std.450"
793 const std::string before = R"(OpCapability Shader
812 const std::string after = R"(OpCapability Shader
814 %11 = OpExtInstImport "GLSL.std.450"
857 const std::string text = R"(
883 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result));
884 const std::string& output = std::get<0>(result);
889 const std::string text = R"(
915 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result));
916 const std::string& output = std::get<0>(result);
921 const std::string text = R"(
927 %1 = OpExtInstImport "GLSL.std.450"