Home | History | Annotate | Download | only in llvm

Lines Matching refs:as_func_ret_success

171 as_func_ret_success () {
191 if as_func_ret_success; then
195 echo as_func_ret_success failed.
203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
284 as_func_ret_success () {
304 if as_func_ret_success; then
308 echo as_func_ret_success failed.
316 if ( set x; as_func_ret_success y && test x = "$1" ); then
373 as_func_ret_success () {
393 if as_func_ret_success; then
397 echo as_func_ret_success failed.
405 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then