HomeSort by relevance Sort by last modified time
    Searched refs:mContextStack (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
MacroExpander.cpp 67 for (size_t i = 0; i < mContextStack.size(); ++i)
69 delete mContextStack[i];
158 while (!mContextStack.empty() && mContextStack.back()->empty())
163 if (!mContextStack.empty())
165 *token = mContextStack.back()->get();
175 if (!mContextStack.empty())
177 MacroContext* context = mContextStack.back();
216 mContextStack.push_back(context);
222 assert(!mContextStack.empty())
    [all...]
MacroExpander.h 79 std::vector<MacroContext*> mContextStack;
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 

Completed in 58 milliseconds