Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h395 tMacroInput(TPpContext* pp) : tInput(pp), prepaste(false), postpaste(false) { } in tMacroInput()
418 bool postpaste; // true if we are right after ## variable
DPp.cpp1109 if (postpaste) { in scan()
1112 postpaste = false; in scan()
1119 postpaste = true; in scan()