Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h562 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6114 case InstError: return true; in parseBasicBlock()