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.cpp6273 bool LastIgnoreState = false; in parseDirectiveElseIf() local
6275 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()
6276 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
6313 bool LastIgnoreState = false; in parseDirectiveElseIfb() local
6315 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfb()
6316 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfb()
6348 bool LastIgnoreState = false; in parseDirectiveElseIfdef() local
6350 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfdef()
6351 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfdef()
6394 bool LastIgnoreState = false; in parseDirectiveElseIfidn() local
[all …]
H A DAsmParser.cpp5335 bool LastIgnoreState = false; in parseDirectiveElseIf() local
5337 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()
5338 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
5367 bool LastIgnoreState = false; in parseDirectiveElse() local
5369 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElse()
5370 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()