Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c182 enum tree_code code_left, tree op_left, in warn_logical_operator() argument
216 if (!truth_value_p (code_left) in warn_logical_operator()
1996 enum tree_code code_left, tree arg_left, in warn_about_parentheses() argument
2015 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc184 enum tree_code code_left, tree op_left, in warn_logical_operator() argument
218 if (!truth_value_p (code_left) in warn_logical_operator()
1998 enum tree_code code_left, tree arg_left, in warn_about_parentheses() argument
2017 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 …]