Home
last modified time | relevance | path

Searched refs:unwrap_c_maybe_const (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c163 unwrap_c_maybe_const (tree *tp, int *walk_subtrees, void *) in unwrap_c_maybe_const() function
262 walk_tree_without_duplicates (&op_left, unwrap_c_maybe_const, NULL); in warn_logical_operator()
277 walk_tree_without_duplicates (&op_right, unwrap_c_maybe_const, NULL); in warn_logical_operator()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc165 unwrap_c_maybe_const (tree *tp, int *walk_subtrees, void *) in unwrap_c_maybe_const() function
264 walk_tree_without_duplicates (&op_left, unwrap_c_maybe_const, NULL); in warn_logical_operator()
279 walk_tree_without_duplicates (&op_right, unwrap_c_maybe_const, NULL); in warn_logical_operator()
H A DChangeLog5576 * c-warn.c (unwrap_c_maybe_const): New.