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

  /external/clang/include/clang/Basic/
TargetInfo.h 173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType,
209 IntType getIntPtrType() const { return IntPtrType; }
  /external/clang/lib/Basic/
Targets.cpp 608 this->IntPtrType = TargetInfo::SignedInt;
    [all...]
TargetInfo.cpp 56 IntPtrType = SignedLong;
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 94 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
97 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
128 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
134 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
    [all...]

Completed in 101 milliseconds