Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h207 class tInput {
209 tInput(TPpContext* p) : done(false), pp(p) { } in tInput() function
210 virtual ~tInput() { } in ~tInput()
230 void pushInput(tInput* in) in pushInput()
332 class tMacroInput : public tInput {
334 tMacroInput(TPpContext* pp) : tInput(pp), prepaste(false), postpaste(false) { } in tMacroInput()
359 class tMarkerInput : public tInput {
361 tMarkerInput(TPpContext* pp) : tInput(pp) { } in tMarkerInput()
375 class tZeroInput : public tInput {
377 tZeroInput(TPpContext* pp) : tInput(pp) { } in tZeroInput()
[all …]