Home
last modified time | relevance | path

Searched refs:PType (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerStructArgs.cpp60 PointerType *PType = dyn_cast<PointerType>(Arg->getType()); in handleParam() local
62 assert(PType && "Expecting pointer type in handleParam"); in handleParam()
64 Type *StructType = PType->getElementType(); in handleParam()
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp490 QualType PType = ArgTy->getPointeeType(); in process() local
491 if ((!PType.isNull() && !PType.isConstQualified()) in process()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4892 QualType PType = PI->getType(); in getObjCEncodingForBlock() local
4913 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4914 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()
4915 PType = PVDecl->getType(); in getObjCEncodingForBlock()
4935 QualType PType = PI->getType(); in getObjCEncodingForFunctionDecl() local
4955 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
4957 PType = PVDecl->getType(); in getObjCEncodingForFunctionDecl()
4958 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
5002 QualType PType = (*PI)->getType(); in getObjCEncodingForMethodDecl() local
5026 PType = PVDecl->getType(); in getObjCEncodingForMethodDecl()
[all …]
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp489 llvm::Type *PType in EmitMemberDataPointerAddress() local
491 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
H A DMicrosoftCXXABI.cpp2374 llvm::Type *PType = in EmitMemberDataPointerAddress() local
2409 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7533 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local
7534 while (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()
7541 PType= AT->getElementType(); in CheckParmsForFunctionDef()