Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp2240 bool LastIgnoreState = false; in ParseDirectiveElseIf() local
2242 LastIgnoreState = TheCondStack.back().Ignore; in ParseDirectiveElseIf()
2243 if (LastIgnoreState || TheCondState.CondMet) { in ParseDirectiveElseIf()
2276 bool LastIgnoreState = false; in ParseDirectiveElse() local
2278 LastIgnoreState = TheCondStack.back().Ignore; in ParseDirectiveElse()
2279 if (LastIgnoreState || TheCondState.CondMet) in ParseDirectiveElse()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4529 bool LastIgnoreState = false; in parseDirectiveElseIf() local
4531 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()
4532 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
4564 bool LastIgnoreState = false; in parseDirectiveElse() local
4566 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElse()
4567 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()