OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShortWidth
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Basic/
TargetInfo.cpp
120
case UnsignedShort: return
getShortWidth
();
/external/clang/include/clang/Basic/
TargetInfo.h
179
///
getShortWidth
/Align - Return the size of 'signed short' and
181
unsigned
getShortWidth
() const { return 16; } // FIXME
/external/clang/lib/Frontend/
InitPreprocessor.cpp
516
DefineTypeSizeof("__SIZEOF_SHORT__", TI.
getShortWidth
(), TI, Builder);
564
if (TI.
getShortWidth
() > TI.getCharWidth())
567
if (TI.getIntWidth() > TI.
getShortWidth
())
/external/clang/lib/AST/
ASTContext.cpp
834
Width = Target.
getShortWidth
();
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
[
all
...]
Completed in 20 milliseconds