Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h453 enum InstResult { InstNormal = 0, InstError = 1, InstExtraComma = 2 }; enumerator
DLLParser.cpp4676 case InstError: return true; in ParseBasicBlock()