Home
last modified time | relevance | path

Searched refs:flag_syntax_only (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dflags.h424 extern int flag_syntax_only;
Dtoplev.c619 int flag_syntax_only = 0; variable
1070 {"syntax-only", &flag_syntax_only, 1,
2205 if (flag_syntax_only) in compile_file()
2640 if (((rtl_dump_and_exit || flag_syntax_only) && !warn_return_type)
2774 if (rtl_dump_and_exit || flag_syntax_only || DECL_DEFER_OUTPUT (decl))
4813 if (!flag_syntax_only)
5223 if (flag_syntax_only) in process_options()
Dvarasm.c1246 if (flag_syntax_only)
1495 if (flag_syntax_only)
2788 if (! flag_syntax_only)
3984 if (size == 0 || flag_syntax_only)
Dc-decl.c6606 if (flag_syntax_only)
DChangeLog.08482 flag_syntax_only.
DChangeLog.46980 * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
/openbsd/src/gnu/gcc/gcc/
Dtoplev.c1043 if (flag_syntax_only || errorcount || sorrycount) in compile_file()
1294 if (!flag_syntax_only) in init_asm_output()
1677 if (flag_syntax_only) in process_options()
Dpasses.c254 return !(rtl_dump_and_exit || flag_syntax_only || errorcount || sorrycount); in gate_rest_of_compilation()
Dvarasm.c1519 if (flag_syntax_only) in assemble_zeros()
1784 if (flag_syntax_only) in assemble_variable()
2894 if (flag_syntax_only) in maybe_output_constant_def_contents()
3986 if (size == 0 || flag_syntax_only) in output_constant()
Dcommon.opt902 Common Report Var(flag_syntax_only)
Dfold-const.c6525 && !flag_syntax_only) ? 0 : 1; in fold_single_bit_test()
7482 || flag_syntax_only)) in fold_unary()
7691 && !flag_syntax_only in fold_unary()
Dc-decl.c7941 if (flag_syntax_only || errorcount || sorrycount || cpp_errors (parse_in)) in c_write_global_declarations()
/openbsd/src/gnu/gcc/gcc/cp/
Dmethod.c309 if (!flag_syntax_only) in make_alias_for_thunk()
388 if (flag_syntax_only) in use_thunk()
Ddecl2.c1525 if (flag_syntax_only) in maybe_emit_vtables()
2370 if (flag_syntax_only) in finish_objects()
3264 if (flag_syntax_only) in cp_finish_file()
Dsemantics.c3204 if (flag_syntax_only) in expand_or_defer_fn()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dmethod.c412 if (flag_syntax_only)
Ddecl2.c1897 if (flag_syntax_only) in maybe_emit_vtables()
2216 if (flag_syntax_only)
2969 if (flag_syntax_only) in finish_file()
Dsemantics.c2338 if (flag_syntax_only)
Dcp-tree.h1889 || (flag_syntax_only && TREE_USED (DECL)))
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dexpr.c716 if (!flag_syntax_only && check)
1457 && ! flag_syntax_only)
3429 if (flag_syntax_only)
Djcf-parse.c1145 if (!java_report_errors () && !flag_syntax_only)
Dparse.y9130 && (!flag_syntax_only && !flag_emit_class_files)) in java_expand_classes()
9184 else if (! flag_syntax_only) in java_expand_classes()
Dparse.c12695 && (!flag_syntax_only && !flag_emit_class_files)) in java_expand_classes()
12749 else if (! flag_syntax_only) in java_expand_classes()
/openbsd/src/gnu/usr.bin/gcc/gcc/objc/
Dobjc-act.c490 if (!flag_syntax_only) in finish_file()
/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.c548 if (!flag_syntax_only && !pch_file) in objc_finish_file()

12