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 D | c-warn.c | 163 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 D | c-warn.cc | 165 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 D | ChangeLog | 5576 * c-warn.c (unwrap_c_maybe_const): New.
|