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

1 23 4

  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 599 PointerType* PT = cast<PointerType>(Ty);
600 Type* ET = PT->getElementType();
606 << ", " << utostr(PT->getAddressSpace()) << ");";
612 VectorType* PT = cast<VectorType>(Ty);
613 Type* ET = PT->getElementType();
619 << ", " << utostr(PT->getNumElements()) << ");";
    [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/lib/AST/
ASTDiagnostic.cpp 42 if (const ParenType *PT = dyn_cast<ParenType>(Ty)) {
43 QT = PT->desugar();
86 QualType PT = Desugar(Context, SugarPT, DesugarArgument);
89 PT = Context.getAttributedType(
90 AttributedType::getNullabilityAttrKind(*nullability), PT, PT);
92 Args.push_back(PT);
    [all...]
ASTContext.cpp     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 364 Type *PT = PointerType::get(NewTy,
366 Value *NewAddr = Builder.CreateBitCast(Addr, PT);
447 Type *PT = PointerType::get(NewTy,
449 Value *NewAddr = Builder.CreateBitCast(Addr, PT);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 246 if (auto PT = dyn_cast<PointerType>(Ty))
247 if (auto ST = dyn_cast<StructType>(PT->getElementType()))
255 if (auto PT = dyn_cast<PointerType>(Ty))
256 if (auto ST = dyn_cast<StructType>(PT->getElementType()))
264 if (auto PT = dyn_cast<PointerType>(Ty))
265 if (auto ST = dyn_cast<StructType>(PT->getElementType()))
282 if (auto PT = dyn_cast<PointerType>(Ty))
283 if (auto ST = dyn_cast<StructType>(PT->getElementType()))
    [all...]
SPIRVWriter.cpp 574 std::vector<SPIRVType *> PT;
577 PT.push_back(transType(*I));
578 return mapType(T, BM->addFunctionType(RT, PT));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h     [all...]
  /frameworks/compile/libbcc/lib/
RSKernelExpand.cpp 190 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
201 if (!PT) {
240 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
242 llvm::Type *ET = PT->getElementType();
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGExpr.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp 144 const ObjCObjectPointerType *PT = T->getAs<ObjCObjectPointerType>();
145 if (!PT)
148 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
160 const PointerType *PT = T->getAs<PointerType>();
161 if (!PT)
164 const RecordType *RT = PT->getPointeeType()->getAs<RecordType>();
430 if (const PointerType *PT = QT->getAs<PointerType>())
431 return PT->getPointeeType()->getAs<RecordType>();
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 570 "1997", "2450674", "52452513", "-0700", "PT", "4", "8", "3", "3", "uslax",
593 TimeZone* PT = TimeZone::createTimeZone("America/Los_Angeles");
597 df->setTimeZone(*PT);
647 delete PT;
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 552 if (const PointerType *PT = OCT->getAs<PointerType>()) {
553 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
554 PT->getPointeeType()->isObjCQualifiedIdType())
622 const PointerType *PT = funcType->getAs<PointerType>();
623 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
624 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]
RewriteObjC.cpp 459 if (const PointerType *PT = OCT->getAs<PointerType>()) {
460 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
461 PT->getPointeeType()->isObjCQualifiedIdType())
559 const PointerType *PT = funcType->getAs<PointerType>();
560 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
561 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 391 "1997", "2450674", "52452513", "-0700", "PT", "4", "8", "3", "3", "uslax",
459 TimeZone PT = TimeZone.getTimeZone("America/Los_Angeles");
463 df.setTimeZone(PT);
623 "y/M/d H:mm v", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 PT",
630 "y/M/d H:mm zzz", "pf", "2004/1/1 1:00 PT", "2004 01 01 01:00 PST", "2004/1/1 1:00 PST",
631 "y/M/d H:mm vvvv", "pf", "2004/1/1 1:00 PT", "2004 01 01 01:00 PST", "2004/1/1 1:00 Pacific Time",
632 "y/M/d H:mm zzz", "pf", "2004/7/1 1:00 PT", "2004 07 01 01:00 PDT", "2004/7/1 1:00 PDT",
633 "y/M/d H:mm vvvv", "pf", "2004/7/1 1:00 PT", "2004 07 01 01:00 PDT", "2004/7/1 1:00 Pacific Time",
635 // time to parse does not really exist, PT interpreted as earlier time
636 "y/M/d H:mm zzz", "pf", "2005/4/3 2:30 PT", "2005 04 03 03:30 PDT", "2005/4/3 3:30 PDT"
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 390 "1997", "2450674", "52452513", "-0700", "PT", "4", "8", "3", "3", "uslax",
458 TimeZone PT = TimeZone.getTimeZone("America/Los_Angeles");
462 df.setTimeZone(PT);
622 "y/M/d H:mm v", "F", "2004 01 01 01:00 PST", "2004/1/1 1:00 PT",
629 "y/M/d H:mm zzz", "pf", "2004/1/1 1:00 PT", "2004 01 01 01:00 PST", "2004/1/1 1:00 PST",
630 "y/M/d H:mm vvvv", "pf", "2004/1/1 1:00 PT", "2004 01 01 01:00 PST", "2004/1/1 1:00 Pacific Time",
631 "y/M/d H:mm zzz", "pf", "2004/7/1 1:00 PT", "2004 07 01 01:00 PDT", "2004/7/1 1:00 PDT",
632 "y/M/d H:mm vvvv", "pf", "2004/7/1 1:00 PT", "2004 07 01 01:00 PDT", "2004/7/1 1:00 Pacific Time",
634 // time to parse does not really exist, PT interpreted as earlier time
635 "y/M/d H:mm zzz", "pf", "2005/4/3 2:30 PT", "2005 04 03 03:30 PDT", "2005/4/3 3:30 PDT"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1308 milliseconds

1 23 4