OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tUngotTokenInput
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpTokens.cpp
261
int TPpContext::
tUngotTokenInput
::scan(TPpToken* ppToken)
275
pushInput(new
tUngotTokenInput
(this, token, ppToken));
PpContext.h
345
class
tUngotTokenInput
: public tInput {
347
tUngotTokenInput
(TPpContext* pp, int t, TPpToken* p) : tInput(pp), token(t), lval(*p) { }
Completed in 85 milliseconds