HomeSort by relevance Sort by last modified time
    Searched refs:eod (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/Lex/
PreprocessorLexer.cpp 50 if (FilenameTok.is(tok::eod))
PPDirectives.cpp 82 /// the tok::eod token is found.
88 } while (Tmp.isNot(tok::eod));
142 if (MacroNameTok.is(tok::eod))
213 /// This sets the token kind to eod and discards the rest of the macro line if
235 // token kind to tok::eod if necessary.
236 if (MacroNameTok.isNot(tok::eod)) {
237 MacroNameTok.setKind(tok::eod);
242 /// \brief Ensure that the next token is a tok::eod token.
244 /// If not, emit a diagnostic and consume up until the eod. If EnableMacros is
261 if (Tmp.isNot(tok::eod)) {
    [all...]
Pragma.cpp 338 // Replace the ')' with an EOD to mark the end of the pragma.
339 PragmaToks.back().setKind(tok::eod);
392 if (Tok.is(tok::eod)) return;
458 // If the token kind is EOD, the error has already been diagnosed.
459 if (FilenameTok.is(tok::eod))
494 while (DependencyTok.isNot(tok::eod)) {
637 if (SourceFilenameTok.is(tok::eod)) {
669 if (ReplaceFilenameTok.is(tok::eod)) {
802 // Verify that this is followed by EOD.
804 if (Tok.isNot(tok::eod))
    [all...]
PPExpressions.cpp 201 case tok::eod:
419 /// 0 - 'eod' or ')'
445 case tok::eod: return 0;// Lowest priority, end of directive.
753 if (Tok.isNot(tok::eod))
764 if (Tok.is(tok::eod)) {
780 if (Tok.isNot(tok::eod))
788 // If we aren't at the tok::eod token, something bad happened, like an extra
790 if (Tok.isNot(tok::eod)) {
PPMacroExpansion.cpp 733 if (ContainsCodeCompletionTok && Tok.isOneOf(tok::eof, tok::eod))
751 if (Tok.isOneOf(tok::eof, tok::eod)) { // "#if f(<eof>" & "#if f(\n"
756 // Do not lose the EOF/EOD. Return it to the client.
760 // Do not lose the EOF/EOD.
    [all...]
PPLexerChange.cpp 567 // explicit EOD token.
575 // expansions) and preprocessor mode (return EOD). We know that the lexer
579 // return EOD.
592 // Discarding comments as long as we don't have EOF or EOD. This 'comments
598 while (Tok.isNot(tok::eod) && Tok.isNot(tok::eof))
601 // If we got an eod token, then we successfully found the end of the line.
602 if (Tok.is(tok::eod)) {
607 // If the lexer was already in preprocessor mode, just return the EOD token
618 // active (an active lexer would return EOD at EOF if there was no \n in
620 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode")
    [all...]
Lexer.cpp 191 // return an EOD token.
    [all...]
PTHLexer.cpp 119 if (TKind == tok::eod) {
TokenLexer.cpp 714 return Tokens[NumTokens-1].is(tok::eod) && !isAtEnd();
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
vms_make.com 168 $ EOD
241 $ eod
273 $ eod
302 $ eod
334 $ eod
366 $ eod
396 $ eod
429 $ eod
459 $ eod
489 $ eod
    [all...]
  /external/zlib/src/contrib/minizip/
make_vms.com 10 $ eod
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 98 while (PragmaToken.isNot(clang::tok::eod)) {
108 if (PragmaToken.is(clang::tok::eod) || PragmaToken.is(clang::tok::eof)) {
116 // Lex until meets clang::tok::eod
119 } while (PragmaToken.isNot(clang::tok::eod));
166 if (PragmaToken.isNot(clang::tok::eod)) {
444 while (PragmaToken.isNot(clang::tok::eod)) {
452 slangAssert(PragmaToken.isNot(clang::tok::eod));
469 if (PragmaToken.isNot(clang::tok::eod))
562 } while (PragmaToken.isNot(clang::tok::eod));
  /external/clang/lib/Parse/
ParsePragma.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 303 } while (!DirectiveToken.is(tok::eod) && DirectiveToken.isNot(tok::eof));
349 if (Tok.is(tok::eod)) // Sanity check.
533 } while (RawToken.isNot(tok::eod));
553 } while (RawToken.isNot(tok::eod) && RawToken.isNot(tok::eof));
  /external/dhcpcd-6.8.2/
dhcp-common.c 802 const uint8_t *eod; local
886 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) {
901 dgetopt, eod, eol);
  /external/clang/lib/Frontend/
CacheTokens.cpp 314 // Insert an eod token into the token cache. It has the same
319 Tmp.setKind(tok::eod);
PrintPreprocessedOutput.cpp 586 while (PragmaTok.isNot(tok::eod)) {
  /external/zlib/src/
make_vms.com 434 $ eod
473 $ eod
588 $ eod
  /external/curl/packages/vms/
gnv_link_curl.com 299 $eod

Completed in 513 milliseconds