OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:saw_period
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
LiteralSupport.h
48
bool saw_exponent,
saw_period
;
member in class:clang::NumericLiteralParser
62
return !
saw_period
&& !saw_exponent;
65
return
saw_period
|| saw_exponent;
/external/clang/lib/Lex/
LiteralSupport.cpp
374
saw_period
= false;
399
saw_period
= true;
546
saw_period
= true;
567
} else if (
saw_period
) {
625
saw_period
= true;
[
all
...]
Completed in 72 milliseconds