Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dkythe-data.cc161 kythe_entity_t KytheData::AddTypeDefinition(const Declarable* type_decl) { in AddTypeDefinition()
176 const Declarable* type_decl) { in AddTypeUse()
Dtorque-parser.cc737 TypeDeclaration* type_decl = MakeNode<AbstractTypeDeclaration>( in MakeAbstractTypeDeclaration() local
1407 auto type_decl = MakeNode<AbstractTypeDeclaration>( in MakeEnumDeclaration() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfreeze_spec_const_test.cpp29 const char* type_decl; member
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dfreeze_spec_const_test.cpp29 const char* type_decl; member
/third_party/spirv-tools/test/opt/
Dfreeze_spec_const_test.cpp28 const char* type_decl; member
/third_party/skia/third_party/externals/tint/src/writer/
Dtext_generator.h210 const sem::Type* TypeOf(const ast::TypeDecl* type_decl) const { in TypeOf()
/third_party/libabigail/include/
Dabg-fwd.h126 class type_decl; variable
/third_party/libabigail/src/
Dabg-ctf-reader.cc538 type_decl_sptr type_decl in process_ctf_type() local
Dabg-dwarf-reader.cc13767 decl_base_sptr type_decl; in build_function_type() local
14165 decl_base_sptr type_decl; in build_array_type() local
Dabg-ir.cc11752 decl_base_sptr type_decl = get_type_declaration(type); in lookup_type_in_scope() local
15058 type_decl::type_decl(const environment& env, in type_decl() function in abigail::ir::type_decl
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc1024 Maybe<const ast::Type*> ParserImpl::type_decl() { in type_decl() function in tint::reader::wgsl::ParserImpl
1043 Maybe<const ast::Type*> ParserImpl::type_decl(ast::DecorationList& decos) { in type_decl() function in tint::reader::wgsl::ParserImpl
/third_party/skia/third_party/externals/tint/src/resolver/
Ddependency_graph_test.cc1246 const auto* type_decl = Alias(type_sym, ty.i32()); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc205 for (auto* const type_decl : program_->AST().TypeDecls()) { in Generate() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp13170 auto type_decl = type_to_glsl(get<SPIRType>(type.parent_type), id); in type_to_glsl() local