HomeSort by: relevance | last modified time | path
    Searched refs:TheCondState (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 376 AsmCond TheCondState;
1219 AsmCond StartingCondState = TheCondState;
1273 if (TheCondState.TheCond != StartingCondState.TheCond ||
1274 TheCondState.Ignore != StartingCondState.Ignore)
2004 if (!TheCondState.Ignore) {
2013 if (!TheCondState.Ignore) {
2049 if (!TheCondState.Ignore) {
2121 if (TheCondState.Ignore) {
5658 TheCondState = TheCondStack.back();
5854 TheCondStack.push_back(TheCondState);
    [all...]
AsmParser.cpp 136 AsmCond TheCondState;
955 AsmCond StartingCondState = TheCondState;
1004 if (TheCondState.TheCond != StartingCondState.TheCond ||
1005 TheCondState.Ignore != StartingCondState.Ignore)
1791 if (!TheCondState.Ignore) {
1800 if (!TheCondState.Ignore) {
1825 if (!TheCondState.Ignore) {
1878 if (TheCondState.Ignore) {
4698 TheCondState = TheCondStack.back();
5105 TheCondStack.push_back(TheCondState);
    [all...]

Completed in 30 milliseconds