HomeSort by relevance Sort by last modified time
    Searched defs:PT (Results 26 - 46 of 46) sorted by null

12

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 298 const PointerType *PT,
301 ID.AddPointer(PT);
930 const PointerType *PT = thisPointerTy->getAs<PointerType>();
931 assert(PT);
932 return getSubRegion<CXXThisRegion>(PT, getStackArgumentsRegion(STC));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 631 PointerType* PT = cast<PointerType>(Ty);
632 Type* ET = PT->getElementType();
638 << ", " << utostr(PT->getAddressSpace()) << ");";
644 VectorType* PT = cast<VectorType>(Ty);
645 Type* ET = PT->getElementType();
651 << ", " << utostr(PT->getNumElements()) << ");";
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h     [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,
  /external/clang/include/clang/AST/
DeclBase.h 55 typedef clang::DeclContext* PT;
57 static inline void *getAsVoidPointer(PT P) { return P; }
58 static inline PT getFromVoidPointer(void *P) {
59 return static_cast<PT>(P);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp 168 const ObjCObjectPointerType *PT = T->getAs<ObjCObjectPointerType>();
169 if (!PT)
172 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
184 const PointerType *PT = T->getAs<PointerType>();
185 if (!PT)
188 const RecordType *RT = PT->getPointeeType()->getAs<RecordType>();
344 if (const PointerType *PT = QT->getAs<PointerType>())
345 return PT->getPointeeType()->getAs<RecordType>();
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 559 QualType PT = Context.getPromotedIntegerType(Ty);
560 E = ImpCastExprToType(E, PT, CK_IntegralCast).take();
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 398 "Wed", "225", "2", "33", "3", "PM", "2", "2", "PDT", "1997", "4", "1997", "2450674", "52452513", "-0700", "PT", "4", "8", "3", "3","PDT",
409 TimeZone* PT = TimeZone::createTimeZone("America/Los_Angeles");
413 df->setTimeZone(*PT);
463 delete PT;
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 511 if (const PointerType *PT = OCT->getAs<PointerType>()) {
512 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
513 PT->getPointeeType()->isObjCQualifiedIdType())
575 const PointerType *PT = funcType->getAs<PointerType>();
576 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
577 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]
RewriteObjC.cpp 464 if (const PointerType *PT = OCT->getAs<PointerType>()) {
465 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
466 PT->getPointeeType()->isObjCQualifiedIdType())
560 const PointerType *PT = funcType->getAs<PointerType>();
561 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
562 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1059 milliseconds

12