Searched refs:parseDirectiveErrorIfe (Results 1 – 1 of 1) sorted by relevance
1067 bool parseDirectiveErrorIfe(SMLoc DirectiveLoc, bool ExpectZero);2521 return parseDirectiveErrorIfe(IDLoc, true); in parseStatement()2523 return parseDirectiveErrorIfe(IDLoc, false); in parseStatement()6653 bool MasmParser::parseDirectiveErrorIfe(SMLoc DirectiveLoc, bool ExpectZero) { in parseDirectiveErrorIfe() function in MasmParser