Searched refs:expect_defined (Results 1 – 2 of 2) sorted by relevance
1000 bool parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined);1006 bool parseDirectiveElseIfdef(SMLoc DirectiveLoc, bool expect_defined);6243 bool MasmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument6271 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveIfdef()6356 bool expect_defined) { in parseDirectiveElseIfdef() argument6392 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveElseIfdef()
670 bool parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined);5276 bool AsmParser::parseDirectiveIfdef(SMLoc DirectiveLoc, bool expect_defined) { in parseDirectiveIfdef() argument5290 if (expect_defined) in parseDirectiveIfdef()