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

12 3 4

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp 269 PointerType *PT = cast<PointerType>(V->getType());
270 return TD->getTypeAllocSize(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;
  /frameworks/av/media/libstagefright/rtsp/
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)) {
ARTPWriter.cpp 35 #define PT 97
587 data[1] = (1 << 7) | PT; // M-bit
626 data[1] = (lastPacket ? (1 << 7) : 0x00) | PT; // M-bit
697 data[1] = (lastPacket ? 0x80 : 0x00) | PT; // M-bit
779 data[1] = PT;
MyTransmitter.h 43 #define PT 96
622 data[1] = (1 << 7) | PT; // M-bit
  /external/clang/lib/StaticAnalyzer/Checkers/
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/tools/libclang/
CXType.cpp 792 static long long validateFieldParentType(CXCursor PC, CXType PT){
806 QualType RT = GetQualType(PT);
818 long long clang_Type_getOffsetOf(CXType PT, const char *S) {
819 // check that PT is not incomplete/dependent
820 CXCursor PC = clang_getTypeDeclaration(PT);
821 long long Error = validateFieldParentType(PC,PT);
827 ASTContext &Ctx = cxtu::getASTUnit(GetTU(PT))->getASTContext();
853 CXType PT = clang_getCursorType(PC);
854 long long Error = validateFieldParentType(PC,PT);
957 unsigned clang_Type_visitFields(CXType PT,
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 559 typedef Instruction* PT;
561 static inline void *getAsVoidPointer(PT P) { return P; }
562 static inline PT getFromVoidPointer(void *P) {
563 return static_cast<PT>(P);
Value.h 789 typedef Value* PT;
791 static inline void *getAsVoidPointer(PT P) { return P; }
792 static inline PT getFromVoidPointer(void *P) {
793 return static_cast<PT>(P);
  /external/swiftshader/third_party/LLVM/include/llvm/
Value.h 397 typedef Value* PT;
399 static inline void *getAsVoidPointer(PT P) { return P; }
400 static inline PT getFromVoidPointer(void *P) {
401 return static_cast<PT>(P);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DwarfEHPrepare.cpp 383 TerminatorInst *PT = (*PI)->getTerminator();
388 if (SwitchOK && isa<SwitchInst>(PT)) {
392 if (!isa<InvokeInst>(PT) || LPad == PT->getSuccessor(0)) {
416 TerminatorInst *PT = (*PI++)->getTerminator();
417 if (isa<InvokeInst>(PT) && PT->getSuccessor(1) == LPad)
419 PT->setSuccessor(1, NewBB);
  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 284 PointerType *PT = getMallocType(CI, TLI);
285 return PT ? PT->getElementType() : nullptr;
473 PointerType *PT = cast<PointerType>(A.getType());
474 APInt Size(IntTyBits, DL.getTypeAllocSize(PT->getElementType()));
LazyValueInfo.cpp 673 PointerType *PT = dyn_cast<PointerType>(BBI->getType());
674 if (PT && isKnownNonNull(BBI)) {
675 Res = LVILatticeVal::getNot(ConstantPointerNull::get(PT));
    [all...]
  /external/llvm/lib/IR/
Function.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 149 Modifier(BasicBlock *Block, PieceTable *PT, Random *R):
150 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {}
166 assert(PT->size());
167 return PT->at(Ran->Rand() % PT->size());
186 for (unsigned i=0; i<PT->size(); ++i) {
187 Value *V = PT->at((index + i) % PT->size());
219 for (unsigned i=0; i<PT->size(); ++i)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /frameworks/compile/slang/
slang_backend.cpp 775 const RSExportPrimitiveType *PT =
779 mLLVMContext, llvm::utostr(PT->getType())));
780 if (PT->isRSObjectType()) {
    [all...]
slang_rs_export_type.cpp 360 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI);
361 const clang::Type *PointeeType = GetPointeeType(PT);
628 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI);
629 const clang::Type *PointeeType = GetPointeeType(PT);
798 const clang::Type *PT = GetPointeeType(P);
800 if (NormalizeType(PT, PointeeName, nullptr, nullptr,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 455 #define PT(x) PTA(x), PTA(x)
458 PT(0), PT(1), PT(2), PT(3), PT(4), PT(5), PT(6), PT(7)
460 , PT(8), PT(9), PT(10), PT(11), PT(12), PT(13), PT(14), PT(15)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 425 #define PT(x) PTA(x), PTA(x)
428 PT(0), PT(1), PT(2), PT(3), PT(4), PT(5), PT(6), PT(7)
430 , PT(8), PT(9), PT(10), PT(11), PT(12), PT(13), PT(14), PT(15)
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 474 const PointerType *PT = BaseType->getAs<PointerType>();
475 if (PT && (!getLangOpts().ObjC1 ||
476 PT->getPointeeType()->isRecordType())) {
    [all...]
SemaPseudoObject.cpp 545 const ObjCObjectPointerType *PT =
549 if (PT->isObjCClassType() &&
560 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
564 if (const ObjCObjectPointerType *PT =
566 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 300 const PointerType *PT,
303 ID.AddPointer(PT);
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 455 #define PT(x) PTA(x), PTA(x)
458 PT(0), PT(1), PT(2), PT(3), PT(4), PT(5), PT(6), PT(7)
460 , PT(8), PT(9), PT(10), PT(11), PT(12), PT(13), PT(14), PT(15
    [all...]

Completed in 937 milliseconds

12 3 4