HomeSort by relevance Sort by last modified time
    Searched refs:PType (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerKernelArgs.cpp 146 PointerType *PType = dyn_cast<PointerType>(Arg->getType());
148 assert(PType && "Expecting pointer type in handleByValParam");
150 Type *StructType = PType->getElementType();
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 490 QualType PType = ArgTy->getPointeeType();
491 if ((!PType.isNull() && !PType.isConstQualified())
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 633 llvm::Type *PType = CGF.ConvertTypeForMem(MPT->getPointeeType())
635 return Builder.CreateBitCast(Addr, PType);
    [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 138 milliseconds