Home
last modified time | relevance | path

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 Dc-common.h1343 extern void warn_for_memset (location_t, tree, tree, int);
H A Dc-warn.c2203 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 Dc-common.h1450 extern void warn_for_memset (location_t, tree, tree, int);
H A Dc-warn.cc2205 warn_for_memset (location_t loc, tree arg0, tree arg2, in warn_for_memset() function
H A DChangeLog4305 * 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 DChangeLog-20182594 * 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 DChangeLog-20162836 warn_for_memset instead of warning directly here.
H A Dsemantics.cc2899 warn_for_memset (input_location, arg0, arg2, literal_mask); in finish_call_expr()
H A DChangeLog-20206201 instantiate_non_dependent_expr before warn_for_memset.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c2670 warn_for_memset (input_location, arg0, arg2, literal_mask); in finish_call_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c10509 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 Dc-parser.cc10564 warn_for_memset (expr_loc, arg0, arg2, literal_zero_mask); in c_parser_postfix_expression_after_primary()
H A DChangeLog5001 warn_for_memset instead of warning directly here.