| 169 | } |
| 170 | |
| 171 | bool WIN_EH_NO_ASAN Context::runWithCatchAndClear ( const callable<void()> & subexpr ) { |
| 172 | bool ok = runWithCatch(subexpr); |
| 173 | if ( !ok ) clearException(); |
| 174 | return ok; |
| 175 | } |
| 176 | |
| 177 | vec4f WIN_EH_NO_ASAN Context::evalWithCatch ( SimFunction * fnPtr, vec4f * args, void * res ) { |
| 178 | auto aa = abiArg; |
no outgoing calls
no test coverage detected