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 D | c-common.h | 1153 extern bool check_missing_format_attribute (tree, tree);
|
| H A D | c-common.c | 7666 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 D | c-common.h | 1191 extern bool check_missing_format_attribute (tree, tree);
|
| H A D | c-common.cc | 8098 check_missing_format_attribute (tree ltype, tree rtype) in check_missing_format_attribute() function
|
| H A D | ChangeLog | 415 (check_missing_format_attribute): Likewise. 3153 (check_missing_format_attribute): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 9403 && check_missing_format_attribute (type, rhstype) in convert_for_assignment()
|
| H A D | call.c | 8254 && check_missing_format_attribute (type, rhstype)) in convert_for_arg_passing()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck.cc | 9954 && check_missing_format_attribute (type, rhstype) in convert_for_assignment()
|
| H A D | call.cc | 8798 && check_missing_format_attribute (type, rhstype)) in convert_for_arg_passing()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 7180 && check_missing_format_attribute (type, rhstype)) in convert_for_assignment()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 7294 && check_missing_format_attribute (type, rhstype)) in convert_for_assignment()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2005 | 10596 * c-common.c (check_missing_format_attribute): New. 10597 * c-common.h (check_missing_format_attribute): Likewise.
|