Home
last modified time | relevance | path

Searched refs:tMacroInput (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h393 class tMacroInput : public tInput {
395 tMacroInput(TPpContext* pp) : tInput(pp), prepaste(false), postpaste(false) { } in tMacroInput() function
396 virtual ~tMacroInput() in ~tMacroInput()
DPp.cpp1089 int TPpContext::tMacroInput::scan(TPpToken* ppToken) in scan()
1230 tMacroInput *in = new tMacroInput(this); in MacroExpand()