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,
213 IntType getIntPtrType() const { return IntPtrType; }
215 return getIntTypeByWidth(getTypeWidth(IntPtrType), false);
  /external/clang/lib/Basic/
TargetInfo.cpp 56 IntPtrType = SignedLong;
278 IntPtrType = Is32BitArch ? SignedInt : SignedLong;
Targets.cpp 647 this->IntPtrType = TargetInfo::SignedInt;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 95 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
98 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
129 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
135 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
    [all...]

Completed in 439 milliseconds