OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLongLong
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Lex/
LiteralSupport.h
56
bool
isLongLong
;
/external/clang/lib/Lex/
LiteralSupport.cpp
377
isLongLong
= false;
443
if (isLong ||
isLongLong
) break; // Cannot be repeated.
449
isLongLong
= true;
458
if (isFPConstant || isLong ||
isLongLong
) break;
493
isLongLong
= true;
[
all
...]
PPExpressions.cpp
219
if (!PP.getLangOptions().C99 && Literal.
isLongLong
)
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
Completed in 125 milliseconds