Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h564 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 }; enumerator
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp5938 case InstError: return true; in parseBasicBlock()