Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpTokens.cpp255 bool TPpContext::TokenStream::peekTokenizedPasting(bool lastTokenPastes) in peekTokenizedPasting() function in glslang::TPpContext::TokenStream
DPpContext.h253 bool peekTokenizedPasting(bool lastTokenPastes);
425 … virtual bool peekPasting() override { return tokens->peekTokenizedPasting(lastTokenPastes); } in peekPasting()