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 608 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>();
609 if (!pointerType) {
616 QualType AtomTy = pointerType->getPointeeType(); // 'A'
836 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>();
837 if (!pointerType) {
843 QualType ValType = pointerType->getPointeeType()
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 123 cast<llvm::PointerType>(V->getType()));
530 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
536 assert(isa<llvm::PointerType>(Src->getType()));
573 if (isa<llvm::PointerType>(DstTy)) {
575 if (isa<llvm::PointerType>(SrcTy))
589 if (isa<llvm::PointerType>(SrcTy)) {
806 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy))
    [all...]

Completed in 1006 milliseconds