Searched refs:toplev (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/cc/cc_int/
H A DMakefile60 struct-equiv.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o \
106 toplev.po: toplev.c
108 toplev.o: toplev.c
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A DMakefile.in773 stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o \
1188 $(C_TREE_H) input.h flags.h $(SYSTEM_H) toplev.h output.h $(CPPLIB_H) \
1211 debug.h toplev.h intl.h $(TM_P_H) tree-inline.h $(TIMEVAR_H) c-pragma.h \
1214 $(TARGET_H) flags.h intl.h output.h $(EXPR_H) $(RTL_H) toplev.h $(TM_P_H)
1219 c-pragma.h input.h intl.h flags.h toplev.h output.h \
1223 flags.h toplev.h tree-inline.h diagnostic.h integrate.h $(VARRAY_H) \
1226 flags.h toplev.h
1227 c-convert.o : c-convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h toplev.h \
1230 c-pragma.h toplev.h output.h $(GGC_H) $(TM_P_H) $(C_COMMON_H) gt-c-pragma.h
1232 graph.o: graph.c $(CONFIG_H) $(SYSTEM_H) toplev
[all...]
H A Dtoplev.c54 #include "toplev.h"
2394 rest_of_type_compilation (type, toplev)
2397 int toplev;
2400 int toplev ATTRIBUTE_UNUSED;
2411 dbxout_symbol (TYPE_STUB_DECL (type), !toplev);
2415 sdbout_symbol (TYPE_STUB_DECL (type), !toplev);
2420 && toplev)
2402 dbxout_symbol (TYPE_STUB_DECL (type), !toplev); local
2406 sdbout_symbol (TYPE_STUB_DECL (type), !toplev); local
/openbsd-current/gnu/gcc/gcc/
H A Dpasses.c57 #include "toplev.h"
195 rest_of_type_compilation (tree type, int toplev) argument
203 debug_hooks->type_decl (TYPE_STUB_DECL (type), !toplev); local
/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c44 #include "toplev.h"
4944 int toplev = toplevel_bindings_p ();
4971 rest_of_decl_compilation (decl, toplev, at_eof);
5003 && toplev
5024 rest_of_decl_compilation (decl, toplev, at_eof);
4932 int toplev = toplevel_bindings_p (); local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c43 #include "toplev.h"
8649 int toplev = toplevel_bindings_p ();
8655 rest_of_decl_compilation (decl, asmspec, toplev, at_eof);
8696 && toplev
8722 rest_of_decl_compilation (decl, asmspec, toplev, at_eof);
8634 int toplev = toplevel_bindings_p (); local

Completed in 398 milliseconds