OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeWidth
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
268
unsigned
getTypeWidth
(IntType T) const;
353
unsigned getWCharWidth() const { return
getTypeWidth
(WCharType); }
358
unsigned getChar16Width() const { return
getTypeWidth
(Char16Type); }
363
unsigned getChar32Width() const { return
getTypeWidth
(Char32Type); }
449
return
getTypeWidth
(IntMaxType);
[
all
...]
/external/clang/lib/Frontend/
InitPreprocessor.cpp
196
DefineTypeSize(MacroName, TI.
getTypeWidth
(Ty), TI.getTypeConstantSuffix(Ty),
217
Builder.defineMacro(MacroName, Twine(TI.
getTypeWidth
(Ty)));
229
int TypeWidth = TI.
getTypeWidth
(Ty);
249
int TypeWidth = TI.
getTypeWidth
(Ty);
705
TI.
getTypeWidth
(TI.getPtrDiffType(0)), TI, Builder);
707
TI.
getTypeWidth
(TI.getSizeType()), TI, Builder);
709
TI.
getTypeWidth
(TI.getWCharType()), TI, Builder);
711
TI.
getTypeWidth
(TI.getWIntType()), TI, Builder);
[
all
...]
/external/clang/lib/AST/
ItaniumCXXABI.cpp
107
uint64_t Width = Target.
getTypeWidth
(PtrDiff);
/external/clang/lib/Basic/
TargetInfo.cpp
167
///
getTypeWidth
- Return the width (in bits) of the specified integer type
169
unsigned TargetInfo::
getTypeWidth
(IntType T) const {
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
Completed in 151 milliseconds