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

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
MacroExpander.h 61 struct MacroContext
67 MacroContext() : macro(0), index(0) { }
79 std::vector<MacroContext*> mContextStack;
MacroExpander.cpp 177 MacroContext* context = mContextStack.back();
213 MacroContext* context = new MacroContext;
224 MacroContext* context = mContextStack.back();

Completed in 363 milliseconds