Home
last modified time | relevance | path

Searched refs:at_eof (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
HDlex.c43 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/
HDxml.c981 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()
HDupdate.c2192 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/
HDdecl2.c98 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()
HDrtti.c1005 gcc_assert (at_eof); in get_pseudo_ti_init()
1200 if (!at_eof) in get_pseudo_ti_index()
HDmethod.c1097 rest_of_decl_compilation (fn, toplevel_bindings_p (), at_eof); in implicitly_declare_fn()
HDChangeLog-19961689 * 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.
HDsemantics.c3338 else if (!at_eof) in expand_or_defer_fn()
HDdecl.c5016 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()
HDChangeLog-1997788 * method.c (synthesize_method): If at_eof, determine our linkage.
1721 DECL_INLINE if at_eof.
HDcp-tree.h3427 extern int at_eof;
HDcall.c6756 rest_of_decl_compilation (var, /*toplev=*/1, at_eof); in initialize_reference()
HDChangeLog-1998960 * 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.
HDclass.c3864 rest_of_decl_compilation (clone, /*top_level=*/1, at_eof); in build_clone()
HDpt.c12256 if (at_eof && !pattern_defined in instantiate_decl()
HDChangeLog-19995922 * decl2.c (finish_file): Set at_eof to 2 after expanding ctors.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDSampleProfReader.h510 bool at_eof() const { return Data >= End; } in at_eof() function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
HDpatch.c878 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/
HDparse-diff.c337 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/
HDarchive_read_support_format_rar.c258 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/
HDSampleProfReader.cpp465 while (!at_eof()) { in readImpl()