Home
last modified time | relevance | path

Searched defs:IT (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp60 if (const PointerType* IT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local
63 } else if (const ReferenceType* IT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType() local
DSemaAccess.cpp274 } else if (const InjectedClassNameType *IT in IsDerivedFromInclusive() local
641 } else if (const InjectedClassNameType *IT in findFriendship() local
DSemaTemplateInstantiate.cpp1037 PredefinedExpr::IdentType IT = E->getIdentType(); in TransformPredefinedExpr() local
DSemaExpr.cpp2375 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp357 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local
376 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local
394 IntegerType *IT = cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local
DInstCombineAddSub.cpp191 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) { in visitAdd() local
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java117 static final String IT = "IT"; field in PhoneNumberUtilTest.RegionCode
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2067 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()
DCGObjCGNU.cpp899 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
DCGObjCMac.cpp6029 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
/external/clang/include/clang/AST/
DExpr.h988 PredefinedExpr(SourceLocation l, QualType type, IdentType IT) in PredefinedExpr()
1000 void setIdentType(IdentType IT) { Type = IT; } in setIdentType()
DDecl.h1616 void setTrivial(bool IT) { IsTrivial = IT; } in setTrivial()
/external/clang/lib/AST/
DExpr.cpp398 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()