Home
last modified time | relevance | path

Searched refs:LastIgnoreState (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp4810 bool LastIgnoreState = false; in parseDirectiveElseIf() local
4812 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()
4813 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
4850 bool LastIgnoreState = false; in parseDirectiveElseIfb() local
4852 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfb()
4853 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfb()
4885 bool LastIgnoreState = false; in parseDirectiveElseIfdef() local
4887 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfdef()
4888 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfdef()
4931 bool LastIgnoreState = false; in parseDirectiveElseIfidn() local
[all …]
H A DAsmParser.cpp5279 bool LastIgnoreState = false; in parseDirectiveElseIf() local
5281 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()
5282 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
5311 bool LastIgnoreState = false; in parseDirectiveElse() local
5313 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElse()
5314 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()