Searched refs:code_right (Results 1 – 2 of 2) sorted by relevance
183 enum tree_code ARG_UNUSED (code_right), tree op_right) in warn_logical_operator() argument1997 enum tree_code code_right, tree arg_right) in warn_about_parentheses() argument2018 else if (code_right == PLUS_EXPR) in warn_about_parentheses()2024 else if (code_right == MINUS_EXPR) in warn_about_parentheses()2033 else if (code_right == PLUS_EXPR) in warn_about_parentheses()2039 else if (code_right == MINUS_EXPR) in warn_about_parentheses()2048 else if (code_right == TRUTH_ANDIF_EXPR) in warn_about_parentheses()2058 else if (code_right == BIT_AND_EXPR || code_right == BIT_XOR_EXPR in warn_about_parentheses()2059 || code_right == PLUS_EXPR || code_right == MINUS_EXPR) in warn_about_parentheses()2066 else if (TREE_CODE_CLASS (code_right) == tcc_comparison) in warn_about_parentheses()[all …]
185 enum tree_code ARG_UNUSED (code_right), tree op_right) in warn_logical_operator() argument1999 enum tree_code code_right, tree arg_right) in warn_about_parentheses() argument2020 else if (code_right == PLUS_EXPR) in warn_about_parentheses()2026 else if (code_right == MINUS_EXPR) in warn_about_parentheses()2035 else if (code_right == PLUS_EXPR) in warn_about_parentheses()2041 else if (code_right == MINUS_EXPR) in warn_about_parentheses()2050 else if (code_right == TRUTH_ANDIF_EXPR) in warn_about_parentheses()2060 else if (code_right == BIT_AND_EXPR || code_right == BIT_XOR_EXPR in warn_about_parentheses()2061 || code_right == PLUS_EXPR || code_right == MINUS_EXPR) in warn_about_parentheses()2068 else if (TREE_CODE_CLASS (code_right) == tcc_comparison) in warn_about_parentheses()[all …]