Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c5649 handle_warn_cast_qual (location_t loc, tree type, tree otype) in handle_warn_cast_qual() function
5889 handle_warn_cast_qual (loc, type, otype); in build_c_cast()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc5767 handle_warn_cast_qual (location_t loc, tree type, tree otype) in handle_warn_cast_qual() function
6007 handle_warn_cast_qual (loc, type, otype); in build_c_cast()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20094714 (handle_warn_cast_qual): Likewise.
20716 * c-typeck.c (handle_warn_cast_qual): New static function,
20718 (build_c_cast): Call handle_warn_cast_qual.
H A DChangeLog-201026196 * c-typeck.c (handle_warn_cast_qual): Add loc
26198 (build_c_cast): Pass location to handle_warn_cast_qual.
27856 * c-typeck.c (handle_warn_cast_qual): Print qualifiers.