Searched refs:PT (Results 1 - 25 of 182) sorted by relevance

12345678

/external/libcxx/test/thread/futures/futures.tas/futures.task.members/
H A Dctor1.fail.cpp22 typedef std::packaged_task<A(int, char)> PT; typedef
28 PT p { VPT{} };
H A Dctor2.fail.cpp24 typedef std::packaged_task<A(int, char)> PT; typedef
29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}};
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp42 const PointerType* PT = RetTy->getAs<PointerType>(); local
43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); local
66 if (!PT)
71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
72 PT->isObjCClassType() || PT->isObjCQualifiedClassType())
77 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
H A DScanfFormatString.cpp402 QualType PT = QT->getPointeeType();
405 if (const EnumType *ETy = PT->getAs<EnumType>())
406 PT = ETy->getDecl()->getIntegerType();
408 const BuiltinType *BT = PT->getAs<BuiltinType>();
413 if (PT->isAnyCharacterType()) {
415 if (PT->isWideCharType())
478 if (isa<TypedefType>(PT) && (LangOpt.C99 || LangOpt.CPlusPlus11))
479 namedTypeToLengthModifier(PT, LM);
489 if (PT->isRealFloatingType())
491 else if (PT
[all...]
H A DFormatString.cpp260 const PointerType *PT = argTy->getAs<PointerType>(); local
261 if (!PT)
265 if (PT->getPointeeType().isConstQualified())
268 argTy = PT->getPointeeType();
333 const PointerType *PT = argTy->getAs<PointerType>(); local
334 if (!PT)
336 QualType pointeeTy = PT->getPointeeType();
353 const PointerType *PT = argTy->getAs<PointerType>(); local
354 if (!PT)
357 C.getCanonicalType(PT
[all...]
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp129 Modifier(BasicBlock *Block, PieceTable *PT, Random *R): argument
130 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {}
146 assert(PT->size());
147 return PT->at(Ran->Rand() % PT->size());
166 for (unsigned i=0; i<PT->size(); ++i) {
167 Value *V = PT->at((index + i) % PT->size());
199 for (unsigned i=0; i<PT
283 PieceTable *PT; member in struct:__anon26415::Modifier
291 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
301 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
319 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
363 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
409 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
418 ExtractElementModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
432 ShuffModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
459 InsertElementModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
476 CastModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
561 SelectModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
586 CmpModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
620 Modifier::PieceTable PT; local
[all...]
/external/clang/test/Parser/
H A Dcxx-ambig-paren-expr.cpp16 typedef int *PT; typedef
18 x = (PT()[(int){1}]); // expected-warning {{compound literals}}
/external/oprofile/module/ia64/
H A DIA64entry.h21 #define PT(f) (IA64_PT_REGS_##f##_OFFSET) macro
27 .spillsp rp, PT(CR_IIP)+16+(off); \
28 .spillsp ar.pfs, PT(CR_IFS)+16+(off); \
29 .spillsp ar.unat, PT(AR_UNAT)+16+(off); \
30 .spillsp ar.fpsr, PT(AR_FPSR)+16+(off); \
31 .spillsp pr, PT(PR)+16+(off);
/external/clang/test/Sema/
H A Doffsetof.c5 typedef struct P { int i; float f; } PT; typedef in typeref:struct:P
10 PT X[100];
/external/fio/tools/
H A Dfio_generate_plots99 PT=$(echo $x | sed s/_"$FILETYPE".log//g)
105 DEPTH=$(echo $PT | cut -d "-" -f 4)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp319 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); local
320 if (!PT)
323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
359 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); local
360 if (!PT)
363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
399 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); local
400 if (!PT)
404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
571 const PointerType *PT local
600 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); local
[all...]
H A DNSErrorChecker.cpp288 const ObjCObjectPointerType* PT = local
291 if (!PT)
294 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
H A DMallocSizeofChecker.cpp160 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { argument
164 if (typesCompatible(C, PT, AT->getElementType()))
/external/llvm/lib/IR/
H A DIRBuilder.cpp43 PointerType *PT = cast<PointerType>(Ptr->getType()); local
44 if (PT->getElementType()->isIntegerTy(8))
48 PT = getInt8PtrTy(PT->getAddressSpace());
49 BitCastInst *BCI = new BitCastInst(Ptr, PT, "");
/external/llvm/lib/Support/
H A DHost.cpp780 Triple PT(Triple::normalize(LLVM_HOST_TRIPLE));
782 if (sizeof(void *) == 8 && PT.isArch32Bit())
783 PT = PT.get64BitArchVariant();
784 if (sizeof(void *) == 4 && PT.isArch64Bit())
785 PT = PT.get32BitArchVariant();
787 return PT.str();
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-myanmar-machine.rl54 PT = 25;
74 pwo_tone_group = PT A* DB? As?;
/external/llvm/include/llvm/IR/
H A DInstruction.h474 typedef Instruction* PT; typedef in class:llvm::PointerLikeTypeTraits
476 static inline void *getAsVoidPointer(PT P) { return P; }
477 static inline PT getFromVoidPointer(void *P) {
478 return static_cast<PT>(P);
H A DValue.h549 typedef Value* PT; typedef in class:llvm::PointerLikeTypeTraits
551 static inline void *getAsVoidPointer(PT P) { return P; }
552 static inline PT getFromVoidPointer(void *P) {
553 return static_cast<PT>(P);
/external/chromium_org/media/cast/net/rtcp/
H A Drtcp_utility.h31 uint8 PT; // Packet Type. member in struct:media::cast::RtcpCommonHeader
H A Drtcp_utility.cc35 switch (header.PT) {
70 // |V=2|P| IC | PT | length |
86 if (!reader->ReadU8(&parsed_header->PT))
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.cc288 const uint8_t PT = _ptrRTPDataBegin[1]; local
297 header->payloadType = PT;
320 const uint8_t PT = _ptrRTPDataBegin[1] & 0x7f; local
348 header.payloadType = PT;
H A Drtcp_utility.cc158 switch (header.PT)
423 if ((header.PT != PT_SR) && (header.PT != PT_RR))
457 // |V=2|P| IC | PT | length |
470 parsedHeader.PT = ptrDataBegin[1];
628 hdr |V=2|P| RC | PT=IJ=195 | length |
857 |V=2|P|reserved | PT=XR=207 | length |
1126 assert((header.PT == PT_RTPFB) || (header.PT == PT_PSFB)); // Parser logic check
1148 if (header.PT
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DRTPencode.cc74 void NetEQTest_GetCodec_and_PT(char * name, webrtc::NetEqDecoder *codec, int *PT, int frameLen, int *fs, int *bitrate, int *useRed);
805 void NetEQTest_GetCodec_and_PT(char * name, webrtc::NetEqDecoder *codec, int *PT, int frameLen, int *fs, int *bitrate, int *useRed) { argument
812 *PT=NETEQ_CODEC_PCMU_PT;
817 *PT=NETEQ_CODEC_PCMA_PT;
822 *PT=NETEQ_CODEC_PCM16B_PT;
827 *PT=NETEQ_CODEC_PCM16B_WB_PT;
832 *PT=NETEQ_CODEC_PCM16B_SWB32KHZ_PT;
837 *PT=NETEQ_CODEC_PCM16B_SWB48KHZ_PT;
842 *PT=NETEQ_CODEC_G722_PT;
848 *PT
[all...]
/external/llvm/lib/CodeGen/
H A DGlobalMerge.cpp301 PointerType *PT = dyn_cast<PointerType>(I->getType()); local
302 assert(PT && "Global variable is not a pointer!");
304 unsigned AddressSpace = PT->getAddressSpace();
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp58 if (const PointerType *PT = T->getAs<PointerType>()) {
59 PointeeT = PT->getPointeeType();
99 if (const PointerType *PT = T->getAs<PointerType>())
100 T = PT->getPointeeType();
101 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>())
102 T = PT->getPointeeType();
823 } else if (const PointerType *PT = T->getAs<PointerType>())
824 FT = PT->getPointeeType()->getAs<FunctionProtoType>();

Completed in 7453 milliseconds

12345678