Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h111 for (const WebAssemblyException *CurException = ParentException; in getExceptionDepth() local
112 CurException; CurException = CurException->ParentException) in getExceptionDepth()