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 114 for (MacroContext *context : mContextStack)
210 while (!mContextStack.empty() && mContextStack.back()->empty())
215 if (!mContextStack.empty())
217 *token = mContextStack.back()->get();
228 if (!mContextStack.empty())
230 MacroContext *context = mContextStack.back();
269 mContextStack.push_back(context);
276 assert(!mContextStack.empty());
278 MacroContext *context = mContextStack.back()
    [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 77 milliseconds