Searched refs:eof (Results 76 - 100 of 200) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp353 } while (!DirectiveToken.is(tok::eod) && DirectiveToken.isNot(tok::eof));
411 while (RawToken.isNot(tok::eof)) {
482 } while (!RawToken.is(tok::eod) && RawToken.isNot(tok::eof));
515 } while (RawToken.isNot(tok::eod) && RawToken.isNot(tok::eof));
562 } while (Tok.isNot(tok::eof));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dutil.c669 * returned in *RESULT. If we encounter eof, set *HIT_EOF and leave
681 svn_boolean_t eof; local
684 SVN_ERR(svn_stream_readline(stream, &sb, "\n", &eof, scratch_pool));
686 *hit_eof = eof;
688 if (eof)
691 if (!eof)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dutil.c598 svn_boolean_t eof; local
601 SVN_ERR(svn_stream_readline(stream, &sb, "\n", &eof, scratch_pool));
603 *hit_eof = eof;
605 if (eof)
608 if (!eof)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lzop.c84 char eof; /* True = found end of compressed data. */ member in struct:read_lzop
372 if (state->eof)
381 state->eof = 1;
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzlib.c83 state->eof = 0; /* not at end of file */
407 state->eof = 0;
570 state->eof = 0;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_diff.h1096 * If EOF is reached, set @a *eof to TRUE, and set @a *eol to NULL if the
1113 svn_boolean_t *eof,
1122 * If EOF is reached, set @a *eof to TRUE, and set @a *eol to NULL if the
1133 svn_boolean_t *eof,
1148 svn_boolean_t *eof,
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_ios.h176 eof() const function in class:basic_ios
/freebsd-11-stable/contrib/diff/src/
H A Ddiff.h294 bool eof;
291 bool eof; member in struct:file_data
H A Dio.c76 if (size && ! current->eof)
83 current->eof = s < size;
136 current->eof = false;
144 current->eof = false;
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpushback.cpp127 return( eof );
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c238 int myfd = 0, eof, foundit; local
278 eof = 0;
369 eof = 1;
441 * If encountered eof check next file.
443 if (eof)
/freebsd-11-stable/lib/libc/gen/
H A Dgetcap.c192 int myfd, eof, foundit, retval; local
233 eof = 0;
311 eof = 1;
355 * If encountered eof check next file.
357 if (eof)
/freebsd-11-stable/lib/libutil/
H A Dpw_util.c434 int eof, readlen; local
457 eof = 0;
468 if (eof)
497 eof = 1;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DVariadicMacroSupport.h160 SyntheticEOFToken.setKind(tok::eof);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h132 bool eof() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp60 if (Tok.is(tok::eof)) {
61 OS << "<eof> parser at end of file\n";
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h294 * If a "put buffer area" exists, @c overflow(eof) is called to flush
322 pbackfail(int_type __c = _Traits::eof());
332 overflow(int_type __c = _Traits::eof());
H A Dstd_sstream.h187 pbackfail(int_type __c = traits_type::eof());
190 overflow(int_type __c = traits_type::eof());
/freebsd-11-stable/contrib/libstdc++/src/
H A Dcompatibility.cc73 const int_type __eof = traits_type::eof();
139 const int_type __eof = traits_type::eof();
/freebsd-11-stable/include/rpcsvc/
H A Dnfs_prot.x275 bool eof;
655 bool eof;
954 bool eof;
996 bool eof;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_file.c137 svn_boolean_t *eof,
143 return svn_error_trace(svn_stream_readline(b->inner, stringbuf, eol, eof,
131 readline_handler_rep(void *baton, svn_stringbuf_t **stringbuf, const char *eol, svn_boolean_t *eof, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp697 } else if (I->is(tok::eof)) {
785 if (ContainsCodeCompletionTok && Tok.isOneOf(tok::eof, tok::eod))
803 if (Tok.isOneOf(tok::eof, tok::eod)) { // "#if f(<eof>" & "#if f(\n"
900 EOFTok.setKind(tok::eof);
961 EOFTok.setKind(tok::eof);
1010 Tok.setKind(tok::eof);
1299 if (!Tok.isOneOf(tok::eof, tok::eod)) {
1318 case tok::eof:
1320 // Don't provide even a dummy value if the eod or eof marke
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Ddiv.cpp692 while (!tok.newline() && !tok.eof())
771 while (!tok.newline() && !tok.eof())
799 while (!tok.newline() && !tok.eof())
834 while (!tok.newline() && !tok.eof())
844 while (!tok.newline() && !tok.eof())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp565 case tok::eof:
606 if (Tok.is(tok::newline) || Tok.is(tok::eof)) {
615 if (Tok.is(tok::newline) || Tok.is(tok::eof)) {
748 case tok::eof:
769 while (Tok.isNot(tok::eof)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp316 // 'eof' is only the last token if the input is null-terminated. Never store
318 if (T.getKind() != tok::eof)
427 assert(Result.ExpandedTokens.back().kind() == tok::eof);
436 while (NextExpanded < Result.ExpandedTokens.size() - 1 /* eof */) {
573 // The eof token should not be considered part of the main-file's range.
574 File.EndExpanded = Tok.kind() == tok::eof ? I : I + 1;
611 if (T.kind() == tok::eof)
612 return "<eof>";
624 if (Tokens[I].kind() == tok::eof)
635 // (!) we do not show '<eof>'
[all...]

Completed in 187 milliseconds

12345678