Searched refs:expect_defined (Results 1 – 2 of 2) sorted by relevance
1019 bool parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined);1025 bool parseDirectiveElseIfdef(SMLoc DirectiveLoc, bool expect_defined);6228 bool MasmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument6256 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveIfdef()6341 bool expect_defined) { in parseDirectiveElseIfdef() argument6377 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveElseIfdef()
674 bool parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined);5302 bool AsmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument5316 if (expect_defined) in parseDirectiveIfdef()