Home
last modified time | relevance | path

Searched defs:PT (Results 1 – 25 of 95) sorted by relevance

1234

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DBuiltinGCs.cpp77 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
109 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCocoaConventions.cpp41 const PointerType* PT = RetTy->castAs<PointerType>(); in isRefType() local
69 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); in isCocoaObjectRef() local
H A DRetainSummaryManager.cpp209 QualType PT = Param->getType()->getPointeeType(); in isOSObjectRelated() local
1131 if (const auto *PT = ReceiverType->getAs<ObjCObjectPointerType>()) in getInstanceMethodSummary() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp327 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
416 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
435 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
479 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
H A DScanfFormatString.cpp423 QualType PT = QT->getPointeeType(); in fixType() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp363 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_bcmp() local
405 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_bcopy() local
447 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_bzero() local
489 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_gets() local
529 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); in checkCall_getpw() local
569 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_mktemp() local
838 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_strCommon() local
867 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() local
H A DMallocSizeofChecker.cpp162 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
H A DNSErrorChecker.cpp297 const ObjCObjectPointerType* PT = in IsNSError() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp298 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isGlobalAddr() local
307 if (auto PT = dyn_cast<PointerType>(V->getType())) in isLocalAddr() local
339 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isConstantAddr() local
H A DAMDGPULowerKernelArguments.cpp120 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in runOnFunction() local
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h290 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ argument
313 #define VMM_MAP_ITER_MEM(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
318 #define VMM_MAP_ITER_DMA(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
321 #define VMM_MAP_ITER_SGL(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp130 if (const PointerType *PT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local
190 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local
192 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local
1037 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
H A DSemaStmtAsm.cpp815 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField() local
835 if (const auto *PT = QT->getAs<PointerType>()) in LookupInlineAsmField() local
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp986 static long long validateFieldParentType(CXCursor PC, CXType PT){ in validateFieldParentType()
1012 long long clang_Type_getOffsetOf(CXType PT, const char *S) { in clang_Type_getOffsetOf()
1058 CXType PT = clang_getCursorType(PC); in clang_Cursor_getOffsetOfField() local
1228 unsigned clang_Type_visitFields(CXType PT, in clang_Type_visitFields()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h107 PredicateBase(PredicateType PT, Value *Op, Value *Condition) in PredicateBase()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp172 for (auto PT = PrefixTable; PT->Table; PT++) { in getInstruction() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp328 PieceTable *PT; member
684 Modifier::PieceTable PT; in FillFunction() local
/netbsd/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c408 #define PT(x) in ejobcode() macro
410 #define PT(x) printf(".type __pcc_" x ",@function\n") in ejobcode() macro
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp317 FunctionDumper::PointerType PT = in dump() local
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp229 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp76 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp87 QualType PT = QT->getPointeeType(); in getPrettyTypeName() local
281 const ObjCObjectPointerType *PT = cast<ObjCObjectPointerType>(T); in generateDiagnosticsForCallLike() local
/netbsd/games/gomoku/
H A Dgomoku.h71 #define PT(x, y) ((x) + (BSZ + 1) * (y)) macro
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp350 Type *PT = PointerType::get(NewTy, in convertAtomicLoadToIntegerType() local
438 Type *PT = PointerType::get(NewTy, in convertAtomicStoreToIntegerType() local
1094 Type *PT = PointerType::get(NewTy, in convertCmpXchgToIntegerType() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h392 bool isNonIntegralPointerType(PointerType *PT) const { in isNonIntegralPointerType()

1234