Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h106 for (const WebAssemblyException *CurException = ParentException; in getExceptionDepth() local
107 CurException; CurException = CurException->ParentException) in getExceptionDepth()