HomeSort by relevance Sort by last modified time
    Searched defs:NUM_TOKENS (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
token.h 190 NUM_TOKENS
197 ASSERT(tok < NUM_TOKENS); // tok is unsigned
276 ASSERT(tok < NUM_TOKENS); // tok is unsigned.
283 ASSERT(tok < NUM_TOKENS); // tok is unsigned.
288 static const char* const name_[NUM_TOKENS];
289 static const char* const string_[NUM_TOKENS];
290 static const int8_t precedence_[NUM_TOKENS];
291 static const char token_type[NUM_TOKENS];
  /external/clang/include/clang/Basic/
TokenKinds.h 26 NUM_TOKENS

Completed in 34 milliseconds