Searched refs:next_char (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp170 || ( next_char(), (_curchar != '{')) ) {
174 next_char(); // Maintain the invariant
254 next_char();
429 next_char(); next_char(); // Skip over "%{" symbol
484 next_char();
518 next_char(); // Skip past open paren or comma
541 next_char(); // Consume the ')'
548 next_char(); // Consume the ';'
580 next_char(); // Advanc
4928 void ADLParser::next_char() { function in class:ADLParser
[all...]
H A Dadlparse.hpp255 inline void next_char(void);

Completed in 45 milliseconds