Home
last modified time | relevance | path

Searched refs:check_missing_format_attribute (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h1153 extern bool check_missing_format_attribute (tree, tree);
H A Dc-common.c7666 check_missing_format_attribute (tree ltype, tree rtype) in check_missing_format_attribute() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h1191 extern bool check_missing_format_attribute (tree, tree);
H A Dc-common.cc8098 check_missing_format_attribute (tree ltype, tree rtype) in check_missing_format_attribute() function
H A DChangeLog415 (check_missing_format_attribute): Likewise.
3153 (check_missing_format_attribute): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c9403 && check_missing_format_attribute (type, rhstype) in convert_for_assignment()
H A Dcall.c8254 && check_missing_format_attribute (type, rhstype)) in convert_for_arg_passing()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc9954 && check_missing_format_attribute (type, rhstype) in convert_for_assignment()
H A Dcall.cc8798 && check_missing_format_attribute (type, rhstype)) in convert_for_arg_passing()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c7180 && check_missing_format_attribute (type, rhstype)) in convert_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc7294 && check_missing_format_attribute (type, rhstype)) in convert_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200510596 * c-common.c (check_missing_format_attribute): New.
10597 * c-common.h (check_missing_format_attribute): Likewise.