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.h332 class tMacroInput : public tInput {
334 tMacroInput(TPpContext* pp) : tInput(pp), prepaste(false), postpaste(false) { } in tMacroInput() function
335 virtual ~tMacroInput() in ~tMacroInput()
DPp.cpp1054 int TPpContext::tMacroInput::scan(TPpToken* ppToken) in scan()
1193 tMacroInput *in = new tMacroInput(this); in MacroExpand()