Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c616 static jmp_buf jmp_env; variable
624 longjmp(jmp_env, 1); in ir3_assert_handler()
631 if (setjmp(jmp_env) == 0) { \