Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRetireControlUnit.cpp70 const RetireControlUnit::RUToken &RetireControlUnit::peekNextToken() const { in peekNextToken() function in llvm::mca::RetireControlUnit
/external/llvm-project/llvm/lib/MCA/HardwareUnits/
DRetireControlUnit.cpp70 const RetireControlUnit::RUToken &RetireControlUnit::peekNextToken() const { in peekNextToken() function in llvm::mca::RetireControlUnit
/external/nist-sip/java/gov/nist/core/
DLexerCore.java166 public Token peekNextToken() throws ParseException { in peekNextToken() method in LexerCore
170 public Token[] peekNextToken(int ntokens) throws ParseException { in peekNextToken() method in LexerCore
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp74 const TokenInfo &peekNextToken() const { return NextToken; } in peekNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DParser.cpp82 const TokenInfo &peekNextToken() const { return NextToken; } in peekNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTokenBuffer.java1537 public JsonToken peekNextToken() throws IOException in peekNextToken() method in TokenBuffer.Parser