Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h34 bool TypeErrorThisFunction = false; variable
41 TypeErrorThisFunction = false; in Clear()
H A DWebAssemblyAsmTypeCheck.cpp75 if (TypeErrorThisFunction) in typeError()
77 TypeErrorThisFunction = true; in typeError()