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);6259 bool MasmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument6287 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveIfdef()6372 bool expect_defined) { in parseDirectiveElseIfdef() argument6408 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveElseIfdef()
671 bool parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined);5277 bool AsmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument5291 if (expect_defined) in parseDirectiveIfdef()