Searched refs:AST (Results 1 - 25 of 90) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dast-builder.rb19 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/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dtree-rewrite.rb12 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...]
H A Drewrites.rb62 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...]
H A Dauto-ast.rb63 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...]
H A Dhetero-nodes.rb13 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/
H A DSimpleExpression.g338 output=AST;
H A DFastSimpleExpression.g339 output=AST;
/external/clang/
H A Dclang-tblgen-rules.mk13 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrDump.inc
14 $(intermediates)/include/clang/AST/AttrDump.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
15 $(intermediates)/include/clang/AST/AttrDump.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
20 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrImpl.inc
21 $(intermediates)/include/clang/AST/AttrImpl.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
22 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
62 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/Attrs.inc
63 $(intermediates)/include/clang/AST/Attrs.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
64 $(intermediates)/include/clang/AST/Attrs.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
76 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrVisito
[all...]
H A DAndroid.mk8 lib/AST \
/external/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h41 /// If AST is specified, the specified tracker is updated to reflect changes
44 AliasSetTracker *AST = nullptr);
/external/clang/lib/Frontend/
H A DASTUnit.cpp15 #include "clang/AST/ASTConsumer.h"
16 #include "clang/AST/ASTContext.h"
17 #include "clang/AST/DeclVisitor.h"
18 #include "clang/AST/StmtVisitor.h"
19 #include "clang/AST/TypeOrdering.h"
235 // If we loaded from an AST file, balance out the BeginSourceFile call.
650 ASTUnit &AST, bool CaptureDiagnostics) {
656 Client = new StoredDiagnosticConsumer(AST.StoredDiagnostics);
661 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics));
673 std::unique_ptr<ASTUnit> AST(ne
648 ConfigureDiags(IntrusiveRefCntPtr<DiagnosticsEngine> &Diags, const char **ArgBegin, const char **ArgEnd, ASTUnit &AST, bool CaptureDiagnostics) argument
1736 std::unique_ptr<ASTUnit> AST; local
1764 ASTUnit *AST = Unit; local
2001 std::unique_ptr<ASTUnit> AST; local
2101 ASTUnit &AST; member in class:__anon17908::AugmentedCodeCompleteConsumer
2105 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, const CodeCompleteOptions &CodeCompleteOpts) argument
[all...]
H A DFrontendAction.cpp11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/AST/ASTContext.h"
13 #include "clang/AST/DeclGroup.h"
130 ASTUnit *AST) {
132 CurrentASTUnit.reset(AST);
145 // modifiy the AST.
180 // AST files follow a very different path, since they share objects via the
181 // AST unit.
184 "Attempt to pass AST file to preprocessor only action!");
186 "This action does not have AST fil
129 setCurrentInput(const FrontendInputFile &CurrentInput, ASTUnit *AST) argument
190 ASTUnit *AST = ASTUnit::LoadFromASTFile(InputFile, Diags, local
[all...]
/external/clang/lib/
H A DMakefile12 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Frontend \
/external/clang/unittests/
H A DMakefile22 PARALLEL_DIRS += Format ASTMatchers AST Tooling Sema
/external/clang/unittests/AST/
H A DMakefile1 ##===- unittests/AST/Makefile ------------------------------*- Makefile -*-===##
11 TESTNAME = AST
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h82 AliasSet *getAliasSet(AliasSetTracker &AST) { argument
86 AS = OldAS->getForwardedTarget(AST);
88 OldAS->dropRef(AST);
142 void dropRef(AliasSetTracker &AST) { argument
145 removeFromTracker(AST);
170 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
238 AliasSet *getForwardedTarget(AliasSetTracker &AST) { argument
241 AliasSet *Dest = Forward->getForwardedTarget(AST);
244 Forward->dropRef(AST);
250 void removeFromTracker(AliasSetTracker &AST);
285 AliasSetTracker *AST; member in class:llvm::AliasSetTracker::ASTCallbackVH
431 operator <<(raw_ostream &OS, const AliasSetTracker &AST) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammar.g338 output=AST;
H A DProfileGrammar.g338 output=AST;
/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp239 AliasSetTracker *AST; member in struct:__anon26359::PromoteMem2Reg
282 AliasSetTracker *AST)
284 DIB(*DT.getRoot()->getParent()->getParent()), AST(AST) {}
350 AliasSetTracker *AST) {
402 if (AST && LI->getType()->isPointerTy())
403 AST->deleteValue(LI);
424 if (AST)
425 AST->deleteValue(AI);
446 AliasSetTracker *AST) {
281 PromoteMem2Reg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, AliasSetTracker *AST) argument
347 rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, LargeBlockInfo &LBI, DominatorTree &DT, AliasSetTracker *AST) argument
444 promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, LargeBlockInfo &LBI, AliasSetTracker *AST) argument
1069 PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, AliasSetTracker *AST) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
H A Dbasic.rb13 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
[all...]
/external/clang/unittests/Tooling/
H A DToolingTest.cpp10 #include "clang/AST/ASTConsumer.h"
11 #include "clang/AST/DeclCXX.h"
12 #include "clang/AST/DeclGroup.h"
84 bool FindClassDeclX(ASTUnit *AST) { argument
85 for (std::vector<Decl *>::iterator i = AST->top_level_begin(),
86 e = AST->top_level_end();
111 std::unique_ptr<ASTUnit> AST = buildASTFromCode("class X;"); local
112 ASSERT_TRUE(AST.get());
113 EXPECT_TRUE(FindClassDeclX(AST.get()));
115 AST
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz.alias30 AST America/Anchorage
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DStGUnit.g83 | '->' AST {$out = adapter.createAstOutput($AST.text);}
147 AST : NESTED_AST (' '? NESTED_AST)*;
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp30 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { argument
43 AliasAnalysis &AA = AST.getAliasAnalysis();
89 void AliasSet::removeFromTracker(AliasSetTracker &AST) { argument
91 AST.removeAliasSet(this);
94 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, argument
102 AliasAnalysis &AA = AST.getAliasAnalysis();
235 /// this alias set, false otherwise. This does not modify the AST object or
365 void AliasSetTracker::add(const AliasSetTracker &AST) { argument
366 assert(&AA == &AST.AA &&
369 // Loop over all of the alias sets in AST, addin
[all...]
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h132 std::unique_ptr<ASTUnit> AST(buildASTFromCodeWithArgs(Code, Args));
133 if (!AST.get())
135 << "\" while building AST";
136 Finder.matchAST(AST->getASTContext());
139 << "Could not verify result in \"" << Code << "\" with AST";
142 << "Verified unexpected result in \"" << Code << "\" with AST";

Completed in 3675 milliseconds

1234