Home
last modified time | relevance | path

Searched refs:DeclareType (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/torque/
Ddeclarations.h94 static TypeAlias* DeclareType(const Identifier* name, const Type* type);
Ddeclarations.cc165 TypeAlias* Declarations::DeclareType(const Identifier* name, const Type* type) { in DeclareType() function in v8::internal::torque::Declarations
Ddeclaration-visitor.cc311 TypeAlias* alias = Declarations::DeclareType(generic_type_name, type); in DeclareSpecializedTypes()
Dtype-visitor.cc37 Declarations::DeclareType(param.name, *arg_types_iterator); in ComputeType()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.cpp260 DeclareType(insn);
790 void SpirvShader::DeclareType(InsnIterator insn) in DeclareType() function in sw::SpirvShader
DSpirvShader.hpp902 void DeclareType(InsnIterator insn);