Searched refs:ExpectZero (Results 1 – 1 of 1) sorted by relevance
1067 bool parseDirectiveErrorIfe(SMLoc DirectiveLoc, bool ExpectZero);6653 bool MasmParser::parseDirectiveErrorIfe(SMLoc DirectiveLoc, bool ExpectZero) { in parseDirectiveErrorIfe() argument6673 if ((ExprValue == 0) == ExpectZero) in parseDirectiveErrorIfe()