Home
last modified time | relevance | path

Searched refs:really_atomic_lvalue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c2082 really_atomic_lvalue (tree expr) in really_atomic_lvalue() function
2124 if (really_atomic_lvalue (exp.value)) in convert_lvalue_to_rvalue()
4615 atomic_op = really_atomic_lvalue (arg); in build_unary_op()
6137 is_atomic_op = really_atomic_lvalue (lhs); in build_modify_expr()
15185 if (!really_atomic_lvalue (dst) && !really_atomic_lvalue (src)) in c_omp_clause_copy_ctor()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc2093 really_atomic_lvalue (tree expr) in really_atomic_lvalue() function
2135 if (really_atomic_lvalue (exp.value)) in convert_lvalue_to_rvalue()
4646 atomic_op = really_atomic_lvalue (arg); in build_unary_op()
6255 is_atomic_op = really_atomic_lvalue (lhs); in build_modify_expr()
15741 if (!really_atomic_lvalue (dst) && !really_atomic_lvalue (src)) in c_omp_clause_copy_ctor()
H A DChangeLog6689 (really_atomic_lvalue): Likewise.
7748 (really_atomic_lvalue, convert_lvalue_to_rvalue)