HomeSort by relevance Sort by last modified time
    Searched refs:AST (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
ast-builder.rb 19 AST::CommonTreeAdaptor.new( token_class )
29 AST::RewriteRuleSubtreeStream.new( @adaptor, desc, element )
33 AST::RewriteRuleTokenStream.new( @adaptor, desc, element )
37 AST::RewriteRuleNodeStream.new( @adaptor, desc, element )
  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 37 /// If AST is specified, the specified tracker is updated to reflect changes
41 DominatorTree &DT, AliasSetTracker *AST = 0);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb 12 output=AST;
24 output=AST;
36 output=AST;
48 output=AST;
59 output=AST;
71 output=AST;
82 output=AST;
94 output=AST;
105 output=AST;
117 output=AST;
    [all...]
rewrites.rb 62 options {language=Ruby;output=AST;}
75 options {language=Ruby;output=AST;}
89 options {language=Ruby;output=AST;}
103 options {language=Ruby;output=AST;}
117 options {language=Ruby;output=AST;}
130 options {language=Ruby;output=AST;}
144 options {language=Ruby;output=AST;}
158 options {language=Ruby;output=AST;}
173 options {language=Ruby;output=AST;}
187 options {language=Ruby;output=AST;}
    [all...]
auto-ast.rb 63 options {language=Ruby;output=AST;}
75 options {language=Ruby;output=AST;}
87 options {language=Ruby;output=AST;}
99 options {language=Ruby;output=AST;}
111 options {language=Ruby;output=AST;}
124 options {language=Ruby;output=AST;}
136 options {language=Ruby;output=AST;}
148 options {language=Ruby;output=AST;}
160 options {language=Ruby;output=AST;}
172 options {language=Ruby;output=AST;}
    [all...]
hetero-nodes.rb 13 output=AST;
32 output=AST;
51 output=AST;
70 output=AST;
89 output=AST;
109 output=AST;
129 output=AST;
149 output=AST;
169 output=AST;
189 output=AST;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
SimpleExpression.g3 38 output=AST;
FastSimpleExpression.g3 39 output=AST;
  /external/clang/lib/
Makefile 11 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
  /external/clang/lib/Frontend/
ASTUnit.cpp 15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/ASTConsumer.h"
17 #include "clang/AST/DeclVisitor.h"
18 #include "clang/AST/TypeOrdering.h"
19 #include "clang/AST/StmtVisitor.h"
537 // FIXME: This is broken, we should store the TargetOptions in the AST file.
638 ASTUnit &AST, bool CaptureDiagnostics) {
645 Client = new StoredDiagnosticConsumer(AST.StoredDiagnostics);
651 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics));
663 OwningPtr<ASTUnit> AST(new ASTUnit(true))
    [all...]
FrontendAction.cpp 11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/AST/ASTContext.h"
13 #include "clang/AST/DeclGroup.h"
120 ASTUnit *AST) {
122 CurrentASTUnit.reset(AST);
135 // modifiy the AST.
168 // AST files follow a very different path, since they share objects via the
169 // AST unit.
172 "Attempt to pass AST file to preprocessor only action!");
174 "This action does not have AST file support!")
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 83 AliasSet *getAliasSet(AliasSetTracker &AST) {
87 AS = OldAS->getForwardedTarget(AST);
89 OldAS->dropRef(AST);
144 void dropRef(AliasSetTracker &AST) {
147 removeFromTracker(AST);
172 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
239 AliasSet *getForwardedTarget(AliasSetTracker &AST) {
242 AliasSet *Dest = Forward->getForwardedTarget(AST);
245 Forward->dropRef(AST);
251 void removeFromTracker(AliasSetTracker &AST);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 38 output=AST;
ProfileGrammar.g3 38 output=AST;
  /external/clang/
Android.mk 8 lib/AST \
clang-tblgen-rules.mk 13 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrImpl.inc
14 $(intermediates)/include/clang/AST/AttrImpl.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
15 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
55 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/Attrs.inc
56 $(intermediates)/include/clang/AST/Attrs.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
57 $(intermediates)/include/clang/AST/Attrs.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
114 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/DeclNodes.inc
115 $(intermediates)/include/clang/AST/DeclNodes.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
116 $(intermediates)/include/clang/AST/DeclNodes.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/DeclNodes.td $(CLANG_TBLGEN)
121 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/StmtNodes.in
    [all...]
  /frameworks/base/tools/aidl/
Android.mk 18 AST.cpp \
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
basic.rb 13 output=AST;
37 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree )
49 output=AST;
73 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree )
85 output=AST;
112 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree )
124 output=AST;
150 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree )
162 output=AST;
187 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 207 /// AST - An AliasSetTracker object to update. If null, don't update it.
209 AliasSetTracker *AST;
249 AliasSetTracker *ast)
250 : Allocas(A), DT(dt), DIB(0), AST(ast) {}
390 if (AST) PointerAllocaValues.resize(Allocas.size());
408 if (AST) AST->deleteValue(AI);
440 if (AST) AST->deleteValue(AI)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 26 import org.eclipse.jdt.core.dom.AST;
125 final AST astValidator = AST.newAST(AST.JLS3);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 5 /** Base class for all exceptions thrown during AST rewrite construction.
  /external/icu4c/tools/tzcode/
tz.alias 30 AST America/Anchorage
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
StGUnit.g 83 | '->' AST {$out = adapter.createAstOutput($AST.text);}
147 AST : NESTED_AST (' '? NESTED_AST)*;
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) {
44 AliasAnalysis &AA = AST.getAliasAnalysis();
90 void AliasSet::removeFromTracker(AliasSetTracker &AST) {
92 AST.removeAliasSet(this);
95 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry,
103 AliasAnalysis &AA = AST.getAliasAnalysis();
236 /// this alias set, false otherwise. This does not modify the AST object or
368 void AliasSetTracker::add(const AliasSetTracker &AST) {
369 assert(&AA == &AST.AA &&
372 // Loop over all of the alias sets in AST, adding the pointers containe
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 38 module AST
40 =begin rdoc ANTLR3::AST::Wizard
42 AST::Wizard is an extra utility class that allows quick creation of AST objects
46 AST for a particular node structure. These features make tree wizards useful
47 while testing and debugging AST constructing parsers and tree parsers. This
58 adaptor = ANTLR3::AST::CommonTreeAdaptor.new
59 wizard = ANTLR3::AST::Wizard.new(adaptor, token_names)
122 =begin rdoc ANTLR3::AST::Wizard::PatternLexer
124 A class that is used internally by AST::Wizard to tokenize tree pattern
    [all...]

Completed in 2069 milliseconds

1 2 3 4 5