Home
last modified time | relevance | path

Searched refs:oldtoken (Results 1 – 3 of 3) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/analysis/
DMachineProbe.java132 Token oldtoken = p.associatedASTNode.token; in getGrammarLocationsForInputSequence() local
133 CommonToken token = new CommonToken(oldtoken in getGrammarLocationsForInputSequence()
134 .getType(), oldtoken.getText()); in getGrammarLocationsForInputSequence()
135 token.setLine(oldtoken.getLine()); in getGrammarLocationsForInputSequence()
136 token.setCharPositionInLine(oldtoken.getCharPositionInLine()); in getGrammarLocationsForInputSequence()
/external/u-boot/include/fsl-mc/
Dfsl_qbman_portal.h93 uint8_t oldtoken);
/external/u-boot/drivers/net/fsl-mc/dpio/
Dqbman_portal.c428 uint8_t oldtoken) in qbman_dq_entry_set_oldtoken() argument
430 memset(dq, oldtoken, num_entries * sizeof(*dq)); in qbman_dq_entry_set_oldtoken()