Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_switch_test.cc33 auto* case_body = Block(create<ast::BreakStatement>()); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_switch_test.cc33 auto* case_body = Block(create<ast::BreakStatement>()); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_switch_test.cc33 auto* case_body = Block(create<ast::BreakStatement>()); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc1958 Maybe<const ast::BlockStatement*> ParserImpl::case_body() { in case_body() function in tint::reader::wgsl::ParserImpl