| /freebsd-11-stable/contrib/ntp/lib/isc/ |
| HD | lex.c | 43 isc_boolean_t at_eof; member 204 source->at_eof = ISC_FALSE; in new_source() 321 source->at_eof = ISC_FALSE; in pushback() 392 source->at_eof) in isc_lex_gettoken() 439 source->at_eof = ISC_TRUE; in isc_lex_gettoken() 446 source->at_eof = ISC_TRUE; in isc_lex_gettoken() 462 if (!source->at_eof) { in isc_lex_gettoken() 877 source->at_eof = ISC_FALSE; in isc_lex_ungettoken()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | xml.c | 981 svn_boolean_t at_eof = FALSE; in expat_response_handler() local 987 at_eof = TRUE; in expat_response_handler() 989 SVN_ERR(parse_xml(ectx, data, len, at_eof /* isFinal */)); in expat_response_handler() 992 if (at_eof) in expat_response_handler()
|
| HD | update.c | 2192 svn_boolean_t at_eof, in process_buffer() argument 2202 if (at_eof) in process_buffer() 2258 svn_boolean_t at_eof = FALSE; in update_delay_handler() local 2265 udb->report->report_received = at_eof = TRUE; in update_delay_handler() 2272 if (len == 0 && !at_eof) in update_delay_handler() 2275 err = process_buffer(udb, request, data, len, at_eof, in update_delay_handler() 2342 svn_boolean_t at_eof; in process_pending() local 2358 at_eof = TRUE; in process_pending() 2360 at_eof = FALSE; in process_pending() 2363 at_eof, alloc, iterpool); in process_pending()
|
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | decl2.c | 98 int at_eof; variable 1135 toplevel_bindings_p (), at_eof); in finish_anon_union() 1354 gcc_assert (at_eof); in import_export_class() 1444 gcc_assert (at_eof); in decl_needed_p() 1959 gcc_assert (at_eof); in import_export_decl() 3087 at_eof = 1; in cp_finish_file() 3144 at_eof = 1; in emit_instantiate_pending_templates()
|
| HD | rtti.c | 1005 gcc_assert (at_eof); in get_pseudo_ti_init() 1200 if (!at_eof) in get_pseudo_ti_index()
|
| HD | method.c | 1097 rest_of_decl_compilation (fn, toplevel_bindings_p (), at_eof); in implicitly_declare_fn()
|
| HD | ChangeLog-1996 | 1689 * pt.c (instantiate_decl): If at_eof, call import_export_decl 2385 * rtti.c (get_tinfo_fn): If at_eof, call import_export_decl. 2624 unless at_eof. 2789 * pt.c (instantiate_decl): Only call import_export_decl if at_eof 3471 * cp-tree.h: Declare at_eof.
|
| HD | semantics.c | 3338 else if (!at_eof) in expand_or_defer_fn()
|
| HD | decl.c | 5016 rest_of_decl_compilation (decl, toplev, at_eof); in make_rtl_for_nonlocal_decl() 5074 rest_of_decl_compilation (decl, toplev, at_eof); in make_rtl_for_nonlocal_decl() 5664 at_eof); in cp_finish_decl()
|
| HD | ChangeLog-1997 | 788 * method.c (synthesize_method): If at_eof, determine our linkage. 1721 DECL_INLINE if at_eof.
|
| HD | cp-tree.h | 3427 extern int at_eof;
|
| HD | call.c | 6756 rest_of_decl_compilation (var, /*toplev=*/1, at_eof); in initialize_reference()
|
| HD | ChangeLog-1998 | 960 * class.c (build_vtable): Don't pass at_eof to import_export_vtable. 3030 * class.c (build_vtable): Pass at_eof to import_export_vtable. 3034 * class.c (finish_struct_1): Call import_export_class if at_eof.
|
| HD | class.c | 3864 rest_of_decl_compilation (clone, /*top_level=*/1, at_eof); in build_clone()
|
| HD | pt.c | 12256 if (at_eof && !pattern_defined in instantiate_decl()
|
| HD | ChangeLog-1999 | 5922 * decl2.c (finish_file): Set at_eof to 2 after expanding ctors.
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| HD | SampleProfReader.h | 510 bool at_eof() const { return Data >= End; } in at_eof() function
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | patch.c | 878 svn_boolean_t at_eof; member 898 if (sb->at_eof) in readline_symlink() 911 sb->at_eof = TRUE; in readline_symlink() 941 *offset = sb->at_eof ? 1 : 0; in tell_symlink() 952 sb->at_eof = (offset != 0); in seek_symlink()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/ |
| HD | parse-diff.c | 337 svn_boolean_t at_eof; in read_handler_base85() local 357 SVN_ERR(svn_io_file_readline(b85b->file, &line, NULL, &at_eof, in read_handler_base85() 359 if (at_eof) in read_handler_base85()
|
| /freebsd-11-stable/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_rar.c | 258 int at_eof; member 3284 if (br.at_eof) in parse_filter() 3523 if (bits > br->available && (br->at_eof || !membr_fill(br, bits))) in membr_bits() 3538 br->at_eof = 1; in membr_fill()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/ |
| HD | SampleProfReader.cpp | 465 while (!at_eof()) { in readImpl()
|