OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLongLongWidth
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp
245
case UnsignedLongLong: return
getLongLongWidth
();
259
if (
getLongLongWidth
() == BitWidth)
274
if (
getLongLongWidth
() >= BitWidth)
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
NVPTX.cpp
126
LongLongWidth = HostTarget->
getLongLongWidth
();
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp
888
DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.
getLongLongWidth
(), TI, Builder);
969
if (TI.
getLongLongWidth
() > TI.getLongWidth())
994
if (TI.
getLongLongWidth
() > TI.getLongWidth()) {
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
459
///
getLongLongWidth
/Align - Return the size of 'signed long long' and
461
unsigned
getLongLongWidth
() const { return LongLongWidth; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
3724
llvm::APInt ResultVal(Context.getTargetInfo().
getLongLongWidth
(), 0);
3957
Context.getTargetInfo().
getLongLongWidth
();
3975
unsigned LongLongSize = Context.getTargetInfo().
getLongLongWidth
();
4002
Width = Context.getTargetInfo().
getLongLongWidth
();
15747
else if (pw == Context.getTargetInfo().
getLongLongWidth
())
SemaDecl.cpp
18239
BestWidth = Context.getTargetInfo().
getLongLongWidth
();
18272
BestWidth = Context.getTargetInfo().
getLongLongWidth
();
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
2044
Width = Target->
getLongLongWidth
();
Completed in 91 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026