Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c4225 tree oldlhs = gimple_call_lhs (stmt); in fold_builtin_atomic_compare_exchange() local
4235 if (oldlhs) in fold_builtin_atomic_compare_exchange()
4246 g = gimple_build_assign (oldlhs, NOP_EXPR, gimple_assign_lhs (g)); in fold_builtin_atomic_compare_exchange()
4251 if (throws && oldlhs == NULL_TREE) in fold_builtin_atomic_compare_exchange()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc5305 tree oldlhs = gimple_call_lhs (stmt); in fold_builtin_atomic_compare_exchange() local
5315 if (oldlhs) in fold_builtin_atomic_compare_exchange()
5326 g = gimple_build_assign (oldlhs, NOP_EXPR, gimple_assign_lhs (g)); in fold_builtin_atomic_compare_exchange()
5331 if (throws && oldlhs == NULL_TREE) in fold_builtin_atomic_compare_exchange()