/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | [all...] |
/external/clang/lib/AST/ |
ExprCXX.cpp | [all...] |
ASTContext.cpp | [all...] |
DeclPrinter.cpp | 413 while (const ParenType *PT = dyn_cast<ParenType>(Ty)) { 415 Ty = PT->getInnerType(); [all...] |
ASTDiagnostic.cpp | 41 if (const ParenType *PT = dyn_cast<ParenType>(Ty)) { 42 QT = PT->desugar(); [all...] |
ExprConstant.cpp | [all...] |
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 647 if (PointerType *PT = dyn_cast<PointerType>(Elm)) { 648 EVT PointerTy(getPointerTy(PT->getAddressSpace())); [all...] |
/external/clang/lib/Sema/ |
SemaDecl.cpp | [all...] |
SemaExprObjC.cpp | 459 if (const PointerType *PT = ValueType->getAs<PointerType>()) { 460 QualType PointeeType = PT->getPointeeType(); [all...] |
SemaStmt.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmttst.cpp | 389 "Wed", "225", "2", "33", "2", "PM", "2", "2", "PDT", "1997", "4", "1997", "2450674", "52452513", "-0700", "PT", "4", "8", "3", "3","PDT", 400 TimeZone* PT = TimeZone::createTimeZone("America/Los_Angeles"); 404 df->setTimeZone(*PT); 454 delete PT; [all...] |
/external/clang/lib/CodeGen/ |
CGException.cpp | 916 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { 917 QualType PointeeType = PT->getPointeeType(); [all...] |
CGObjCGNU.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
RetainCountChecker.cpp | [all...] |
/external/llvm/lib/Linker/ |
LinkModules.cpp | 170 if (PointerType *PT = dyn_cast<PointerType>(DstTy)) { 171 if (PT->getAddressSpace() != cast<PointerType>(SrcTy)->getAddressSpace()) [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SCCP.cpp | 879 else if (VectorType *PT = dyn_cast<VectorType>(I.getType())) 880 markConstant(IV, &I, Constant::getAllOnesValue(PT)); [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
MyHandler.h | [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 907 const PointerType *PT, [all...] |
/external/llvm/lib/IR/ |
Verifier.cpp | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelDAGToDAG.cpp | 301 if (const PointerType *PT = dyn_cast<PointerType>(Src->getType())) { 302 switch (PT->getAddressSpace()) { [all...] |
/external/llvm/lib/Analysis/ |
ValueTracking.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FastISel.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCFastISel.cpp | [all...] |
PPCISelDAGToDAG.cpp | [all...] |