Home
last modified time | relevance | path

Searched refs:warnfmt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c90 const char *warnfmt = NULL; in overflow_warning() local
95 warnfmt = (expr in overflow_warning()
103 warnfmt = (expr in overflow_warning()
111 warnfmt = (expr in overflow_warning()
119 warnfmt = (expr in overflow_warning()
128 warnfmt = (expr in overflow_warning()
134 warnfmt = (expr in overflow_warning()
149 warned = warning_at (loc, OPT_Woverflow, warnfmt, expr, TREE_TYPE (expr), in overflow_warning()
152 warned = warning_at (loc, OPT_Woverflow, warnfmt, TREE_TYPE (value), in overflow_warning()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc92 const char *warnfmt = NULL; in overflow_warning() local
97 warnfmt = (expr in overflow_warning()
105 warnfmt = (expr in overflow_warning()
113 warnfmt = (expr in overflow_warning()
121 warnfmt = (expr in overflow_warning()
130 warnfmt = (expr in overflow_warning()
136 warnfmt = (expr in overflow_warning()
151 warned = warning_at (loc, OPT_Woverflow, warnfmt, expr, TREE_TYPE (expr), in overflow_warning()
154 warned = warning_at (loc, OPT_Woverflow, warnfmt, TREE_TYPE (value), in overflow_warning()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c9491 const char *warnfmt = NULL; in maybe_warn_class_memaccess() local
9512 warnfmt = G_("%qD writing to an object of type %#qT with " in maybe_warn_class_memaccess()
9515 warnfmt = G_("%qD writing to an object of non-trivial type %#qT%s"); in maybe_warn_class_memaccess()
9525 warnfmt = G_("%qD writing to an object of type %#qT containing " in maybe_warn_class_memaccess()
9547 warnfmt = G_("%qD clearing an object of type %#qT with " in maybe_warn_class_memaccess()
9550 warnfmt = G_("%qD clearing an object of non-trivial type %#qT%s"); in maybe_warn_class_memaccess()
9552 warnfmt = G_("%qD clearing an object of type %#qT containing " in maybe_warn_class_memaccess()
9580 warnfmt = G_("%qD writing to an object of type %#qT with no trivial " in maybe_warn_class_memaccess()
9583 warnfmt = G_("%qD writing to an object of non-trivially copyable " in maybe_warn_class_memaccess()
9586 warnfmt = G_("%qD writing to an object with a deleted copy constructor"); in maybe_warn_class_memaccess()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc10200 const char *warnfmt = NULL; in maybe_warn_class_memaccess() local
10221 warnfmt = G_("%qD writing to an object of type %#qT with " in maybe_warn_class_memaccess()
10224 warnfmt = G_("%qD writing to an object of non-trivial type %#qT%s"); in maybe_warn_class_memaccess()
10234 warnfmt = G_("%qD writing to an object of type %#qT containing " in maybe_warn_class_memaccess()
10256 warnfmt = G_("%qD clearing an object of type %#qT with " in maybe_warn_class_memaccess()
10259 warnfmt = G_("%qD clearing an object of non-trivial type %#qT%s"); in maybe_warn_class_memaccess()
10261 warnfmt = G_("%qD clearing an object of type %#qT containing " in maybe_warn_class_memaccess()
10289 warnfmt = G_("%qD writing to an object of type %#qT with no trivial " in maybe_warn_class_memaccess()
10292 warnfmt = G_("%qD writing to an object of non-trivially copyable " in maybe_warn_class_memaccess()
10295 warnfmt = G_("%qD writing to an object with a deleted copy constructor"); in maybe_warn_class_memaccess()
[all …]