Home
last modified time | relevance | path

Searched refs:lastTokenPastes (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() argument
271 if (! lastTokenPastes) in peekTokenizedPasting()
DPpContext.h253 bool peekTokenizedPasting(bool lastTokenPastes);
421 …ntext* pp, TokenStream* t, bool prepasting) : tInput(pp), tokens(t), lastTokenPastes(prepasting) {… in tTokenInput()
425 … virtual bool peekPasting() override { return tokens->peekTokenizedPasting(lastTokenPastes); } in peekPasting()
428 …bool lastTokenPastes; // true if the last token in the input is to be pasted, rather than cons… variable