HomeSort by relevance Sort by last modified time
    Searched defs:PT (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
ctor1.fail.cpp 22 typedef std::packaged_task<A(int, char)> PT;
28 PT p { VPT{} };
ctor2.fail.cpp 24 typedef std::packaged_task<A(int, char)> PT;
29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}};
  /external/llvm/lib/CodeGen/
CoreCLRGC.cpp 43 PointerType *PT = cast<PointerType>(V->getType());
45 return (1 == PT->getAddressSpace());
StatepointExampleGC.cpp 39 PointerType *PT = cast<PointerType>(V->getType());
45 return (1 == PT->getAddressSpace());
AtomicExpandPass.cpp 219 Type *PT = PointerType::get(NewTy,
221 Value *NewAddr = Builder.CreateBitCast(Addr, PT);
301 Type *PT = PointerType::get(NewTy,
303 Value *NewAddr = Builder.CreateBitCast(Addr, PT);
GlobalMerge.cpp 532 PointerType *PT = dyn_cast<PointerType>(GV.getType());
533 assert(PT && "Global variable is not a pointer!");
535 unsigned AddressSpace = PT->getAddressSpace();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
ctor1.fail.cpp 22 typedef std::packaged_task<A(int, char)> PT;
28 PT p { VPT{} };
ctor2.fail.cpp 24 typedef std::packaged_task<A(int, char)> PT;
29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}};
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL_test.cpp 26 class PT : public ProducerThread {
36 runProducerThread(new PT());
47 class PT : public ProducerThread {
57 runProducerThread(new PT());
70 class PT : public ProducerThread {
84 runProducerThread(new PT());
101 class PT : public ProducerThread {
115 runProducerThread(new PT());
133 class PT : public ProducerThread {
147 runProducerThread(new PT());
    [all...]
  /external/clang/lib/Analysis/
CocoaConventions.cpp 42 const PointerType* PT = RetTy->getAs<PointerType>();
43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>();
66 if (!PT)
71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
72 PT->isObjCClassType() || PT->isObjCQualifiedClassType())
77 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
FormatString.cpp 263 const PointerType *PT = argTy->getAs<PointerType>();
264 if (!PT)
268 if (PT->getPointeeType().isConstQualified())
271 argTy = PT->getPointeeType();
337 const PointerType *PT = argTy->getAs<PointerType>();
338 if (!PT)
340 QualType pointeeTy = PT->getPointeeType();
357 const PointerType *PT = argTy->getAs<PointerType>();
358 if (!PT)
361 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType()
    [all...]
BodyFarm.cpp 305 const PointerType *PT = TheValueTy->getAs<PointerType>();
306 if (!PT)
308 QualType PointeeTy = PT->getPointeeType();
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 16 typedef int *PT;
18 x = (PT()[(int){1}]); // expected-warning {{compound literals}}
  /external/llvm/tools/llvm-pdbdump/
VariableDumper.cpp 161 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer;
163 PT = FunctionDumper::PointerType::Reference;
165 Dumper.start(*FunctionSig, NameStr.c_str(), PT);
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 53 unsigned long PT;
56 sessionDesc->getFormatType(index, &PT, &desc, &params);
APacketSource.cpp 412 unsigned long PT;
415 sessionDesc->getFormatType(index, &PT, &desc, &params);
429 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
461 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
514 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
  /external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp 287 const ObjCObjectPointerType* PT =
290 if (!PT)
293 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
CheckSecuritySyntaxOnly.cpp 319 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>();
320 if (!PT)
323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
359 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>();
360 if (!PT)
363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
399 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>();
400 if (!PT)
404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
571 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>()
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 242 QualType PT = getContext().getPointerType(QualType(T, 0));
243 return loc::MemRegionVal(getRegionManager().getCXXThisRegion(PT, SFC));
  /external/clang/test/Sema/
offsetof.c 5 typedef struct P { int i; float f; } PT;
10 PT X[100];
  /external/llvm/lib/IR/
IRBuilder.cpp 47 PointerType *PT = cast<PointerType>(Ptr->getType());
48 if (PT->getElementType()->isIntegerTy(8))
52 PT = getInt8PtrTy(PT->getAddressSpace());
53 BitCastInst *BCI = new BitCastInst(Ptr, PT, "");
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 405 PointerType *PT = dyn_cast<PointerType>(T);
408 if (PT) {
409 ST = dyn_cast<StructType>(PT->getElementType());
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 169 const uint8_t PT = _ptrRTPDataBegin[1];
176 header->payloadType = PT;
199 const uint8_t PT = _ptrRTPDataBegin[1] & 0x7f;
223 header->payloadType = PT;
  /external/clang/tools/libclang/
CXType.cpp 779 static long long validateFieldParentType(CXCursor PC, CXType PT){
793 QualType RT = GetQualType(PT);
805 long long clang_Type_getOffsetOf(CXType PT, const char *S) {
806 // check that PT is not incomplete/dependent
807 CXCursor PC = clang_getTypeDeclaration(PT);
808 long long Error = validateFieldParentType(PC,PT);
814 ASTContext &Ctx = cxtu::getASTUnit(GetTU(PT))->getASTContext();
840 CXType PT = clang_getCursorType(PC);
841 long long Error = validateFieldParentType(PC,PT);
944 unsigned clang_Type_visitFields(CXType PT,
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 542 typedef Instruction* PT;
544 static inline void *getAsVoidPointer(PT P) { return P; }
545 static inline PT getFromVoidPointer(void *P) {
546 return static_cast<PT>(P);

Completed in 573 milliseconds

1 2 3