HomeSort by relevance Sort by last modified time
    Searched defs:Tokens (Results 1 - 25 of 31) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 35 public static class Tokens
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 38 * All tokens go to the parser (unless skip() is called in that rule)
65 public static class Tokens
67 public static readonly IToken EndOfFile = Tokens<CommonToken>.EndOfFile;
79 public static class Tokens<T>
  /frameworks/compile/mclinker/include/mcld/Script/
StringList.h 27 typedef std::vector<StrToken*> Tokens;
28 typedef Tokens::const_iterator const_iterator;
29 typedef Tokens::iterator iterator;
30 typedef Tokens::const_reference const_reference;
31 typedef Tokens::reference reference;
62 Tokens m_Tokens;
  /external/clang/include/clang/Lex/
TokenLexer.h 25 /// TokenLexer - This implements a lexer that returns tokens from a macro body
43 /// Tokens - This is the pointer to an array of tokens that the macro is
45 /// a token stream, these are the tokens we are returning. This points into
51 const Token *Tokens;
54 /// NumTokens - This is the length of the Tokens array.
92 /// OwnsTokens - This is true if this TokenLexer allocated the Tokens
98 /// DisableMacroExpansion - This is true when tokens lexed from the TokenLexer
123 /// specified, this takes ownership of the tokens and delete[]'s them when
134 /// DisableExpansion is true when macro expansion of tokens lexed from thi
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.h 12 /// which turns a stream of tokens into UnwrappedLines.
40 /// \brief The \c Tokens comprising this \c UnwrappedLine.
41 std::list<UnwrappedLineNode> Tokens;
65 ArrayRef<FormatToken *> Tokens,
163 FormatTokenSource *Tokens;
167 // of the format tokens. The goal is to have the actual tokens created and
Format.cpp     [all...]
UnwrappedLineParser.cpp 12 /// which turns a stream of tokens into UnwrappedLines.
126 else if (!Parser.Line->Tokens.empty())
127 Parser.CurrentLines = &Parser.Line->Tokens.back().Children;
135 if (!Parser.Line->Tokens.empty()) {
138 assert(Parser.Line->Tokens.empty());
173 IndexedTokenSource(ArrayRef<FormatToken *> Tokens)
174 : Tokens(Tokens), Position(-1) {}
178 return Tokens[Position];
188 return Tokens[Position]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 115 const struct tgsi_token *Tokens;
127 const struct tgsi_token *tokens );
142 tgsi_num_tokens(const struct tgsi_token *tokens)
145 memcpy(&header, tokens, sizeof(header));
150 tgsi_dump_tokens(const struct tgsi_token *tokens);
153 tgsi_dup_tokens(const struct tgsi_token *tokens);
tgsi_exec.h 271 const struct tgsi_token *Tokens; /**< Declarations, instructions */
350 const struct tgsi_token *tokens,
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 319 union i915_full_token* Tokens;
323 extern struct i915_token_list* i915_optimize(const struct tgsi_token *tokens);
325 extern void i915_optimize_free(struct i915_token_list* tokens);
  /external/clang/lib/AST/
CommentSema.cpp 693 TokenValue Tokens[] = {
699 Tokens);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 201 void AnalyzeBlock(MachineBasicBlock *MBB, std::vector<IfcvtToken*> &Tokens);
204 void AnalyzeBlocks(MachineFunction &MF, std::vector<IfcvtToken*> &Tokens);
312 std::vector<IfcvtToken*> Tokens;
320 AnalyzeBlocks(MF, Tokens);
321 while (!Tokens.empty()) {
322 IfcvtToken *Token = Tokens.back();
323 Tokens.pop_back();
417 // Delete tokens in case of early exit.
418 while (!Tokens.empty()) {
419 IfcvtToken *Token = Tokens.back()
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 635 milliseconds

1 2