/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | RegionCode.java | 39 static final String IT = "IT"; field in RegionCode
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 317 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local 335 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local 352 IntegerType *IT = cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local 871 if (IntrinsicInst *IT = FindInitTrampolineFromAlloca(TrampMem)) in FindInitTrampoline() local 873 if (IntrinsicInst *IT = FindInitTrampolineFromBB(AdjustTramp, TrampMem)) in FindInitTrampoline() local
|
D | InstCombineAddSub.cpp | 934 IntegerType *IT = cast<IntegerType>(I.getType()); in visitAdd() local 995 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) { in visitAdd() local
|
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 299 } else if (const InjectedClassNameType *IT in IsDerivedFromInclusive() local 666 } else if (const InjectedClassNameType *IT in findFriendship() local
|
D | SemaPseudoObject.cpp | 481 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType() local
|
D | SemaTemplateInstantiate.cpp | 1101 PredefinedExpr::IdentType IT = E->getIdentType(); in TransformPredefinedExpr() local
|
D | SemaExpr.cpp | 2593 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr() local
|
/external/llvm/lib/Target/R600/ |
D | AMDILPeepholeOptimizer.cpp | 1168 size_t AMDGPUPeepholeOpt::getTypeSize(IntegerType * const IT, in getTypeSize()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 56 if (IntegerType *IT = dyn_cast<IntegerType>(DestTy)) { in FoldBitCast() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 3473 IntegerType *IT = cast<IntegerType>(DefaultValue->getType()); in SwitchLookupTable() local 3542 const IntegerType *IT = dyn_cast<IntegerType>(ElementType); in WouldFitInRegister() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 579 if (IntegerType *IT = dyn_cast<IntegerType>(OrigTy)) in getShadowTy() local
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1128 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
|
D | CGExprScalar.cpp | 2561 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()
|
D | CGObjCMac.cpp | 6966 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1152 PredefinedExpr(SourceLocation l, QualType type, IdentType IT) in PredefinedExpr() 1164 void setIdentType(IdentType IT) { Type = IT; } in setIdentType()
|
D | Decl.h | 1630 void setTrivial(bool IT) { IsTrivial = IT; } in setTrivial()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2171 if (const IntegerType *IT = dyn_cast<IntegerType>(Ty)) { in isElementTypeCompatible() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 462 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()
|