Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1067 bool parseDirectiveErrorIfe(SMLoc DirectiveLoc, bool ExpectZero);
6653 bool MasmParser::parseDirectiveErrorIfe(SMLoc DirectiveLoc, bool ExpectZero) { in parseDirectiveErrorIfe() argument
6673 if ((ExprValue == 0) == ExpectZero) in parseDirectiveErrorIfe()