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

  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaChecking.cpp 512 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>();
513 if (!pointerType) {
519 QualType AtomTy = pointerType->getPointeeType();
666 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>();
667 if (!pointerType) {
673 QualType ValType = pointerType->getPointeeType()
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 123 cast<llvm::PointerType>(V->getType()));
535 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
541 assert(isa<llvm::PointerType>(Src->getType()));
578 if (isa<llvm::PointerType>(DstTy)) {
580 if (isa<llvm::PointerType>(SrcTy))
594 if (isa<llvm::PointerType>(SrcTy)) {
817 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy))
    [all...]

Completed in 396 milliseconds