Home
last modified time | relevance | path

Searched refs:DCT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp282 if (auto *DCT = dyn_cast<DICompositeType>(DT)) { in processType() local
283 processType(DCT->getBaseType()); in processType()
284 for (Metadata *D : DCT->getElements()) { in processType()
/freebsd/contrib/file/magic/Magdir/
H A Ddatabase677 # FoxPro Database memo file *.DCT
H A Danimation1077 #>>51 byte&0x10 !0 DCT
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21631 DeclContext *DCT = const_cast<DeclContext *>(RD->getDeclContext()); in buildImplicitMapper() local
21637 auto *DMD = OMPDeclareMapperDecl::Create(Ctx, DCT, SourceLocation(), MapperId, in buildImplicitMapper()
21639 Scope *Scope = S.getScopeForContext(DCT); in buildImplicitMapper()
21642 DCT->addDecl(DMD); in buildImplicitMapper()