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

1 2 3

  /external/llvm/runtime/libprofile/
Profiling.h 33 void write_profiling_data(enum ProfilingType PT, unsigned *Start,
CommonProfiling.c 128 void write_profiling_data(enum ProfilingType PT, unsigned *Start,
134 PTy = PT;
  /external/clang/lib/Analysis/
CocoaConventions.cpp 79 const PointerType* PT = RetTy->getAs<PointerType>();
80 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
100 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>();
103 if (!PT)
108 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
109 PT->isObjCClassType() || PT->isObjCQualifiedClassType())
114 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
FormatString.cpp 253 const PointerType *PT = argTy->getAs<PointerType>();
254 if (!PT)
256 QualType pointeeTy = PT->getPointeeType();
273 const PointerType *PT = argTy->getAs<PointerType>();
274 if (!PT)
277 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 16 typedef int *PT;
18 x = (PT()[(int){1}]); // expected-warning {{compound literals}}
  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 52 const ObjCObjectPointerType* PT =
55 if (!PT)
57 const ObjCInterfaceDecl *OD = PT->getInterfaceDecl();
CheckSecuritySyntaxOnly.cpp 281 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
282 if (!PT)
285 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
319 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(1));
320 if (!PT)
323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
353 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
354 if (!PT)
358 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
437 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(i))
    [all...]
NSErrorChecker.cpp 297 const ObjCObjectPointerType* PT =
300 if (!PT)
303 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
  /external/oprofile/module/ia64/
IA64entry.h 21 #define PT(f) (IA64_PT_REGS_##f##_OFFSET)
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/
offsetof.c 5 typedef struct P { int i; float f; } PT;
10 PT X[100];
  /frameworks/base/media/libstagefright/rtsp/
ASessionDescription.h 44 size_t index, unsigned long *PT,
48 size_t index, unsigned long PT,
ASessionDescription.cpp 199 size_t index, unsigned long *PT,
212 *PT = x;
226 size_t index, unsigned long PT,
232 sprintf(key, "a=framesize:%lu", PT);
ARTPSource.cpp 52 unsigned long PT;
55 sessionDesc->getFormatType(index, &PT, &desc, &params);
APacketSource.cpp 409 unsigned long PT;
412 sessionDesc->getFormatType(index, &PT, &desc, &params);
426 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
458 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
511 if (!sessionDesc->getDimensions(index, PT, &width, &height)) {
  /external/llvm/lib/VMCore/
IRBuilder.cpp 43 PointerType *PT = cast<PointerType>(Ptr->getType());
44 if (PT->getElementType()->isIntegerTy(8))
48 PT = getInt8PtrTy(PT->getAddressSpace());
49 BitCastInst *BCI = new BitCastInst(Ptr, PT, "");
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 168 PointerType *PT = getMallocType(CI);
169 return PT ? PT->getElementType() : NULL;
  /external/llvm/include/llvm/
Instruction.h 386 typedef Instruction* PT;
388 static inline void *getAsVoidPointer(PT P) { return P; }
389 static inline PT getFromVoidPointer(void *P) {
390 return static_cast<PT>(P);
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/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/
ASTDiagnostic.cpp 36 if (const ParenType *PT = dyn_cast<ParenType>(Ty)) {
37 QT = PT->desugar();
  /frameworks/compile/slang/
slang_rs_backend.cpp 223 const RSExportPrimitiveType *PT =
227 mLLVMContext, llvm::utostr_32(PT->getType())));
228 if (PT->isRSObjectType()) {
slang_rs_export_type.cpp 228 const clang::PointerType *PT =
230 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
364 const clang::PointerType *PT =
366 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
505 const clang::Type *PT = GET_POINTEE_TYPE(T);
507 if (NormalizeType(PT, PointeeName, NULL, NULL)) {
962 const clang::PointerType *PT,
964 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 84 if (const PointerType *PT = T->getAs<PointerType>())
85 T = PT->getPointeeType();
86 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>())
87 T = PT->getPointeeType();
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp 814 sp<Thread> pt(new ProducerThread(mANW, testPixels));
815 pt->run();
854 pt->requestExitAndWait();
    [all...]

Completed in 525 milliseconds

1 2 3