Home
last modified time | relevance | path

Searched defs:peekContinuedPasting (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h217 … virtual bool peekContinuedPasting(int) { return false; } // true when non-spaced tokens can paste in peekContinuedPasting() function
283 bool peekContinuedPasting(int atom) in peekContinuedPasting() function
380 bool peekContinuedPasting(int a) in peekContinuedPasting() function
408 bool peekContinuedPasting(int a) override { return mac->body.peekContinuedPasting(a); } in peekContinuedPasting() function
491 bool peekContinuedPasting(int a) override { return tokens->peekContinuedPasting(a); } in peekContinuedPasting() function