Searched refs:eod (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/usr.sbin/fstyp/
H A Dexfat.c297 bool eod = false; local
305 eod = true;
316 if (eod)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp81 /// the tok::eod token is found.
88 while (Tmp.isNot(tok::eod)) {
244 if (MacroNameTok.is(tok::eod))
307 /// This sets the token kind to eod and discards the rest of the macro line if
329 // token kind to tok::eod if necessary.
330 if (MacroNameTok.isNot(tok::eod)) {
331 MacroNameTok.setKind(tok::eod);
336 /// Ensure that the next token is a tok::eod token.
338 /// If not, emit a diagnostic and consume up until the eod. If EnableMacros is
358 if (Tmp.is(tok::eod))
[all...]
H A DPragma.cpp378 PragmaToks.back().setKind(tok::eod);
430 if (Tok.is(tok::eod)) return;
533 while (DependencyTok.isNot(tok::eod)) {
791 if (Tok.isNot(tok::eod)) {
871 if (Tok.isNot(tok::eod))
965 if (Tok.isNot(tok::eod))
1073 if (DiagName.is(tok::eod))
1134 if (Tok.isNot(tok::eod)) {
1218 if (Tok.isNot(tok::eod)) {
1376 if (Tok.isNot(tok::eod))
[all...]
H A DPPExpressions.cpp267 case tok::eod:
497 /// 0 - 'eod' or ')'
523 case tok::eod: return 0;// Lowest priority, end of directive.
848 if (Tok.isNot(tok::eod))
865 if (Tok.is(tok::eod)) {
881 if (Tok.isNot(tok::eod))
889 // If we aren't at the tok::eod token, something bad happened, like an extra
891 if (Tok.isNot(tok::eod)) {
H A DPPLexerChange.cpp619 while (Tok.isNot(tok::eod) && Tok.isNot(tok::eof))
622 // If we got an eod token, then we successfully found the end of the line.
623 if (Tok.is(tok::eod)) {
H A DPPMacroExpansion.cpp785 if (ContainsCodeCompletionTok && Tok.isOneOf(tok::eof, tok::eod))
803 if (Tok.isOneOf(tok::eof, tok::eod)) { // "#if f(<eof>" & "#if f(\n"
1299 if (!Tok.isOneOf(tok::eof, tok::eod)) {
1319 case tok::eod:
1320 // Don't provide even a dummy value if the eod or eof marker is
1816 if (Tok.isOneOf(tok::eof, tok::eod) || Tok.isAnnotation())
H A DLexer.cpp2701 assert(Tmp.is(tok::eod) && "Unexpected token!");
2721 FormTokenWithChars(Result, CurPtr, tok::eod);
3263 Kind = tok::eod;
H A DTokenLexer.cpp938 return Tokens[NumTokens-1].is(tok::eod) && !isAtEnd();
H A DPreprocessor.cpp1003 if (FilenameTok.isOneOf(tok::eod, tok::eof)) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1618 if (Tok.isNot(tok::eod)) {
1727 if (Tok.isNot(tok::eod)) {
1775 if (Tok.isNot(tok::eod)) {
1802 while (Tok.isNot(tok::eod)) {
1892 if (Tok.isNot(tok::eod)) {
1974 if (Tok.isNot(tok::eod)) {
2034 if (Tok.isNot(tok::eod)) {
2091 if (Tok.isNot(tok::eod)) {
2171 if (Tok.isNot(tok::eod)) {
2220 while (Tok.isNot(tok::eod)
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp353 } while (!DirectiveToken.is(tok::eod) && DirectiveToken.isNot(tok::eof));
482 } while (!RawToken.is(tok::eod) && RawToken.isNot(tok::eof));
515 } while (RawToken.isNot(tok::eod) && RawToken.isNot(tok::eof));
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-rad-defs.h627 uint64_t eod : 1; /**< OCTL eod flag */ member in struct:cvmx_rad_reg_debug11::cvmx_rad_reg_debug11_s
633 uint64_t eod : 1;
916 uint64_t eod : 1; /**< ICTL eod flag */ member in struct:cvmx_rad_reg_debug9::cvmx_rad_reg_debug9_s
928 uint64_t eod : 1;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_replay.c739 uint64_t eod, offset, length; local
757 eod = offset + length; /* end of data for this write */
779 if (zp->z_size < eod)
780 zfsvfs->z_replay_eof = eod;
/freebsd-12-stable/usr.bin/mt/
H A Dmt.c154 { "eod", MTEOD, 1, 0 },
668 int eod = 0, explicit = 0, immediate = 0; local
686 eod = 1;
733 if ((block_addr_set + file_set + eod + set_set) != 1)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp691 while (PragmaTok.isNot(tok::eod)) {
746 } else if (Tok.is(tok::eod)) {
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c1406 char eod = 0; local
1457 eod = 0;
1462 while (!eod && cab->stream.total_out < cfdata->uncompressed_size) {
1526 eod = 1;

Completed in 136 milliseconds