Searched refs:code_left (Results 1 – 2 of 2) sorted by relevance
182 enum tree_code code_left, tree op_left, in warn_logical_operator() argument216 if (!truth_value_p (code_left) in warn_logical_operator()1996 enum tree_code code_left, tree arg_left, in warn_about_parentheses() argument2015 if (code_left == PLUS_EXPR) in warn_about_parentheses()2021 else if (code_left == MINUS_EXPR) in warn_about_parentheses()2030 if (code_left == PLUS_EXPR) in warn_about_parentheses()2036 else if (code_left == MINUS_EXPR) in warn_about_parentheses()2045 if (code_left == TRUTH_ANDIF_EXPR) in warn_about_parentheses()2054 if (code_left == BIT_AND_EXPR || code_left == BIT_XOR_EXPR in warn_about_parentheses()2055 || code_left == PLUS_EXPR || code_left == MINUS_EXPR) in warn_about_parentheses()[all …]
184 enum tree_code code_left, tree op_left, in warn_logical_operator() argument218 if (!truth_value_p (code_left) in warn_logical_operator()1998 enum tree_code code_left, tree arg_left, in warn_about_parentheses() argument2017 if (code_left == PLUS_EXPR) in warn_about_parentheses()2023 else if (code_left == MINUS_EXPR) in warn_about_parentheses()2032 if (code_left == PLUS_EXPR) in warn_about_parentheses()2038 else if (code_left == MINUS_EXPR) in warn_about_parentheses()2047 if (code_left == TRUTH_ANDIF_EXPR) in warn_about_parentheses()2056 if (code_left == BIT_AND_EXPR || code_left == BIT_XOR_EXPR in warn_about_parentheses()2057 || code_left == PLUS_EXPR || code_left == MINUS_EXPR) in warn_about_parentheses()[all …]