Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/bind9/lib/isc/
Dlex.c43 isc_boolean_t at_eof; member
205 source->at_eof = ISC_FALSE; in new_source()
324 source->at_eof = ISC_FALSE; in pushback()
395 source->at_eof) in isc_lex_gettoken()
442 source->at_eof = ISC_TRUE; in isc_lex_gettoken()
449 source->at_eof = ISC_TRUE; in isc_lex_gettoken()
465 if (!source->at_eof) { in isc_lex_gettoken()
883 source->at_eof = ISC_FALSE; in isc_lex_ungettoken()
/freebsd-9-stable/contrib/ntp/lib/isc/
Dlex.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-9-stable/contrib/gcc/cp/
Ddecl2.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()
1941 gcc_assert (at_eof); in import_export_decl()
3062 at_eof = 1; in cp_finish_file()
Drtti.c1005 gcc_assert (at_eof); in get_pseudo_ti_init()
1200 if (!at_eof) in get_pseudo_ti_index()
Dmethod.c1097 rest_of_decl_compilation (fn, toplevel_bindings_p (), at_eof); in implicitly_declare_fn()
DChangeLog-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.
Dsemantics.c3203 else if (!at_eof) in expand_or_defer_fn()
Ddecl.c4996 rest_of_decl_compilation (decl, toplev, at_eof); in make_rtl_for_nonlocal_decl()
5049 rest_of_decl_compilation (decl, toplev, at_eof); in make_rtl_for_nonlocal_decl()
5278 at_eof); in cp_finish_decl()
DChangeLog-1997788 * method.c (synthesize_method): If at_eof, determine our linkage.
1721 DECL_INLINE if at_eof.
Dcp-tree.h3402 extern int at_eof;
Dcall.c6734 rest_of_decl_compilation (var, /*toplev=*/1, at_eof); in initialize_reference()
DChangeLog-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.
Dclass.c3835 rest_of_decl_compilation (clone, /*top_level=*/1, at_eof); in build_clone()
Dpt.c12251 if (at_eof && !pattern_defined in instantiate_decl()
DChangeLog-19995922 * decl2.c (finish_file): Set at_eof to 2 after expanding ctors.