Home
last modified time | relevance | path

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

/dports/security/clamav/clamav-0.104.2/libclamav/c++/
H A Dbytecode2llvm.cpp247 static sys::ThreadLocal<const jmp_buf> ExceptionReturn; variable
288 ExceptionReturn.set((const jmp_buf *)&env); in Set()
293 ExceptionReturn.erase(); in ~ScopedExceptionHandler()
326 jmp_buf *buf = const_cast<jmp_buf *>(ExceptionReturn.get()); in jit_exception_handler()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/
H A Dbytecode2llvm.cpp245 static sys::ThreadLocal<const jmp_buf> ExceptionReturn; variable
281 ExceptionReturn.set((const jmp_buf*)&env); in Set()
285 ExceptionReturn.erase(); in ~ScopedExceptionHandler()
315 jmp_buf* buf = const_cast<jmp_buf*>(ExceptionReturn.get()); in jit_exception_handler()