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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3986 bool LastIgnoreState = false; local
3988 LastIgnoreState = TheCondStack.back().Ignore;
3989 if (LastIgnoreState || TheCondState.CondMet) {
4021 bool LastIgnoreState = false; local
4023 LastIgnoreState = TheCondStack.back().Ignore;
4024 if (LastIgnoreState || TheCondState.CondMet)

Completed in 64 milliseconds