Searched refs:DT (Results 101 - 117 of 117) sorted by relevance

12345

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp3290 const Type *DT = castType.getTypePtr(); local
3295 if (const ParenType *PT = dyn_cast<ParenType>(DT))
3297 else if (const TypeOfType *TP = dyn_cast<TypeOfType>(DT))
3299 else if (const AttributedType *AT = dyn_cast<AttributedType>(DT))
H A DSemaTemplateInstantiateDecl.cpp223 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); local
225 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) &&
226 DT->isReferenceType() &&
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp202 DT = &P->getAnalysis<DominatorTree>();
215 DominatorTree *DT; member in struct:__anon2854::BBVectorize
391 if (!DT->isReachableFromEntry(&BB)) {
433 DT = &getAnalysis<DominatorTree>();
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_frag.c131 #define FBUMPD(x) do { softf->ipfr_stats.x++; DT(x); } while (0)
H A Dip_state.c149 #define SBUMPD(x, y) do { (softs->x.y)++; DT(y); } while (0)
150 #define SBUMPDX(x, y, z)do { (softs->x.y)++; DT(z); } while (0)
1117 DT(iss_wild_plus_one);
H A Dip_nat6.c139 DT(x); \
144 DT(z); \
H A Dip_nat.c125 DT(y); \
129 DT(x); } while (0)
132 DT(z); } while (0)
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp116 CXXDtorType DT) const {
117 return DT != Dtor_Base;
H A DCGDebugInfo.cpp1940 QualType DT = cast<AutoType>(T)->getDeducedType(); local
1941 if (DT.isNull())
1943 T = DT;
H A DItaniumCXXABI.cpp130 CXXDtorType DT) const {
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp168 DIDerivedType DT(Elements.getElement(i));
169 if (getName() == DT.getName())
170 return (resolve(DT.getTypeDerivedFrom()));
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp2309 DT->dominates(L->getHeader(), NestedLoop->getHeader()))) {
3166 if (Value *V = SimplifyInstruction(PN, TD, TLI, DT))
3615 if (!DT->isReachableFromEntry(I->getParent()))
7272 DT = &getAnalysis<DominatorTree>();
7539 if (!DT->dominates(AR->getLoop()->getHeader(), BB))
7576 if (DT->properlyDominates(I->getParent(), BB))
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2118 if (const DecayedType *DT = dyn_cast<DecayedType>(T))
2119 return DT->getOriginalType();
H A DASTContext.cpp2172 if (DecayedType *DT = DecayedTypes.FindNodeOrInsertPos(ID, InsertPos))
2173 return QualType(DT, 0);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4545 QualType DT = Context.getAdjustedParameterType(OriginalType); local
4546 if (!isa<DecayedType>(DT))
4548 return DT;
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5392 MachineDominatorTree *DT = &getAnalysis<MachineDominatorTree>(); local
5393 return VisitNode(DT->getRootNode(), 0);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5007 static bool doesIgnoreDataTypeSuffix(StringRef Mnemonic, StringRef DT) { argument

Completed in 325 milliseconds

12345