OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntPtrType
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
124
IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType,
IntPtrType
, WCharType,
141
IntType getIntPtrType() const { return
IntPtrType
; }
/external/clang/lib/Basic/
TargetInfo.cpp
48
IntPtrType
= SignedLong;
Targets.cpp
943
SizeType = PtrDiffType =
IntPtrType
= TargetInfo::UnsignedInt;
953
SizeType = PtrDiffType =
IntPtrType
= TargetInfo::UnsignedLongLong;
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
100
llvm::Type *
IntPtrType
= IntType->getPointerTo(AddrSpace);
102
llvm::Type *IntrinsicTypes[2] = { IntType,
IntPtrType
};
106
Args[0] = CGF.Builder.CreateBitCast(DestPtr,
IntPtrType
);
135
llvm::Type *
IntPtrType
= IntType->getPointerTo(AddrSpace);
137
llvm::Type *IntrinsicTypes[2] = { IntType,
IntPtrType
};
144
Args[0] = CGF.Builder.CreateBitCast(DestPtr,
IntPtrType
);
[
all
...]
Completed in 61 milliseconds