| /third_party/node/deps/v8/src/torque/ |
| D | types.cc | 113 base::Optional<const ClassType*> Type::ClassSupertype() const { in ClassSupertype() 115 if (auto* class_type = ClassType::DynamicCast(t)) { in ClassSupertype() 369 ? ClassType::cast(current_container_type)->GetSuperClass() in GetHierarchy() 382 if (auto parent_class = ClassType::DynamicCast(parent())) { in HasField() 394 if (auto parent_class = ClassType::DynamicCast(parent())) { in LookupFieldInternal() 514 ClassType::ClassType(const Type* parent, Namespace* nspace, in ClassType() function in v8::internal::torque::ClassType 525 std::string ClassType::GetGeneratedTNodeTypeNameImpl() const { in GetGeneratedTNodeTypeNameImpl() 529 std::string ClassType::GetGeneratedTypeNameImpl() const { in GetGeneratedTypeNameImpl() 534 std::string ClassType::ToExplicitString() const { return "class " + name(); } in ToExplicitString() 536 bool ClassType::AllowInstantiation() const { in AllowInstantiation() [all …]
|
| D | type-oracle.cc | 74 std::vector<const ClassType*> TypeOracle::GetClasses() { in GetClasses() 75 std::vector<const ClassType*> result; in GetClasses() 77 if (auto* class_type = ClassType::DynamicCast(t.get())) { in GetClasses()
|
| D | class-debug-reader-generator.cc | 155 base::Optional<const ClassType*> field_class_type = in GetOriginalType() 457 void GenerateClassDebugReader(const ClassType& type, std::ostream& h_contents, in GenerateClassDebugReader() 460 std::unordered_set<const ClassType*>* done) { in GenerateClassDebugReader() 463 const ClassType* super_type = type.GetSuperClass(); in GenerateClassDebugReader() 579 std::unordered_set<const ClassType*> done; in GenerateClassDebugReaders() 580 for (const ClassType* type : TypeOracle::GetClasses()) { in GenerateClassDebugReaders()
|
| D | instance-type-generator.cc | 17 explicit InstanceTypeTree(const ClassType* type) in InstanceTypeTree() 24 const ClassType* type; 38 std::unordered_map<const ClassType*, InstanceTypeTree*> map_by_type; in BuildInstanceTypeTree() 43 const ClassType* class_type = ClassType::DynamicCast(type); in BuildInstanceTypeTree() 61 const ClassType* parent = type_tree->type->GetSuperClass(); in BuildInstanceTypeTree() 457 for (const ClassType* type : TypeOracle::GetClasses()) { in GenerateInstanceTypes()
|
| D | type-visitor.h | 29 ClassType* class_type, const ClassDeclaration* class_declaration); 54 static const ClassType* ComputeType(ClassDeclaration* decl,
|
| D | type-oracle.h | 56 static ClassType* GetClassType(const Type* parent, const std::string& name, in GetClassType() 60 std::unique_ptr<ClassType> type(new ClassType( in GetClassType() 62 ClassType* result = type.get(); in GetClassType() 382 static std::vector<const ClassType*> GetClasses();
|
| D | type-visitor.cc | 237 const ClassType* TypeVisitor::ComputeType( in ComputeType() 254 const ClassType* super_class = ClassType::DynamicCast(super_type); in ComputeType() 266 const ClassType* super_class = ClassType::DynamicCast(super_type); in ComputeType() 417 ClassType* class_type, const ClassDeclaration* class_declaration) { in VisitClassFieldsAndMethods() 418 const ClassType* super_class = class_type->GetSuperClass(); in VisitClassFieldsAndMethods()
|
| D | implementation-visitor.cc | 80 for (const ClassType* type : TypeOracle::GetClasses()) { in BeginGeneratedFiles() 247 if (const ClassType* class_type = ClassType::DynamicCast(alias->type())) { in Visit() 1395 const ClassType* class_type, in VisitInitializerResults() 1421 VisitResult object, const Field& field, const ClassType* class_type, in GenerateFieldReference() 1474 const ClassType* class_type, VisitResult allocate_result, in InitializeClass() 1477 if (const ClassType* super = class_type->GetSuperClass()) { in InitializeClass() 1523 const ClassType* class_type = *object.type()->ClassSupertype(); in GenerateArrayLength() 1552 const ClassType* class_type, const InitializerResults& initializer_results, in GenerateArrayLength() 1575 const ClassType* class_type, in GenerateLayoutForInitialization() 1624 const ClassType* class_type = ClassType::DynamicCast(type); in Visit() [all …]
|
| D | types.h | 30 class ClassType; variable 139 base::Optional<const ClassType*> ClassSupertype() const; 663 class ClassType final : public AggregateType { 665 DECLARE_TYPE_BOILERPLATE(ClassType) 722 const ClassType* GetSuperClass() const { in GetSuperClass() 724 return parent()->IsClassType() ? ClassType::DynamicCast(parent()) : nullptr; in GetSuperClass() 747 const ClassType* GetClassDeclaringField(const Field& f) const; 777 ClassType(const Type* parent, Namespace* nspace, const std::string& name, 941 const ClassType& class_type, Expression* array_size);
|
| D | implementation-visitor.h | 486 const ClassType* class_type, 489 VisitResult object, const Field& field, const ClassType* class_type, 498 VisitResult GenerateArrayLength(const ClassType* class_type, 502 const ClassType* class_type, 505 void InitializeClass(const ClassType* class_type, VisitResult allocate_result,
|
| D | csa-generator.cc | 238 const ClassType* class_type = in EmitInstruction() 239 ClassType::DynamicCast(instruction.specialization_types[0]); in EmitInstruction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | TypeRecord.h | 181 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() argument 186 ClassType(ClassType), ThisType(ThisType), CallConv(CallConv), in MemberFunctionRecord() 192 TypeIndex getClassType() const { return ClassType; } in getClassType() 201 TypeIndex ClassType; variable 226 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() argument 228 : TypeRecord(TypeRecordKind::MemberFuncId), ClassType(ClassType), in MemberFuncIdRecord() 231 TypeIndex getClassType() const { return ClassType; } in getClassType() 235 TypeIndex ClassType; variable
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsxFragmentFactoryNoUnusedLocals.types | 5 …ClassType<P, import("react").ClassicComponent<P, any>, import("react").ClassicComponentClass<P>>, …
|
| /third_party/typescript/tests/lib/ |
| D | react.d.ts | 105 …type: ClassType<P, ClassicComponent<P, ComponentState>, ClassicComponentClass<P>>): CFactory<P, Cl… 107 type: ClassType<P, T, C>): CFactory<P, T>; 119 type: ClassType<P, ClassicComponent<P, ComponentState>, ClassicComponentClass<P>>, 123 type: ClassType<P, T, C>, 227 type ClassType<P, T extends Component<P, ComponentState>, C extends ComponentClass<P>> = alias
|
| D | react16.d.ts | 235 …type: ClassType<P, ClassicComponent<P, ComponentState>, ClassicComponentClass<P>>): CFactory<P, Cl… 237 type: ClassType<P, T, C>): CFactory<P, T>; 265 type: ClassType<P, ClassicComponent<P, ComponentState>, ClassicComponentClass<P>>, 269 type: ClassType<P, T, C>, 443 type ClassType<P, T extends Component<P, ComponentState>, C extends ComponentClass<P>> =
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeTypeFunctionSig.cpp | 92 Session.getSymbolCache().findSymbolByTypeIndex(MemberFunc.ClassType); in initialize()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-aat-layout-common.hh | 486 typedef typename Types::ClassTypeNarrow ClassType; typedef 633 NNOffsetTo<ClassType, HBUINT>
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | TypeRecordMapping.cpp | 302 error(IO.mapInteger(Record.ClassType, "ClassType")); in visitKnownRecord() 536 error(IO.mapInteger(Record.ClassType, "ClassType")); in visitKnownRecord()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLTypes.cpp | 409 IO.mapRequired("ClassType", Record.ClassType); in map() 423 IO.mapRequired("ClassType", Record.ClassType); in map()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| D | ItaniumDemangle.h | 579 const Node *ClassType; variable 585 ClassType(ClassType_), MemberType(MemberType_) {} in PointerToMemberType() 587 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } in match() 599 ClassType->print(s); in printLeft() 3592 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local 3593 if (ClassType == nullptr) in parsePointerToMemberType() 3598 return make<PointerToMemberType>(ClassType, MemberType); in parsePointerToMemberType()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
| D | DebugInfo.h | 776 LLVMMetadataRef ClassType,
|
| /third_party/protobuf/python/ |
| D | mox.py | 155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan.hpp | 1132 template <typename ClassType, size_t Which = 0> 1134 …std::is_same<ClassType, typename std::tuple_element<0, std::tuple<ChainElements...>>::type>::value… 1142 template <typename ClassType, size_t Which = 0> 1144 …!std::is_same<ClassType, typename std::tuple_element<0, std::tuple<ChainElements...>>::type>::valu… 1149 static_assert( IsPartOfStructureChain<ClassType, ChainElements...>::valid, in isLinked() 1151 return isLinked( reinterpret_cast<VkBaseInStructure const *>( &get<ClassType, Which>() ) ); in isLinked() 1154 template <typename ClassType, size_t Which = 0> 1156 …!std::is_same<ClassType, typename std::tuple_element<0, std::tuple<ChainElements...>>::type>::valu… 1161 static_assert( IsPartOfStructureChain<ClassType, ChainElements...>::valid, in relink() 1163 auto pNext = reinterpret_cast<VkBaseInStructure *>( &get<ClassType, Which>() ); in relink() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.cpp | 392 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local 393 MemberFuncIdRecord MFuncId(ClassType, getMemberFunctionType(SP, Class), in getFuncIdForSubprogram() 1892 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local 1929 MemberFunctionRecord MFR(ReturnTypeIndex, ClassType, ThisTypeIndex, CC, FO, in lowerTypeMemberFunction()
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan.hpp | 1052 template <typename ClassType, size_t Which = 0> 1053 …typename std::enable_if<std::is_same<ClassType, typename std::tuple_element<0, std::tuple<ChainEle… 1059 template <typename ClassType, size_t Which = 0> 1060 …typename std::enable_if<!std::is_same<ClassType, typename std::tuple_element<0, std::tuple<ChainEl… 1063 …static_assert( IsPartOfStructureChain<ClassType, ChainElements...>::valid, "Can't unlink Structure… in isLinked() 1064 return isLinked( reinterpret_cast<VkBaseInStructure const *>( &get<ClassType, Which>() ) ); in isLinked() 1067 template <typename ClassType, size_t Which = 0> 1068 …typename std::enable_if<!std::is_same<ClassType, typename std::tuple_element<0, std::tuple<ChainEl… 1071 …static_assert( IsPartOfStructureChain<ClassType, ChainElements...>::valid, "Can't relink Structure… in relink() 1072 auto pNext = reinterpret_cast<VkBaseInStructure *>( &get<ClassType, Which>() ); in relink() [all …]
|