Searched defs:NUM_TOKENS (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dtoken.h192 NUM_TOKENS enumerator in enum:v8::internal::Token::Value
199 ASSERT(tok < NUM_TOKENS); // tok is unsigned
295 ASSERT(tok < NUM_TOKENS); // tok is unsigned.
302 ASSERT(tok < NUM_TOKENS); // tok is unsigned.
307 static const char* const name_[NUM_TOKENS];
308 static const char* const string_[NUM_TOKENS];
309 static const int8_t precedence_[NUM_TOKENS];
310 static const char token_type[NUM_TOKENS];
/external/v8/src/
H A Dtoken.h190 NUM_TOKENS enumerator in enum:v8::internal::Token::Value
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/
H A DTokenKinds.h26 NUM_TOKENS enumerator in enum:clang::tok::TokenKind

Completed in 148 milliseconds