Home
last modified time | relevance | path

Searched defs:TD (Results 1 – 25 of 119) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTarget.cpp59 void LLVMDisposeTargetData(LLVMTargetDataRef TD) { in LLVMDisposeTargetData()
68 char *LLVMCopyStringRepOfTargetData(LLVMTargetDataRef TD) { in LLVMCopyStringRepOfTargetData()
73 LLVMByteOrdering LLVMByteOrder(LLVMTargetDataRef TD) { in LLVMByteOrder()
77 unsigned LLVMPointerSize(LLVMTargetDataRef TD) { in LLVMPointerSize()
81 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMPointerSizeForAS()
85 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD) { in LLVMIntPtrType()
89 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForAS()
93 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD) { in LLVMIntPtrTypeInContext()
97 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
101 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftCXXABI.cpp62 unsigned getManglingNumber(const TagDecl *TD, in getManglingNumber()
81 unsigned getManglingNumber(const TagDecl *TD, in getManglingNumber()
164 void addTypedefNameForUnnamedTagDecl(TagDecl *TD, in addTypedefNameForUnnamedTagDecl()
173 TypedefNameDecl *getTypedefNameForUnnamedTagDecl(const TagDecl *TD) override { in getTypedefNameForUnnamedTagDecl()
178 void addDeclaratorForUnnamedTagDecl(TagDecl *TD, in addDeclaratorForUnnamedTagDecl()
187 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
H A DItaniumCXXABI.cpp180 unsigned getManglingNumber(const TagDecl *TD, unsigned) override { in getManglingNumber()
268 void addTypedefNameForUnnamedTagDecl(TagDecl *TD, in addTypedefNameForUnnamedTagDecl()
271 TypedefNameDecl *getTypedefNameForUnnamedTagDecl(const TagDecl *TD) override { in getTypedefNameForUnnamedTagDecl()
275 void addDeclaratorForUnnamedTagDecl(TagDecl *TD, in addDeclaratorForUnnamedTagDecl()
278 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
H A DQualTypeNames.cpp201 } else if (const auto *TD = dyn_cast<TagDecl>(DC)) { in createOuterNNS() local
243 const TagDecl *TD = nullptr; in getFullyQualifiedNestedNameSpecifier() local
298 } else if (const auto *TD = dyn_cast<TagDecl>(Outer)) { in createNestedNameSpecifierForScopeOf() local
358 const TypeDecl *TD, in createNestedNameSpecifier()
H A DItaniumMangle.cpp925 if (const TemplateDecl *TD = FD->getPrimaryTemplate()) { in isTemplate() local
949 const TemplateDecl *TD = dyn_cast_or_null<TemplateDecl>(GD.getDecl()); in asTemplateName() local
1037 if (GlobalDecl TD = isTemplate(GD, TemplateArgs)) { in mangleNameWithAbiTags() local
1087 void CXXNameMangler::mangleTemplateName(const TemplateDecl *TD, in mangleTemplateName()
1537 const TagDecl *TD = cast<TagDecl>(ND); in mangleUnqualifiedName() local
1720 if (GlobalDecl TD = isTemplate(GD, TemplateArgs)) { in mangleNestedName() local
1730 void CXXNameMangler::mangleNestedName(const TemplateDecl *TD, in mangleNestedName()
1984 if (GlobalDecl TD = isTemplate(cast<NamedDecl>(Context), TemplateArgs)) in mangleLambda() local
2094 if (GlobalDecl TD = isTemplate(ND, TemplateArgs)) { in manglePrefix() local
2113 if (TemplateDecl *TD = Template.getAsTemplateDecl()) in mangleTemplatePrefix() local
[all …]
H A DStmtIterator.cpp84 else if (TypedefNameDecl* TD = dyn_cast<TypedefNameDecl>(D)) { in HandleDecl() local
H A DCXXInheritance.cpp256 if (auto *TD = in lookupInBases() local
422 const auto *TD = dyn_cast_or_null<ClassTemplateDecl>(TN.getAsTemplateDecl()); in findOrdinaryMemberInDependentClasses() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTMutationListener.h61 virtual void AddedCXXTemplateSpecialization(const ClassTemplateDecl *TD, in AddedCXXTemplateSpecialization()
67 AddedCXXTemplateSpecialization(const VarTemplateDecl *TD, in AddedCXXTemplateSpecialization()
72 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD, in AddedCXXTemplateSpecialization()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp242 if (const TypeDecl *TD = dyn_cast<TypeDecl>(D)) in clang_getCursorType() local
321 if (const TypedefNameDecl *TD = dyn_cast_or_null<TypedefNameDecl>(D)) { in clang_getTypedefDeclUnderlyingType() local
339 if (const EnumDecl *TD = dyn_cast_or_null<EnumDecl>(D)) { in clang_getEnumDeclIntegerType() local
356 if (const EnumConstantDecl *TD = dyn_cast_or_null<EnumConstantDecl>(D)) { in clang_getEnumConstantDeclValue() local
372 if (const EnumConstantDecl *TD = dyn_cast_or_null<EnumConstantDecl>(D)) { in clang_getEnumConstantDeclUnsignedValue() local
444 TypedefNameDecl *TD = TT->getDecl(); in clang_getTypedefName() local
1140 if (const TypeDecl *TD = dyn_cast<TypeDecl>(D)) in clang_getDeclObjCTypeEncoding() local
1286 } else if (const TagDecl *TD = dyn_cast_or_null<TagDecl>(D)) { in clang_Cursor_isAnonymous() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp57 const TypedefNameDecl *TD = TT->getDecl(); in IsStdString() local
87 TemplateDecl *TD = TM.getAsTemplateDecl(); in IsStdVector() local
101 TemplateDecl *TD = TM.getAsTemplateDecl(); in IsSmallVector() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp19 DWARFDie TD = getDIEForOffset(getTypeOffset() + getOffset()); in dump() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp347 if (const TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(SD)) { in isAcceptableNestedNameSpecifier() local
716 if (auto *TD = dyn_cast_or_null<TypedefNameDecl>(SD)) in BuildCXXNestedNameSpecifier() local
831 if (TypeDecl *TD = Found.getAsSingle<TypeDecl>()) { in BuildCXXNestedNameSpecifier() local
962 TemplateDecl *TD = Template.getAsTemplateDecl(); in ActOnCXXNestedNameSpecifier() local
H A DSemaAvailability.cpp71 while (const auto *TD = dyn_cast<TypedefNameDecl>(D)) { in ShouldDiagnoseAvailabilityOfDecl() local
293 if (const auto *TD = dyn_cast<TagDecl>(D)) { in createAttributeInsertion() local
388 if (const auto *TD = dyn_cast<TagDecl>(Enclosing)) in DoEmitAvailabilityWarning() local
854 TagDecl *TD = TT->getDecl(); in VisitTypeLoc() local
857 } else if (const auto *TD = dyn_cast<TypedefType>(TyPtr)) { in VisitTypeLoc() local
H A DSemaStmtAsm.cpp847 else if (TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(FoundDecl)) { in LookupInlineAsmField() local
854 } else if (TypeDecl *TD = dyn_cast<TypeDecl>(FoundDecl)) in LookupInlineAsmField() local
856 else if (FieldDecl *TD = dyn_cast<FieldDecl>(FoundDecl)) in LookupInlineAsmField() local
H A DSemaLookup.cpp536 if (TypeDecl *TD = dyn_cast<TypeDecl>(D)) { in resolveKind() local
973 if (const TagDecl *TD = Result.getAsSingle<TagDecl>()) in LookupPredefedObjCSuperType() local
1525 if (auto *TD = dyn_cast<TemplateDecl>(ND)) in makeMergedDefinitionVisible() local
1810 if (const auto *TD = DCD->getDescribedTemplate()) { in isAcceptableSlow() local
2145 if (auto *TD = dyn_cast<TagDecl>(DC)) in isAvailableForLookup() local
2559 if (auto *TD = getAsTemplateNameDecl(ND)) in LookupQualifiedName() local
2565 if (const TypeDecl *TD = dyn_cast<TypeDecl>(ND->getUnderlyingDecl())) { in LookupQualifiedName() local
2829 if (const auto *TD = dyn_cast<TypedefNameDecl>(D->getUnderlyingDecl())) in DiagnoseAmbiguousLookup() local
2832 else if (const auto *TD = dyn_cast<TypeDecl>(D->getUnderlyingDecl())) in DiagnoseAmbiguousLookup() local
2848 if (TagDecl *TD = dyn_cast<TagDecl>(D)) { in DiagnoseAmbiguousLookup() local
[all …]
H A DSemaTemplate.cpp287 TemplateDecl *TD = cast<TemplateDecl>(D); in isTemplateName() local
341 TemplateDecl *TD = R.getAsSingle<TemplateDecl>(); in isDeductionGuideName() local
799 if (const TagDecl *TD = dyn_cast_or_null<TagDecl>(PatternDef)) in DiagnoseUninstantiableTemplate() local
822 if (TagDecl *TD = dyn_cast<TagDecl>(Instantiation)) in DiagnoseUninstantiableTemplate() local
1755 if (auto *TD = dyn_cast<TypedefNameDecl>(D)) in TransformDecl() local
1761 else if (auto *TD = dyn_cast<TemplateDecl>(D)) in TransformDecl() local
2546 for (auto *TD : MaterializedTypedefs) local
4442 void Sema::CheckDeductionGuideTemplate(FunctionTemplateDecl *TD) { in CheckDeductionGuideTemplate()
4851 if (TemplateDecl *TD = Name.getAsTemplateDecl()) { in diagnoseMissingTemplateArguments() local
4923 if (auto *TD = R.getAsSingle<TemplateDecl>()) { in BuildTemplateIdExpr() local
[all …]
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTConsumers.cpp103 if (auto *TD = dyn_cast<TemplateDecl>(D)) in print() local
110 if (auto *TD = dyn_cast<TypeDecl>(InnerD)) in print() local
H A DMultiplexConsumer.cpp145 const ClassTemplateDecl *TD, const ClassTemplateSpecializationDecl *D) { in AddedCXXTemplateSpecialization()
150 const VarTemplateDecl *TD, const VarTemplateSpecializationDecl *D) { in AddedCXXTemplateSpecialization()
155 const FunctionTemplateDecl *TD, const FunctionDecl *D) { in AddedCXXTemplateSpecialization()
/openbsd-src/usr.bin/tic/
H A Dtparm_type.c46 #define TD(code, longname, ti, tc) \ in tparm_type() macro
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCocoaConventions.cpp27 while (const TypedefType *TD = RetTy->getAs<TypedefType>()) { in isRefType() local
/openbsd-src/regress/sys/kern/execve/
H A DMakefile7 TD= ${.CURDIR}/tests macro
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp828 SPIRV::ImageTypeDescriptor TD(SPIRVToLLVMType.lookup(SampledType), Dim, Depth, in getOrCreateOpTypeImage() local
849 SPIRV::SamplerTypeDescriptor TD; in getOrCreateOpTypeSampler() local
860 SPIRV::PipeTypeDescriptor TD(AccessQual); in getOrCreateOpTypePipe() local
872 SPIRV::DeviceEventTypeDescriptor TD; in getOrCreateOpTypeDeviceEvent() local
882 SPIRV::SampledImageTypeDescriptor TD( in getOrCreateOpTypeSampledImage() local
906 SPIRVGlobalRegistry::checkSpecialInstr(const SPIRV::SpecialTypeDescriptor &TD, in checkSpecialInstr()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp65 if (const TemplateDecl *TD = TALoc.getArgument() in handleTemplateArgumentLoc() local
415 if (auto *TD = TT->getDecl()) { in VisitObjCInterfaceDecl() local
689 else if (const auto *TD = dyn_cast<TagDecl>(D)) in shouldIndexTemplateParameterDefaultValue() local
H A DIndexingContext.cpp255 if (auto TD = dyn_cast<TagDecl>(D)) in isDeclADefinition() local
299 if (auto TD = dyn_cast<TemplateDecl>(D)) { in getCanonicalDecl() local
H A DIndexSymbol.cpp107 if (const TagDecl *TD = dyn_cast<TagDecl>(D)) { in getSymbolInfo() local

12345