Searched refs:warn_for_memset (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.h | 1343 extern void warn_for_memset (location_t, tree, tree, int);
|
| H A D | c-warn.c | 2203 warn_for_memset (location_t loc, tree arg0, tree arg2, in warn_for_memset() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.h | 1450 extern void warn_for_memset (location_t, tree, tree, int);
|
| H A D | c-warn.cc | 2205 warn_for_memset (location_t loc, tree arg0, tree arg2, in warn_for_memset() function
|
| H A D | ChangeLog | 4305 * c-warn.c (warn_for_memset): Don't crash on incomplete element type. 4649 * c-warn.c (warn_for_memset): Call fold_for_warn on the arguments. 5353 * c-warn.c (warn_for_memset): Use TYPE_{MIN,MAX}_VALUE. 6195 (warn_for_memset): Likewise. 6552 * c-common.c (warn_for_memset): Check type for null. 7029 * c-common.c (warn_for_memset): Check domain before accessing it. 7066 * c-common.c (warn_for_memset): New function. 7067 * c-common.h (warn_for_memset): Declare.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2018 | 2594 * semantics.c (finish_call_expr): Call warn_for_memset here. 5353 warn_for_memset, replace integer_zerop calls with 5356 favor of the fold_for_warn within warn_for_memset.
|
| H A D | ChangeLog-2016 | 2836 warn_for_memset instead of warning directly here.
|
| H A D | semantics.cc | 2899 warn_for_memset (input_location, arg0, arg2, literal_mask); in finish_call_expr()
|
| H A D | ChangeLog-2020 | 6201 instantiate_non_dependent_expr before warn_for_memset.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 2670 warn_for_memset (input_location, arg0, arg2, literal_mask); in finish_call_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 10509 warn_for_memset (expr_loc, arg0, arg2, literal_zero_mask); in c_parser_postfix_expression_after_primary()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 10564 warn_for_memset (expr_loc, arg0, arg2, literal_zero_mask); in c_parser_postfix_expression_after_primary()
|
| H A D | ChangeLog | 5001 warn_for_memset instead of warning directly here.
|