Home
last modified time | relevance | path

Searched defs:for_str (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_for_stmt_test.cc169 void TestForWithError(std::string for_str, std::string error_str) { in TestForWithError()
183 std::string for_str = "for { }"; in TEST_F() local
191 std::string for_str = "for () {}"; in TEST_F() local
199 std::string for_str = "for (;) {}"; in TEST_F() local
207 std::string for_str = "for (;; {}"; in TEST_F() local
215 std::string for_str = "for (;;)"; in TEST_F() local
223 std::string for_str = "for (;;) {"; in TEST_F() local
231 std::string for_str = "for (let x: i32;;) { }"; in TEST_F() local
240 std::string for_str = "for (if (true) {} ;;) { }"; in TEST_F() local
248 std::string for_str = "for (; (0 == 1; ) { }"; in TEST_F() local
[all …]