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

  /external/clang/include/clang/Basic/
TargetInfo.h 180 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType,
222 IntType getIntPtrType() const { return IntPtrType; }
224 return getCorrespondingUnsignedType(IntPtrType);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 100 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
103 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
162 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
168 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
200 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
203 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
    [all...]

Completed in 2101 milliseconds