Searched refs:tokenType (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDToken.h32 enum tokenType { enum in struct:llvm::EDToken
48 enum tokenType Type;
70 enum tokenType type,
93 enum tokenType type() const;
H A DEDToken.cpp24 enum tokenType type,
52 enum EDToken::tokenType EDToken::type() const {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DMismatchedTokenException.cpp175 ANTLR_USE_NAMESPACE(std)string MismatchedTokenException::tokenName(int tokenType) const
177 if (tokenType == Token::INVALID_TYPE)
179 else if (tokenType < 0 || tokenType >= numTokens)
180 return ANTLR_USE_NAMESPACE(std)string("<") + tokenType + ">";
182 return tokenNames[tokenType];
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dplurrule_impl.h100 enum tokenType { enum
144 static tokenType getKeyType(const UnicodeString& token, tokenType type);
145 static tokenType charType(UChar ch);
151 tokenType type;
152 tokenType prevType;
194 double get(tokenType operand) const;
227 tokenType digitsType; // n | i | v | f constraint.
H A Dplurrule.cpp933 static UnicodeString tokenString(tokenType tok) {
1289 tokenType
1328 tokenType
1329 PluralRuleParser::getKeyType(const UnicodeString &token, tokenType keyType)
1611 double FixedDecimal::get(tokenType operand) const {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DMismatchedTokenException.hpp136 /// Return token name for tokenType
137 ANTLR_USE_NAMESPACE(std)string tokenName(int tokenType) const;
H A DParser.hpp144 virtual void consumeUntil(int tokenType) argument
146 while (LA(1) != Token::EOF_TYPE && LA(1) != tokenType)
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dmscdefines.h140 MSCULong32 tokenType; /* Type - RFU */ member in struct:__anon5468
H A Dmusclecard.c201 currentToken->tokenType = 0; /* Vinnie 1693 */
205 currentToken->tokenType |= MSC_TOKEN_TYPE_REMOVED;
210 currentToken->tokenType |= MSC_TOKEN_TYPE_KNOWN;
215 currentToken->tokenType |= MSC_TOKEN_TYPE_UNKNOWN;
737 tokenArray[i].tokenType = MSC_TOKEN_TYPE_REMOVED;
753 tokenArray[i].tokenType = MSC_TOKEN_TYPE_KNOWN;
758 tokenArray[i].tokenType = MSC_TOKEN_TYPE_UNKNOWN;
933 pConnection->tokenInfo.tokenType |=
941 pConnection->tokenInfo.tokenType =
969 pConnection->tokenInfo.tokenType |
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DLiteralParser.cpp75 TokenType tokenType = m_lexer.next();
76 if (entry.m_type == JSONPPathEntryTypeDeclare && tokenType != TokAssign)
78 while (tokenType != TokAssign) {
79 switch (tokenType) {
111 tokenType = m_lexer.next();
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCodeMirrorAdditions.js510 var tokenType = this.getTokenTypeAt(from);
511 if (tokenType && (tokenType.indexOf("builtin") !== -1 || tokenType.indexOf("tag") !== -1)) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParser.cpp56 #define consumeOrFail(tokenType, ...) do { if (!consume(tokenType)) { handleErrorToken(); internalFailWithMessage(true, __VA_ARGS__); } } while (0)
57 #define consumeOrFailWithFlags(tokenType, flags, ...) do { if (!consume(tokenType, flags)) { handleErrorToken(); internalFailWithMessage(true, __VA_ARGS__); } } while (0)
58 #define matchOrFail(tokenType, ...) do { if (!match(tokenType)) { handleErrorToken(); internalFailWithMessage(true, __VA_ARGS__); } } while (0)
619 JSTokenType tokenType = m_token.m_type; local
641 semanticFailIfTrue(tokenType == RESERVED, "Cannot use abbreviated deconstruction syntax for reserved name '", propertyName.impl(), "'");
642 semanticFailIfTrue(tokenType == RESERVED_IF_STRICT, "Cannot use abbreviated deconstruction syntax for reserved name '", propertyName.impl(), "' in strict mode");
643 semanticFailIfTrue(tokenType
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c62879 int tokenType; local
109354 sqlite3GetToken(const unsigned char *z, int *tokenType) argument
109634 int tokenType; /* type of the next token */ local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.c157 int tokenType; member in struct:content_particle
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 643 milliseconds