Searched refs:expect_defined (Results 1 – 2 of 2) sorted by relevance
902 bool parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined);908 bool parseDirectiveElseIfdef(SMLoc DirectiveLoc, bool expect_defined);4765 bool MasmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument4793 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveIfdef()4878 bool expect_defined) { in parseDirectiveElseIfdef() argument4914 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveElseIfdef()
665 bool parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined);5246 bool AsmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument5260 if (expect_defined) in parseDirectiveIfdef()