Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6304 bool LastIgnoreState = false; in parseDirectiveElseIf() local
6306 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()
6307 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
6344 bool LastIgnoreState = false; in parseDirectiveElseIfb() local
6346 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfb()
6347 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfb()
6379 bool LastIgnoreState = false; in parseDirectiveElseIfdef() local
6381 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfdef()
6382 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfdef()
6425 bool LastIgnoreState = false; in parseDirectiveElseIfidn() local
[all …]
H A DAsmParser.cpp5310 bool LastIgnoreState = false; in parseDirectiveElseIf() local
5312 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()
5313 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
5342 bool LastIgnoreState = false; in parseDirectiveElse() local
5344 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElse()
5345 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()