Searched refs:expr_from_macro_expansion_r (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-warn.c | 2785 expr_from_macro_expansion_r (tree *tp, int *, void *) in expr_from_macro_expansion_r() function 2832 && !walk_tree_without_duplicates (&thenb, expr_from_macro_expansion_r, in do_warn_duplicated_branches() 2834 && !walk_tree_without_duplicates (&elseb, expr_from_macro_expansion_r, in do_warn_duplicated_branches()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-warn.cc | 2775 expr_from_macro_expansion_r (tree *tp, int *, void *) in expr_from_macro_expansion_r() function 2823 && !walk_tree_without_duplicates (&thenb, expr_from_macro_expansion_r, in do_warn_duplicated_branches() 2825 && !walk_tree_without_duplicates (&elseb, expr_from_macro_expansion_r, in do_warn_duplicated_branches()
|
H A D | ChangeLog | 5803 * c-warn.c (expr_from_macro_expansion_r): New.
|