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

/frameworks/compile/mclinker/lib/Support/
H A DDefSymParser.cpp42 std::vector<std::string> postfixString; local
57 postfixString.push_back(token);
70 postfixString.push_back(std::string(operatorStack.top(),1));
87 postfixString.push_back(token);
90 postfixString.push_back(std::string(operatorStack.top(),1));
95 for (it=postfixString.begin(); it != postfixString.end(); it++) {

Completed in 498 milliseconds