HomeSort by: relevance | last modified time | path
    Searched defs:pointerType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 2189 const ObjCObjectPointerType *pointerType =
2191 if (!pointerType)
2197 const ObjCObjectType *objectType = pointerType->getObjectType();
2227 method = LookupMethodInQualifiedType(selector, pointerType,
4233 const PointerType *PT = ThrowType->getAs<PointerType>();
4272 const PointerType *pointerType = type->getAs<PointerType>();
4273 if (!pointerType || !pointerType->getPointeeType()->isVoidType())
    [all...]
SemaChecking.cpp 317 const auto *PtrTy = Ty->getAs<PointerType>();
1133 const PointerType *ArgTy = ArgIdx->getType()->getAs<PointerType>();
2355 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>();
2356 if (!pointerType) {
2365 QualType ValType = pointerType->getPointeeType();
4515 if (auto pointerType = type->getAs<PointerType>())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 382 Value *Zero = CGF.CGM.getNullPointer(cast<llvm::PointerType>(V->getType()), QT);
884 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
890 assert(isa<llvm::PointerType>(Src->getType()));
1338 if (auto DstPT = dyn_cast<llvm::PointerType>(DstTy)) {
1340 if (isa<llvm::PointerType>(SrcTy))
1354 if (isa<llvm::PointerType>(SrcTy)) {
2005 if (auto PT = DestTy->getAs<PointerType>())
2111 return CGF.CGM.getNullPointer(cast<llvm::PointerType>(
2172 return CGF.CGM.getNullPointer(cast<llvm::PointerType>(ConvertType(DestTy)),
2574 } else if (const PointerType *ptr = type->getAs<PointerType>())
    [all...]

Completed in 36 milliseconds