HomeSort by relevance Sort by last modified time
    Searched refs:Tokens (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 2 * Lexer Tokens
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 84 Tokens = TokenScheme.build %w(A B C D E ID VAR)
85 include Tokens
88 @adaptor = CommonTreeAdaptor.new( Tokens.token_class )
89 @pattern_adaptor = Wizard::PatternAdaptor.new( Tokens.token_class )
90 @wizard = Wizard.new( :adaptor => @adaptor, :token_scheme => Tokens )
95 tree = Wizard::PatternParser.parse( 'ID', Tokens, @adaptor )
103 tree = Wizard::PatternParser.parse( 'ID[foo]', Tokens, @adaptor )
111 tree = Wizard::PatternParser.parse( '(A B)', Tokens, @adaptor )
122 tree = Wizard::PatternParser.parse( 'nil', Tokens, @adaptor )
130 tree = Wizard::PatternParser.parse( '(.)', Tokens, @adaptor
    [all...]
  /external/clang/lib/Format/
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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.h 16 #pragma mark Tokens
SimpleCParser.h 34 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.h 23 #pragma mark Tokens
SymbolTableParser.h 12 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h 16 #pragma mark Tokens
SimpleCTP.h 25 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 25 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 16 #pragma mark Tokens
FuzzyLexer.h 24 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 24 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 25 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 24 #pragma mark Tokens
SimpleCTP.h 12 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.h 25 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.h 12 #pragma mark Tokens
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_optimize.c 303 struct i915_token_list* i915_optimize(const struct tgsi_token *tokens)
311 /* Count the tokens */
312 tgsi_parse_init( &parse, tokens );
319 /* Allocate our tokens */
320 out_tokens->Tokens = MALLOC(sizeof(union i915_full_token) * out_tokens->NumTokens);
322 tgsi_parse_init( &parse, tokens );
331 copy_token(&out_tokens->Tokens[i] , &parse.FullToken);
334 i915_fpc_optimize_useless_mov_after_inst(&out_tokens->Tokens[i-1], &out_tokens->Tokens[i]);
335 i915_fpc_optimize_mov_after_alu(&out_tokens->Tokens[i-1], &out_tokens->Tokens[i])
    [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/mesa3d/docs/
MESA_agp_offset.spec 53 New Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRLexer.h 40 id<ANTLRCharStream> input; ///< The character stream we pull tokens out of.
57 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRLexer.h 40 id<ANTLRCharStream> input; ///< The character stream we pull tokens out of.
57 #pragma mark Tokens
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRLexer.h 40 id<ANTLRCharStream> input; ///< The character stream we pull tokens out of.
57 #pragma mark Tokens

Completed in 882 milliseconds

12 3 4 5