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);6227 bool MasmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument6255 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveIfdef()6340 bool expect_defined) { in parseDirectiveElseIfdef() argument6376 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveElseIfdef()
673 bool parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined);5291 bool AsmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument5305 if (expect_defined) in parseDirectiveIfdef()