Home
last modified time | relevance | path

Searched refs:diag_fn (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Dtypeck.c4786 void (*diag_fn)(const char *, ...) ATTRIBUTE_GCC_CXXDIAG(1,2),
4789 if (diag_fn && casts_away_constness (src_type, dest_type))
4790 diag_fn ("%s from type %qT to type %qT casts away constness",
4871 void (*diag_fn)(const char*, ...) ATTRIBUTE_GCC_CXXDIAG(1,2); in build_static_cast_1() local
4887 diag_fn = warn_cast_qual ? warning0 : NULL; in build_static_cast_1()
4893 diag_fn = error; in build_static_cast_1()
5021 check_for_casting_away_constness (intype, type, diag_fn, desc); in build_static_cast_1()
5056 check_for_casting_away_constness (intype, type, diag_fn, in build_static_cast_1()
5074 check_for_casting_away_constness (intype, type, diag_fn, desc); in build_static_cast_1()
DChangeLog-20041105 * typeck.c (check_for_casting_away_constness): Add diag_fn
DChangeLog3913 * typeck.c (check_for_casting_away_constness): Use the diag_fn.