Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-common.c6859 enum tree_code code_right) in warn_about_parentheses() argument
6867 || code_right == PLUS_EXPR || code_right == MINUS_EXPR) in warn_about_parentheses()
6875 || code_right == TRUTH_ANDIF_EXPR) in warn_about_parentheses()
6884 || code_right == BIT_AND_EXPR || code_right == BIT_XOR_EXPR in warn_about_parentheses()
6885 || code_right == PLUS_EXPR || code_right == MINUS_EXPR) in warn_about_parentheses()
6890 || TREE_CODE_CLASS (code_right) == tcc_comparison) in warn_about_parentheses()
6899 || code_right == BIT_AND_EXPR in warn_about_parentheses()
6900 || code_right == PLUS_EXPR || code_right == MINUS_EXPR) in warn_about_parentheses()
6905 || TREE_CODE_CLASS (code_right) == tcc_comparison) in warn_about_parentheses()
6913 || code_right == PLUS_EXPR || code_right == MINUS_EXPR) in warn_about_parentheses()
[all …]