Searched refs:omp_atomic_lhs (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 7527 tree omp_atomic_lhs) in c_parser_expr_no_commas() argument 7535 lhs = c_parser_conditional_expression (parser, after, omp_atomic_lhs); in c_parser_expr_no_commas() 7613 tree omp_atomic_lhs) in c_parser_conditional_expression() argument 7620 cond = c_parser_binary_expression (parser, after, omp_atomic_lhs); in c_parser_conditional_expression() 7686 if (__builtin_expect (omp_atomic_lhs != NULL, 0) in c_parser_conditional_expression() 7690 && c_tree_equal (exp2.value, omp_atomic_lhs) in c_parser_conditional_expression() 7691 && (c_tree_equal (TREE_OPERAND (cond.value, 0), omp_atomic_lhs) in c_parser_conditional_expression() 7692 || c_tree_equal (TREE_OPERAND (cond.value, 1), omp_atomic_lhs))) in c_parser_conditional_expression() 7693 ret.value = build3_loc (colon_loc, COND_EXPR, TREE_TYPE (omp_atomic_lhs), in c_parser_conditional_expression() 7786 tree omp_atomic_lhs) in c_parser_binary_expression() argument [all …]
|
H A D | ChangeLog | 486 * c-parser.c (c_parser_conditional_expression): If omp_atomic_lhs and 487 cond.value is >, < or == with omp_atomic_lhs as one of the operands, 490 if omp_atomic_lhs even in more cases for >, < or ==. 7872 (c_parser_expr_no_commas): Add omp_atomic_lhs argument, pass 7874 (c_parser_conditional_expression): Add omp_atomic_lhs argument, 7878 omp_atomic_lhs argument instead. Always start from PREC_NONE, if 7879 omp_atomic_lhs is non-NULL and one of the arguments of toplevel
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 7568 tree omp_atomic_lhs) in c_parser_expr_no_commas() argument 7574 lhs = c_parser_conditional_expression (parser, after, omp_atomic_lhs); in c_parser_expr_no_commas() 7650 tree omp_atomic_lhs) in c_parser_conditional_expression() argument 7657 cond = c_parser_binary_expression (parser, after, omp_atomic_lhs); in c_parser_conditional_expression() 7812 tree omp_atomic_lhs) in c_parser_binary_expression() argument 7901 if (__builtin_expect (omp_atomic_lhs != NULL_TREE, 0) && sp == 1 \ in c_parser_binary_expression() 7909 && (c_tree_equal (stack[0].expr.value, omp_atomic_lhs) \ in c_parser_binary_expression() 7910 || c_tree_equal (stack[1].expr.value, omp_atomic_lhs))) \ in c_parser_binary_expression()
|