OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLongWidth
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/Basic/
TargetInfo.cpp
124
case UnsignedLong: return
getLongWidth
();
/external/clang/include/clang/Basic/
TargetInfo.h
189
///
getLongWidth
/Align - Return the size of 'signed long' and 'unsigned long'
191
unsigned
getLongWidth
() const { return LongWidth; }
/external/clang/lib/Frontend/
InitPreprocessor.cpp
512
DefineTypeSizeof("__SIZEOF_LONG__", TI.
getLongWidth
(), TI, Builder);
570
if (TI.
getLongWidth
() > TI.getIntWidth())
573
if (TI.getLongLongWidth() > TI.
getLongWidth
())
/external/clang/lib/Sema/
SemaDeclAttr.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
844
Width = Target.
getLongWidth
();
[
all
...]
Completed in 26 milliseconds