Searched refs:expect_defined (Results 1 – 2 of 2) sorted by relevance
1001 bool parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined);1007 bool parseDirectiveElseIfdef(SMLoc DirectiveLoc, bool expect_defined);6270 bool MasmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument6298 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveIfdef()6385 bool expect_defined) { in parseDirectiveElseIfdef() argument6422 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveElseIfdef()
663 bool parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined);5253 bool AsmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument5267 if (expect_defined) in parseDirectiveIfdef()