Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-common.c6866 if (code_left == PLUS_EXPR || code_left == MINUS_EXPR in warn_about_parentheses()
6874 if (code_left == TRUTH_ANDIF_EXPR in warn_about_parentheses()
6882 if (code_left == BIT_AND_EXPR || code_left == BIT_XOR_EXPR in warn_about_parentheses()
6883 || code_left == PLUS_EXPR || code_left == MINUS_EXPR in warn_about_parentheses()
6889 if (TREE_CODE_CLASS (code_left) == tcc_comparison in warn_about_parentheses()
6897 if (code_left == BIT_AND_EXPR in warn_about_parentheses()
6898 || code_left == PLUS_EXPR || code_left == MINUS_EXPR in warn_about_parentheses()
6904 if (TREE_CODE_CLASS (code_left) == tcc_comparison in warn_about_parentheses()
6912 if (code_left == PLUS_EXPR || code_left == MINUS_EXPR in warn_about_parentheses()
6917 if (TREE_CODE_CLASS (code_left) == tcc_comparison in warn_about_parentheses()
[all …]