Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c183 enum tree_code ARG_UNUSED (code_right), tree op_right) in warn_logical_operator() argument
1997 enum tree_code code_right, tree arg_right) in warn_about_parentheses() argument
2018 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc185 enum tree_code ARG_UNUSED (code_right), tree op_right) in warn_logical_operator() argument
1999 enum tree_code code_right, tree arg_right) in warn_about_parentheses() argument
2020 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 …]