Searched refs:TD (Results 1 - 25 of 139) sorted by relevance

123456

/freebsd-current/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp54 void LLVMDisposeTargetData(LLVMTargetDataRef TD) { argument
55 delete unwrap(TD);
63 char *LLVMCopyStringRepOfTargetData(LLVMTargetDataRef TD) { argument
64 std::string StringRep = unwrap(TD)->getStringRepresentation();
68 LLVMByteOrdering LLVMByteOrder(LLVMTargetDataRef TD) { argument
69 return unwrap(TD)->isLittleEndian() ? LLVMLittleEndian : LLVMBigEndian;
72 unsigned LLVMPointerSize(LLVMTargetDataRef TD) { argument
73 return unwrap(TD)->getPointerSize(0);
76 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { argument
77 return unwrap(TD)
80 LLVMIntPtrType(LLVMTargetDataRef TD) argument
84 LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) argument
88 LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD) argument
92 LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) argument
96 LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) argument
100 LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) argument
104 LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) argument
108 LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) argument
112 LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) argument
116 LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) argument
120 LLVMPreferredAlignmentOfGlobal(LLVMTargetDataRef TD, LLVMValueRef GlobalVar) argument
127 LLVMElementAtOffset(LLVMTargetDataRef TD, LLVMTypeRef StructTy, unsigned long long Offset) argument
133 LLVMOffsetOfElement(LLVMTargetDataRef TD, LLVMTypeRef StructTy, unsigned Element) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm-c/
H A DTarget.h201 void LLVMDisposeTargetData(LLVMTargetDataRef TD);
212 char *LLVMCopyStringRepOfTargetData(LLVMTargetDataRef TD);
217 enum LLVMByteOrdering LLVMByteOrder(LLVMTargetDataRef TD);
221 unsigned LLVMPointerSize(LLVMTargetDataRef TD);
226 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS);
230 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD);
235 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS);
239 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD);
244 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD,
249 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRe
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Dtparm_type.c46 #define TD(code, longname, ti, tc) \ macro
56 TD(Num_Str, "pkey_key", "pfkey", "pk"),
57 TD(Num_Str, "pkey_local", "pfloc", "pl"),
58 TD(Num_Str, "pkey_xmit", "pfx", "px"),
59 TD(Num_Str, "plab_norm", "pln", "pn"),
60 TD(Num_Str_Str, "pkey_plab", "pfxl", "xl"),
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp60 unsigned getManglingNumber(const TagDecl *TD,
79 unsigned getManglingNumber(const TagDecl *TD,
81 unsigned DeviceN = DeviceCtx->getManglingNumber(TD, MSLocalManglingNumber);
83 MicrosoftNumberingContext::getManglingNumber(TD, MSLocalManglingNumber);
85 DiagnosticsEngine &Diags = TD->getASTContext().getDiagnostics();
88 Diags.Report(TD->getLocation(), DiagID);
162 void addTypedefNameForUnnamedTagDecl(TagDecl *TD,
164 TD = TD->getCanonicalDecl();
166 TypedefNameDecl *&I = UnnamedTagDeclToTypedefNameDecl[TD];
[all...]
H A DCXXABI.h63 virtual void addTypedefNameForUnnamedTagDecl(TagDecl *TD,
67 getTypedefNameForUnnamedTagDecl(const TagDecl *TD) = 0;
69 virtual void addDeclaratorForUnnamedTagDecl(TagDecl *TD,
72 virtual DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) = 0;
H A DQualTypeNames.cpp39 /// \param[in] TD - the TagDecl for which a NestedNameSpecifier is
46 const ASTContext &Ctx, const TypeDecl *TD,
201 } else if (const auto *TD = dyn_cast<TagDecl>(DC)) {
202 return createNestedNameSpecifier(Ctx, TD, FullyQualify, WithGlobalNsPrefix);
243 const TagDecl *TD = nullptr; local
245 TD = TagDeclType->getDecl();
247 TD = Type->getAsCXXRecordDecl();
249 if (TD) {
250 return TypeName::createNestedNameSpecifier(Ctx, TD,
298 } else if (const auto *TD
357 createNestedNameSpecifier(const ASTContext &Ctx, const TypeDecl *TD, bool FullyQualify, bool WithGlobalNsPrefix) argument
[all...]
H A DStmtIterator.cpp84 else if (TypedefNameDecl* TD = dyn_cast<TypedefNameDecl>(D)) {
86 FindVA(TD->getUnderlyingType().getTypePtr())) {
H A DItaniumCXXABI.cpp180 unsigned getManglingNumber(const TagDecl *TD, unsigned) override {
181 return ++TagManglingNumbers[TD->getIdentifier()];
268 void addTypedefNameForUnnamedTagDecl(TagDecl *TD,
271 TypedefNameDecl *getTypedefNameForUnnamedTagDecl(const TagDecl *TD) override {
275 void addDeclaratorForUnnamedTagDecl(TagDecl *TD,
278 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override {
H A DItaniumMangle.cpp513 void mangleTemplateName(const TemplateDecl *TD,
546 void mangleNestedName(const TemplateDecl *TD,
983 if (const TemplateDecl *TD = FD->getPrimaryTemplate()) {
985 return GD.getWithDecl(TD);
1007 const TemplateDecl *TD = dyn_cast_or_null<TemplateDecl>(GD.getDecl()); local
1008 return TemplateName(const_cast<TemplateDecl*>(TD));
1095 if (GlobalDecl TD = isTemplate(GD, TemplateArgs)) {
1096 mangleUnscopedTemplateName(TD, DC, AdditionalAbiTags);
1097 mangleTemplateArgs(asTemplateName(TD), *TemplateArgs);
1145 void CXXNameMangler::mangleTemplateName(const TemplateDecl *TD, argument
1604 const TagDecl *TD = cast<TagDecl>(ND); local
1804 mangleNestedName(const TemplateDecl *TD, ArrayRef<TemplateArgument> Args) argument
2487 TemplateDecl *TD = TN.getAsTemplateDecl(); local
2520 TemplateDecl *TD = TN.getAsTemplateDecl(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp19 DWARFDie TD = getDIEForOffset(getTypeOffset() + getOffset()); local
20 const char *Name = TD.getName(DINameKind::ShortName);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp57 const TypedefNameDecl *TD = TT->getDecl(); local
59 if (!TD->isInStdNamespace())
62 return TD->getName() == "string";
87 TemplateDecl *TD = TM.getAsTemplateDecl(); local
89 if (!TD || !InNamespace(TD, "std"))
92 return TD->getName() == "vector";
101 TemplateDecl *TD = TM.getAsTemplateDecl(); local
103 if (!TD || !InNamespace(TD, "llv
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h108 static bool classof(const SpecialTypeDescriptor *TD) { argument
109 return TD->Kind == SpecialTypeKind::STK_Image;
117 ImageTypeDescriptor TD(
122 Hash = TD.getHash() ^ Kind;
125 static bool classof(const SpecialTypeDescriptor *TD) { argument
126 return TD->Kind == SpecialTypeKind::STK_SampledImage;
136 static bool classof(const SpecialTypeDescriptor *TD) { argument
137 return TD->Kind == SpecialTypeKind::STK_Sampler;
148 static bool classof(const SpecialTypeDescriptor *TD) { argument
149 return TD
160 classof(const SpecialTypeDescriptor *TD) argument
177 classof(const SpecialTypeDescriptor *TD) argument
309 add(const SPIRV::SpecialTypeDescriptor &TD, const MachineFunction *MF, Register R) argument
340 find(const SPIRV::SpecialTypeDescriptor &TD, const MachineFunction *MF) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp27 while (const TypedefType *TD = RetTy->getAs<TypedefType>()) {
28 StringRef TDName = TD->getDecl()->getIdentifier()->getName();
34 RetTy = TD->getDecl()->getUnderlyingType();
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DMangleNumberingContext.h54 virtual unsigned getManglingNumber(const TagDecl *TD,
H A DASTMutationListener.h61 virtual void AddedCXXTemplateSpecialization(const ClassTemplateDecl *TD, argument
67 AddedCXXTemplateSpecialization(const VarTemplateDecl *TD, argument
72 virtual void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h94 unsigned getEntrySize(const DataLayout &TD) const;
96 unsigned getEntryAlignment(const DataLayout &TD) const;
/freebsd-current/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh64 uudecode -p ${TDBASE64} | (cd mnt; tar xzf - -s/testdata/TD$1/)
79 rm -rf mnt/TD$1
94 (cd mnt/TD$1 && md5 *) > TD$1.md5
95 atf_check diff -u ${GOODMD5} TD$1.md5
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp55 if (const auto *TD = dyn_cast<clang::TagDecl>(Within);
56 TD && !TD->getDefinition())
83 if (const auto *TD = dyn_cast<TagDecl>(Within))
84 PrimaryWithin = llvm::dyn_cast_or_null<DeclContext>(TD->getDefinition());
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp319 for (auto &TD : *TDArray) {
320 TD.BQ->releaseBuffer(TD.Buffers.NodeBuffer);
321 TD.BQ->releaseBuffer(TD.Buffers.RootsBuffer);
322 TD.BQ->releaseBuffer(TD.Buffers.ShadowStackBuffer);
323 TD.BQ->releaseBuffer(TD.Buffers.NodeIdPairBuffer);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp91 void AddedCXXTemplateSpecialization(const ClassTemplateDecl *TD,
93 void AddedCXXTemplateSpecialization(const VarTemplateDecl *TD,
95 void AddedCXXTemplateSpecialization(const FunctionTemplateDecl *TD,
145 const ClassTemplateDecl *TD, const ClassTemplateSpecializationDecl *D) {
147 Listeners[i]->AddedCXXTemplateSpecialization(TD, D);
150 const VarTemplateDecl *TD, const VarTemplateSpecializationDecl *D) {
152 Listeners[i]->AddedCXXTemplateSpecialization(TD, D);
155 const FunctionTemplateDecl *TD, const FunctionDecl *D) {
157 Listeners[i]->AddedCXXTemplateSpecialization(TD, D);
144 AddedCXXTemplateSpecialization( const ClassTemplateDecl *TD, const ClassTemplateSpecializationDecl *D) argument
149 AddedCXXTemplateSpecialization( const VarTemplateDecl *TD, const VarTemplateSpecializationDecl *D) argument
154 AddedCXXTemplateSpecialization( const FunctionTemplateDecl *TD, const FunctionDecl *D) argument
H A DASTConsumers.cpp103 if (auto *TD = dyn_cast<TemplateDecl>(D))
104 InnerD = TD->getTemplatedDecl();
110 if (auto *TD = dyn_cast<TypeDecl>(InnerD))
111 TD->getTypeForDecl()->dump(Out, TD->getASTContext());
/freebsd-current/tools/tools/vop_table/
H A Dvop_table.pl32 open TD, "vnode_if_typedef.h" || die "Unable to open typedef file: $!\n";
33 @vop_tdefs = <TD>;
34 close TD;
112 $ret = "<TD BGCOLOR=\"#00ddd0\"> ";
204 $fs[$j]->{out} = " <TD> $fs[$j]->{fsvar}";
216 print OF "<TD> $s ".$fs[$b]->{out};
H A Dvop_table.tcl80 puts $fo {<TD>}
81 puts $fo {</TD>}
83 puts $fo "<TD></TD>"
85 puts $fo "<TD>"
90 puts $fo "</TD>"
109 puts $fo "<TD>$i</TD>"
115 puts $fo "<TD BGCOLOR=\"#d0d0d0\"></TD>"
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp368 if (const TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(SD)) {
369 if (TD->getUnderlyingType()->isRecordType())
371 if (TD->getUnderlyingType()->isEnumeralType()) {
692 if (auto *TD = dyn_cast_or_null<TypedefNameDecl>(SD))
693 MarkAnyDeclReferenced(TD->getLocation(), TD, /*OdrUse=*/false);
807 if (TypeDecl *TD = Found.getAsSingle<TypeDecl>()) {
809 << Context.getTypeDeclType(TD) << getLangOpts().CPlusPlus;
938 TemplateDecl *TD = Template.getAsTemplateDecl();
940 isa<FunctionTemplateDecl>(TD) || is
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp68 SMC_PCASE(TD, 1)

Completed in 562 milliseconds

123456