Home
last modified time | relevance | path

Searched refs:warn_pointer_arith (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-opts.c518 warn_pointer_arith = (lang == clk_cplusplus);
927 warn_pointer_arith = on;
H A Dc-common.c261 int warn_pointer_arith; variable
2650 if (pedantic || warn_pointer_arith)
2656 if (pedantic || warn_pointer_arith)
2662 if (pedantic || warn_pointer_arith)
2668 if (pedantic || warn_pointer_arith)
3074 if (complain && (pedantic || warn_pointer_arith))
3084 && complain && (pedantic || warn_pointer_arith))
H A Dc-common.h429 extern int warn_pointer_arith;
H A Dc-parse.in300 | (warn_pointer_arith << 1) \
308 warn_pointer_arith = (val >> 1) & 1; \
2673 warn_pointer_arith = 0;
H A Dc-typeck.c2634 if (pedantic || warn_pointer_arith)
2892 else if ((pedantic || warn_pointer_arith)
H A DChangeLog.26799 * c-parse.in: save and restore warn_pointer_arith on __extension__
/openbsd-src/gnu/gcc/gcc/
H A Dc-opts.c230 warn_pointer_arith = c_dialect_cxx (); in c_common_init_options()
H A Dc-common.c2374 if (pedantic || warn_pointer_arith) in pointer_int_sum()
2380 if (pedantic || warn_pointer_arith) in pointer_int_sum()
2386 if (pedantic || warn_pointer_arith) in pointer_int_sum()
2915 if (complain && (pedantic || warn_pointer_arith)) in c_sizeof_or_alignof_type()
2925 && complain && (pedantic || warn_pointer_arith)) in c_sizeof_or_alignof_type()
H A Dc-parser.c941 | (warn_pointer_arith << 1) in disable_extension_diagnostics()
945 warn_pointer_arith = 0; in disable_extension_diagnostics()
958 warn_pointer_arith = (flags >> 1) & 1; in restore_extension_diagnostics()
H A Dc.opt343 C ObjC C++ ObjC++ Var(warn_pointer_arith)
H A Dc-typeck.c2720 if (pedantic || warn_pointer_arith) in pointer_diff()
2977 else if ((pedantic || warn_pointer_arith) in build_unary_op()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c1513 if (complain && (pedantic || warn_pointer_arith))
3743 if (pedantic || warn_pointer_arith)
4110 else if ((pedantic || warn_pointer_arith)
H A DChangeLog.212899 if pedantic || warn_pointer_arith.
20199 * decl2.c (warn_pointer_arith): Default to on.
20301 warn_pointer_arith.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c1252 if (complain && (pedantic || warn_pointer_arith)) in cxx_sizeof_or_alignof_type()
3797 if (pedantic || warn_pointer_arith) in pointer_diff()
4170 else if ((pedantic || warn_pointer_arith) in build_unary_op()
H A DChangeLog-19963921 * decl2.c (warn_pointer_arith): Default to on.
4023 warn_pointer_arith.
H A DChangeLog-19986111 if pedantic || warn_pointer_arith.