Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h282 bool peekToken(int atom) { return !atEnd() && stream[currentPos].isAtom(atom); } in peekToken() function
/third_party/icu/icu4c/source/tools/genrb/
Dparse.cpp217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenu… in peekToken() function
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dparse.cpp217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenu… in peekToken() function
/third_party/node/deps/icu-small/source/tools/genrb/
Dparse.cpp217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenu… in peekToken() function
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dparse.cpp217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenu… in peekToken() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp5420 AMDGPUAsmParser::peekToken() { in peekToken() function in AMDGPUAsmParser