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

1 23

  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp 115 const ObjCObjectPointerType *PT = T->getAs<ObjCObjectPointerType>();
116 if (!PT)
119 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
131 const PointerType *PT = T->getAs<PointerType>();
132 if (!PT)
135 const RecordType *RT = PT->getPointeeType()->getAs<RecordType>();
361 if (const PointerType *PT = QT->getAs<PointerType>())
362 return PT->getPointeeType()->getAs<RecordType>();
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 710 QualType PT = Context.getPromotedIntegerType(Ty);
711 E = ImpCastExprToType(E, PT, CK_IntegralCast).get();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 532 "1997", "2450674", "52452513", "-0700", "PT", "4", "8", "3", "3", "uslax",
545 TimeZone* PT = TimeZone::createTimeZone("America/Los_Angeles");
549 df->setTimeZone(*PT);
599 delete PT;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 567 if (const PointerType *PT = OCT->getAs<PointerType>()) {
568 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
569 PT->getPointeeType()->isObjCQualifiedIdType())
637 const PointerType *PT = funcType->getAs<PointerType>();
638 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
639 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]
RewriteObjC.cpp 467 if (const PointerType *PT = OCT->getAs<PointerType>()) {
468 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
469 PT->getPointeeType()->isObjCQualifiedIdType())
568 const PointerType *PT = funcType->getAs<PointerType>();
569 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
570 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 4160 png_time pt; local
    [all...]

Completed in 725 milliseconds

1 23