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