Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h592 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 }; enumerator
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp6222 case InstError: return true; in parseBasicBlock()