Home
last modified time | relevance | path

Searched defs:Token (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DToken.h26 struct Token struct
28 enum Type
75 Token() : type(0), flags(0) {} in Token() argument
103 inline bool operator==(const Token &lhs, const Token &rhs) argument
/external/angle/src/compiler/preprocessor/
DToken.h21 struct Token struct
23 enum Type
70 Token() : type(0), flags(0) {} in Token() function
97 inline bool operator==(const Token &lhs, const Token &rhs) argument
/external/cldr/tools/c/genldml/
Dgenldml.h49 struct Token{ struct
50 UChar* start;
51 UChar* end ;
52 UChar* current;
53 UChar* prevCurrent;
54 UChar* chars;
55 int32_t charsCapacity;
56 int32_t charsLen;
/external/rust/crates/cexpr/src/
Dtoken.rs24 pub struct Token { struct
31 impl<'a> From<(Kind, &'a [u8])> for Token { argument
32 fn from((kind, value): (Kind, &'a [u8])) -> Token { in from()
41 pub fn remove_comments(v: &mut Vec<Token>) -> &mut Vec<Token> { in remove_comments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp159 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
261 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
273 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
308 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
321 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName()
344 static Cursor maybeLexJumpTableIndex(Cursor C, MIToken &Token) { in maybeLexJumpTableIndex()
348 static Cursor maybeLexStackObject(Cursor C, MIToken &Token) { in maybeLexStackObject()
352 static Cursor maybeLexFixedStackObject(Cursor C, MIToken &Token) { in maybeLexFixedStackObject()
356 static Cursor maybeLexConstantPoolItem(Cursor C, MIToken &Token) { in maybeLexConstantPoolItem()
360 static Cursor maybeLexSubRegisterIndex(Cursor C, MIToken &Token, in maybeLexSubRegisterIndex()
[all …]
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp170 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
276 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
288 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
323 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
336 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName()
359 static Cursor maybeLexJumpTableIndex(Cursor C, MIToken &Token) { in maybeLexJumpTableIndex()
363 static Cursor maybeLexStackObject(Cursor C, MIToken &Token) { in maybeLexStackObject()
367 static Cursor maybeLexFixedStackObject(Cursor C, MIToken &Token) { in maybeLexFixedStackObject()
371 static Cursor maybeLexConstantPoolItem(Cursor C, MIToken &Token) { in maybeLexConstantPoolItem()
375 static Cursor maybeLexSubRegisterIndex(Cursor C, MIToken &Token, in maybeLexSubRegisterIndex()
[all …]
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp154 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
176 static Cursor maybeLexIntegerType(Cursor C, MIToken &Token) { in maybeLexIntegerType()
233 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
245 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
277 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
290 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName()
313 static Cursor maybeLexJumpTableIndex(Cursor C, MIToken &Token) { in maybeLexJumpTableIndex()
317 static Cursor maybeLexStackObject(Cursor C, MIToken &Token) { in maybeLexStackObject()
321 static Cursor maybeLexFixedStackObject(Cursor C, MIToken &Token) { in maybeLexFixedStackObject()
325 static Cursor maybeLexConstantPoolItem(Cursor C, MIToken &Token) { in maybeLexConstantPoolItem()
[all …]
/external/icing/icing/tokenization/
Dtoken.h23 struct Token { struct
40 // The input text should outlive the Token instance. argument
42 : type(type_in), text(text_in) {} in type()
45 const Type type;
48 const std::string_view text;
/external/antlr/runtime/ObjC/Framework/
DDebugTreeAdaptor.m93 {
137 {
143 {
162 {
169 {
176 {
202 {
DCommonErrorNode.m43 {
59 {
DTreeAdaptor.m51 {
65 {
76 {
92 {
221 {
DBaseTreeAdaptor.m87 Exception:(RecognitionException *) e;
216 {
221 {
226 {
235 {
382 {
392 {
/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp49 void getRange(const std::string &Token, uint32_t *First, uint32_t *Last) { in getRange()
71 void record(const std::string &Token, RangeSpec::Desc *D) { in record()
116 for (const auto &Token : Tokens) { in init() local
154 void RangeSpec::include(const std::string &Token) { record(Token, &Includes); } in include()
156 void RangeSpec::exclude(const std::string &Token) { record(Token, &Excludes); } in exclude()
/external/perfetto/src/protozero/filtering/
Dmessage_tokenizer.h46 struct Token { struct
54 bool operator==(const Token& o) const { argument
/external/llvm-project/clang/include/clang/Lex/
DDependencyDirectivesSourceMinimizer.h59 struct Token { struct
61 TokenKind K = pp_none; argument
66 Token(TokenKind K, int Offset) : K(K), Offset(Offset) {} in Token() function
/external/icu/icu4c/source/i18n/
Dunesctrn.cpp98 static Transliterator* _createUnicode(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createUnicode()
101 static Transliterator* _createJava(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createJava()
104 static Transliterator* _createC(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createC()
107 static Transliterator* _createXML(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createXML()
110 static Transliterator* _createXML10(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createXML10()
113 static Transliterator* _createPerl(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createPerl()
116 static Transliterator* _createAny(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createAny()
Desctrn.cpp41 static Transliterator* _createEscJava(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createEscJava()
45 static Transliterator* _createEscC(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createEscC()
50 static Transliterator* _createEscXML(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createEscXML()
54 static Transliterator* _createEscXML10(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createEscXML10()
58 static Transliterator* _createEscPerl(const UnicodeString& ID, Transliterator::Token /*context*/) { in _createEscPerl()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DToken.java21 public class Token implements java.io.Serializable { class
90 public Token() {} in Token() method in Token
95 public Token(int kind) in Token() method in Token
103 public Token(int kind, String image) in Token() method in Token
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
DToken.java29 public class Token extends TokenBase implements java.io.Serializable { class
98 public Token() {} in Token() method in Token
103 public Token(int kind) in Token() method in Token
111 public Token(int kind, String image) in Token() method in Token
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
DToken.java21 public class Token implements java.io.Serializable { class
90 public Token() {} in Token() method in Token
95 public Token(int kind) in Token() method in Token
103 public Token(int kind, String image) in Token() method in Token
/external/llvm-project/flang/include/flang/Common/
Dformat.h69 struct Token { in ENUM_CLASS() struct
70 Token &set_kind(TokenKind kind) { in ENUM_CLASS()
74 Token &set_offset(int offset) { in ENUM_CLASS()
78 Token &set_length(int length) { in ENUM_CLASS()
83 TokenKind kind() const { return kind_; } in ENUM_CLASS()
84 int offset() const { return offset_; } in ENUM_CLASS()
85 int length() const { return length_; } in ENUM_CLASS()
87 bool IsSet() { return kind_ != TokenKind::None; } in ENUM_CLASS()
/external/skia/src/sksl/
DSkSLLexer.h16 struct Token { struct
17 enum class Kind {
108 Token() : fKind(Kind::TK_NONE), fOffset(-1), fLength(-1) {} in Token() argument
110 Token(Kind kind, int32_t offset, int32_t length) in Token() argument
126 Token next(); argument
/external/rust/crates/mio/src/event/
Dsource.rs86 token: Token, in register()
100 token: Token, in reregister()
121 token: Token, in register()
130 token: Token, in reregister()
/external/rust/crates/protobuf/src/text_format/lexer/
Dtoken.rs9 pub enum Token { enum
21 impl Token { implementation
/external/protobuf/src/google/protobuf/io/
Dtokenizer.h127 struct Token { struct
128 TokenType type; argument
142 const Token& current(); argument

12345678910>>...20