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.h208 class tInput {
210 tInput(TPpContext* p) : done(false), pp(p) { } in tInput() function
211 virtual ~tInput() { } in ~tInput()
232 void pushInput(tInput* in) in pushInput()
393 class tMacroInput : public tInput {
395 tMacroInput(TPpContext* pp) : tInput(pp), prepaste(false), postpaste(false) { } in tMacroInput()
421 class tMarkerInput : public tInput {
423 tMarkerInput(TPpContext* pp) : tInput(pp) { } in tMarkerInput()
437 class tZeroInput : public tInput {
439 tZeroInput(TPpContext* pp) : tInput(pp) { } in tZeroInput()
[all …]