Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h558 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 }; enumerator
H A DLLParser.cpp5513 case InstError: return true; in ParseBasicBlock()