Home
last modified time | relevance | path

Searched refs:struct_decl (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_struct_decl_test.cc34 auto s = p->struct_decl(decos.value); in TEST_F()
56 auto s = p->struct_decl(decos.value); in TEST_F()
81 auto s = p->struct_decl(decos.value); in TEST_F()
102 auto s = p->struct_decl(decos.value); in TEST_F()
117 auto s = p->struct_decl(decos.value); in TEST_F()
133 auto s = p->struct_decl(decos.value); in TEST_F()
148 auto s = p->struct_decl(decos.value); in TEST_F()
164 auto s = p->struct_decl(decos.value); in TEST_F()
H A Dparser_impl.h430 /// Parses a `struct_decl` grammar element with the initial
434 Maybe<const ast::Struct*> struct_decl(ast::DecorationList& decos);
H A Dparser_impl.cc352 // | struct_decl SEMICOLON
402 auto str = struct_decl(decos.value); in expect_global_decl()
1264 // struct_decl
1266 Maybe<const ast::Struct*> ParserImpl::struct_decl(ast::DecorationList& decos) { in struct_decl() function in tint::reader::wgsl::ParserImpl
/third_party/libabigail/src/
H A Dabg-ctf-reader.cc589 class_decl_sptr struct_decl in process_ctf_type() local
591 result = is_type(struct_decl); in process_ctf_type()
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc1195 TypeDeclaration* struct_decl = MakeNode<StructDeclaration>( in MakeStructDeclaration() local
1197 Declaration* result = struct_decl; in MakeStructDeclaration()
1199 result = MakeNode<GenericTypeDeclaration>(generic_parameters, struct_decl); in MakeStructDeclaration()

Completed in 13 milliseconds