Home
last modified time | relevance | path

Searched refs:PT (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp150 Modifier(BasicBlock *Block, PieceTable *PT, Random *R): in Modifier()
151 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {} in Modifier()
167 assert(PT->size()); in getRandomVal()
168 return PT->at(Ran->Rand() % PT->size()); in getRandomVal()
187 for (unsigned i=0; i<PT->size(); ++i) { in getRandomValue()
188 Value *V = PT->at((index + i) % PT->size()); in getRandomValue()
220 for (unsigned i=0; i<PT->size(); ++i) { in getRandomPointerValue()
221 Value *V = PT->at((index + i) % PT->size()); in getRandomPointerValue()
231 for (unsigned i=0; i<PT->size(); ++i) { in getRandomVectorValue()
232 Value *V = PT->at((index + i) % PT->size()); in getRandomVectorValue()
[all …]
/external/clang/lib/Analysis/
DCocoaConventions.cpp42 const PointerType* PT = RetTy->getAs<PointerType>(); in isRefType() local
43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType())) in isRefType()
63 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
66 if (!PT) in isCocoaObjectRef()
71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
72 PT->isObjCClassType() || PT->isObjCQualifiedClassType()) in isCocoaObjectRef()
77 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl(); in isCocoaObjectRef()
DScanfFormatString.cpp413 QualType PT = QT->getPointeeType(); in fixType() local
416 if (const EnumType *ETy = PT->getAs<EnumType>()) in fixType()
417 PT = ETy->getDecl()->getIntegerType(); in fixType()
419 const BuiltinType *BT = PT->getAs<BuiltinType>(); in fixType()
424 if (PT->isAnyCharacterType()) { in fixType()
426 if (PT->isWideCharType()) in fixType()
489 if (isa<TypedefType>(PT) && (LangOpt.C99 || LangOpt.CPlusPlus11)) in fixType()
490 namedTypeToLengthModifier(PT, LM); in fixType()
500 if (PT->isRealFloatingType()) in fixType()
502 else if (PT->isSignedIntegerType()) in fixType()
[all …]
DFormatString.cpp263 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
264 if (!PT) in matchesType()
268 if (PT->getPointeeType().isConstQualified()) in matchesType()
271 argTy = PT->getPointeeType(); in matchesType()
337 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
338 if (!PT) in matchesType()
340 QualType pointeeTy = PT->getPointeeType(); in matchesType()
357 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
358 if (!PT) in matchesType()
361 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType(); in matchesType()
[all …]
/external/webrtc/tools/matlab/
DrtpAnalyze.m18 [SeqNo,TimeStamp,ArrTime,Size,PT,M,SSRC] = importfile(input_file);
22 ix = not(ismember(PT, 72:76));
28 PT = PT(ix); variable
40 uPT = unique(PT(uix == i));
58 PT = PT(ix); variable
70 uPT = unique(PT);
178 function [SeqNo,TimeStamp,SendTime,Size,PT,M,SSRC] = ...
181 % [SEQNO,TIMESTAMP,SENDTIME,SIZE,PT,M,SSRC] = IMPORTFILE(FILENAME) Reads
184 % [SEQNO,TIMESTAMP,SENDTIME,SIZE,PT,M,SSRC] = IMPORTFILE(FILENAME,
189 % [SeqNo,TimeStamp,SendTime,Size,PT,M,SSRC] =
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp319 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_gets() local
320 if (!PT) in checkCall_gets()
323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_gets()
359 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); in checkCall_getpw() local
360 if (!PT) in checkCall_getpw()
363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_getpw()
399 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_mktemp() local
400 if (!PT) in checkCall_mktemp()
404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) in checkCall_mktemp()
571 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_strCommon() local
[all …]
DNSErrorChecker.cpp287 const ObjCObjectPointerType* PT = in IsNSError() local
290 if (!PT) in IsNSError()
293 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl(); in IsNSError()
/external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
Dctor1.fail.cpp22 typedef std::packaged_task<A(int, char)> PT; typedef
28 PT p { VPT{} }; in main()
Dctor2.fail.cpp24 typedef std::packaged_task<A(int, char)> PT; typedef
29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; in main()
/external/llvm/lib/CodeGen/
DCoreCLRGC.cpp43 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
45 return (1 == PT->getAddressSpace()); in isGCManagedPointer()
DStatepointExampleGC.cpp39 PointerType *PT = cast<PointerType>(V->getType()); in isGCManagedPointer() local
45 return (1 == PT->getAddressSpace()); in isGCManagedPointer()
/external/llvm/lib/Support/
DHost.cpp920 Triple PT(Triple::normalize(LLVM_HOST_TRIPLE)); in getProcessTriple() local
922 if (sizeof(void *) == 8 && PT.isArch32Bit()) in getProcessTriple()
923 PT = PT.get64BitArchVariant(); in getProcessTriple()
924 if (sizeof(void *) == 4 && PT.isArch64Bit()) in getProcessTriple()
925 PT = PT.get32BitArchVariant(); in getProcessTriple()
927 return PT.str(); in getProcessTriple()
/external/clang/test/Parser/
Dcxx-ambig-paren-expr.cpp16 typedef int *PT; in f() typedef
18 x = (PT()[(int){1}]); // expected-warning {{compound literals}} in f()
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPencode.cc86 int* PT,
840 int* PT, in NetEQTest_GetCodec_and_PT() argument
850 *PT = NETEQ_CODEC_PCMU_PT; in NetEQTest_GetCodec_and_PT()
854 *PT = NETEQ_CODEC_PCMA_PT; in NetEQTest_GetCodec_and_PT()
858 *PT = NETEQ_CODEC_PCM16B_PT; in NetEQTest_GetCodec_and_PT()
862 *PT = NETEQ_CODEC_PCM16B_WB_PT; in NetEQTest_GetCodec_and_PT()
866 *PT = NETEQ_CODEC_PCM16B_SWB32KHZ_PT; in NetEQTest_GetCodec_and_PT()
870 *PT = NETEQ_CODEC_PCM16B_SWB48KHZ_PT; in NetEQTest_GetCodec_and_PT()
874 *PT = NETEQ_CODEC_G722_PT; in NetEQTest_GetCodec_and_PT()
880 *PT = NETEQ_CODEC_ILBC_PT; in NetEQTest_GetCodec_and_PT()
[all …]
/external/clang/test/Sema/
Doffsetof.c5 typedef struct P { int i; float f; } PT; typedef
10 PT X[100];
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc169 const uint8_t PT = _ptrRTPDataBegin[1]; in ParseRtcp() local
176 header->payloadType = PT; in ParseRtcp()
199 const uint8_t PT = _ptrRTPDataBegin[1] & 0x7f; in Parse() local
223 header->payloadType = PT; in Parse()
/external/fio/tools/
Dfio_generate_plots99 PT=$(echo $x | sed s/_"$FILETYPE".log//g)
105 DEPTH=$(echo $PT | cut -d "-" -f 4)
/external/llvm/include/llvm/IR/
DInstruction.h542 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);
DValue.h733 typedef Value* PT;
735 static inline void *getAsVoidPointer(PT P) { return P; }
736 static inline PT getFromVoidPointer(void *P) {
737 return static_cast<PT>(P);
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp161 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer() local
163 PT = FunctionDumper::PointerType::Reference; in tryDumpFunctionPointer()
165 Dumper.start(*FunctionSig, NameStr.c_str(), PT); in tryDumpFunctionPointer()
/external/clang/tools/libclang/
DCXType.cpp779 static long long validateFieldParentType(CXCursor PC, CXType PT){ in validateFieldParentType() argument
793 QualType RT = GetQualType(PT); in validateFieldParentType()
805 long long clang_Type_getOffsetOf(CXType PT, const char *S) { in clang_Type_getOffsetOf() argument
807 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_getOffsetOf()
808 long long Error = validateFieldParentType(PC,PT); in clang_Type_getOffsetOf()
814 ASTContext &Ctx = cxtu::getASTUnit(GetTU(PT))->getASTContext(); in clang_Type_getOffsetOf()
840 CXType PT = clang_getCursorType(PC); in clang_Cursor_getOffsetOfField() local
841 long long Error = validateFieldParentType(PC,PT); in clang_Cursor_getOffsetOfField()
944 unsigned clang_Type_visitFields(CXType PT, in clang_Type_visitFields() argument
947 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_visitFields()
[all …]
/external/curl/docs/libcurl/
Dgetinfo-times7 |--|--|--PT
16 PT = CURLINFO_PRETRANSFER_TIME. The time it took from the start until the file
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp123 size_t getTypeSize(PointerType * const PT, bool dereferencePtr = false);
216 const PointerType *PT = dyn_cast<PointerType>(arg->getType()); in dumpAllIntoArena() local
217 if (!PT) { in dumpAllIntoArena()
220 Type *DereferencedType = PT->getElementType(); in dumpAllIntoArena()
1251 size_t AMDGPUPeepholeOpt::getTypeSize(PointerType * const PT, in getTypeSize() argument
1253 if (!PT) { in getTypeSize()
1256 Type *CT = PT->getElementType(); in getTypeSize()
1258 PT->getAddressSpace() == AMDGPUAS::PRIVATE_ADDRESS) { in getTypeSize()
1262 for (size_t x = 0, y = PT->getNumContainedTypes(); x < y; ++x) { in getTypeSize()
1263 size += getTypeSize(PT->getContainedType(x), dereferencePtr); in getTypeSize()
/external/llvm/lib/IR/
DIRBuilder.cpp47 PointerType *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local
48 if (PT->getElementType()->isIntegerTy(8)) in getCastedInt8PtrValue()
52 PT = getInt8PtrTy(PT->getAddressSpace()); in getCastedInt8PtrValue()
53 BitCastInst *BCI = new BitCastInst(Ptr, PT, ""); in getCastedInt8PtrValue()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp85 if (const PointerType *PT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local
86 PointeeT = PT->getPointeeType(); in CheckSpecifiedExceptionType()
126 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local
127 T = PT->getPointeeType(); in CheckDistantExceptionSpec()
128 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local
129 T = PT->getPointeeType(); in CheckDistantExceptionSpec()
891 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
892 FT = PT->getPointeeType()->getAs<FunctionProtoType>(); in canCalleeThrow()

12345678910>>...14