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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp463 AsmCond StartingCondState = TheCondState; local
475 if (TheCondState.TheCond != StartingCondState.TheCond ||
476 TheCondState.Ignore != StartingCondState.Ignore)
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp706 AsmCond StartingCondState = TheCondState; local
742 if (TheCondState.TheCond != StartingCondState.TheCond ||
743 TheCondState.Ignore != StartingCondState.Ignore)

Completed in 62 milliseconds