Searched refs:AST (Results 1 - 25 of 100) 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/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
H A DAstNodes.java18 import org.eclipse.jdt.core.dom.AST;
29 public static TagElement createTextTagElement(AST ast, String text) {
36 public static TextElement createTextElement(AST ast, String text) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DSimpleExpression.g338 output=AST;
H A DFastSimpleExpression.g339 output=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/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h37 /// If AST is specified, the specified tracker is updated to reflect changes
41 DominatorTree &DT, AliasSetTracker *AST = 0);
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
H A DReplaceIcuTags.java22 import org.eclipse.jdt.core.dom.AST;
38 AST ast = tag.getAST();
80 private static TagElement createIcuEnhancementText(AST ast, IDocElement fragment) {
86 private static TagElement createIcuUsageText(AST ast) {
93 private static TagElement createIcuNoteText(AST ast) {
97 private static TagElement createIcuMarker(AST ast) {
101 private static TagElement createDiscouragedText(AST ast, IDocElement fragment) {
/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.
646 ASTUnit &AST, bool CaptureDiagnostics) {
649 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics));
659 std::unique_ptr<ASTUnit> AST(new ASTUnit(true));
663 ASTUnitCleanup(AST
645 ConfigureDiags(IntrusiveRefCntPtr<DiagnosticsEngine> Diags, ASTUnit &AST, bool CaptureDiagnostics) argument
1713 std::unique_ptr<ASTUnit> AST; local
1743 ASTUnit *AST = Unit; local
1985 std::unique_ptr<ASTUnit> AST; local
2091 ASTUnit &AST; member in class:__anon1315::AugmentedCodeCompleteConsumer
2095 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, const CodeCompleteOptions &CodeCompleteOpts) argument
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasSetTracker.h83 AliasSet *getAliasSet(AliasSetTracker &AST) { argument
87 AS = OldAS->getForwardedTarget(AST);
89 OldAS->dropRef(AST);
144 void dropRef(AliasSetTracker &AST) { argument
147 removeFromTracker(AST);
172 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
239 AliasSet *getForwardedTarget(AliasSetTracker &AST) { argument
242 AliasSet *Dest = Forward->getForwardedTarget(AST);
245 Forward->dropRef(AST);
251 void removeFromTracker(AliasSetTracker &AST);
285 AliasSetTracker *AST; member in class:llvm::AliasSetTracker::ASTCallbackVH
431 operator <<(raw_ostream &OS, const AliasSetTracker &AST) argument
[all...]
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
H A DJavadocUtils.java20 import org.eclipse.jdt.core.dom.AST;
39 AST ast = node.getAST();
47 AST ast = javadoc.getAST();
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h91 AliasSet *getAliasSet(AliasSetTracker &AST) { argument
95 AS = OldAS->getForwardedTarget(AST);
97 OldAS->dropRef(AST);
157 void dropRef(AliasSetTracker &AST) { argument
160 removeFromTracker(AST);
183 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
247 AliasSet *getForwardedTarget(AliasSetTracker &AST) { argument
250 AliasSet *Dest = Forward->getForwardedTarget(AST);
253 Forward->dropRef(AST);
259 void removeFromTracker(AliasSetTracker &AST);
265 removeUnknownInst(AliasSetTracker &AST, Instruction *I) argument
295 AliasSetTracker *AST; member in class:llvm::AliasSetTracker::final
440 operator <<(raw_ostream &OS, const AliasSetTracker &AST) argument
[all...]
/external/clang/unittests/ASTMatchers/
H A DASTMatchersInternalTest.cpp1 // unittests/ASTMatchers/ASTMatchersInternalTest.cpp - AST matcher unit tests //
11 #include "clang/AST/PrettyPrinter.h"
142 std::unique_ptr<ASTUnit> AST(tooling::buildASTFromCode("int x;"));
143 ASSERT_TRUE(AST.get());
144 Finder.matchAST(AST->getASTContext());
168 std::unique_ptr<ASTUnit> AST(tooling::buildASTFromCode("int x;"));
169 ASSERT_TRUE(AST.get());
170 Finder.matchAST(AST->getASTContext());
175 std::unique_ptr<ASTUnit> AST = local
177 ASSERT_TRUE(AST
[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.cpp229 AliasSetTracker *AST; member in struct:__anon13443::PromoteMem2Reg
272 AliasSetTracker *AST, AssumptionCache *AC)
275 AST(AST), AC(AC) {}
339 AliasSetTracker *AST) {
391 if (AST && LI->getType()->isPointerTy())
392 AST->deleteValue(LI);
413 if (AST)
414 AST->deleteValue(AI);
438 AliasSetTracker *AST) {
271 PromoteMem2Reg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, AliasSetTracker *AST, AssumptionCache *AC) argument
336 rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, LargeBlockInfo &LBI, DominatorTree &DT, AliasSetTracker *AST) argument
436 promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, LargeBlockInfo &LBI, AliasSetTracker *AST) argument
987 PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, AliasSetTracker *AST, AssumptionCache *AC) 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/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp205 /// AST - An AliasSetTracker object to update. If null, don't update it.
207 AliasSetTracker *AST; member in struct:__anon18998::PromoteMem2Reg
248 : Allocas(A), DT(dt), DIB(0), AST(ast) {}
388 if (AST) PointerAllocaValues.resize(Allocas.size());
406 if (AST) AST->deleteValue(AI);
437 if (AST) AST->deleteValue(AI);
471 if (AST) AST
1132 PromoteMemToReg(const std::vector<AllocaInst*> &Allocas, DominatorTree &DT, AliasSetTracker *AST) argument
[all...]
/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.cpp31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { argument
44 AliasAnalysis &AA = AST.getAliasAnalysis();
80 AS.dropRef(AST);
91 void AliasSet::removeFromTracker(AliasSetTracker &AST) { argument
93 AST.removeAliasSet(this);
96 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, argument
104 AliasAnalysis &AA = AST.getAliasAnalysis();
233 /// this alias set, false otherwise. This does not modify the AST object or
405 void AliasSetTracker::add(const AliasSetTracker &AST) { argument
406 assert(&AA == &AST
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DAliasSetTracker.cpp31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { argument
44 AliasAnalysis &AA = AST.getAliasAnalysis();
90 void AliasSet::removeFromTracker(AliasSetTracker &AST) { argument
92 AST.removeAliasSet(this);
95 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, argument
103 AliasAnalysis &AA = AST.getAliasAnalysis();
234 /// this alias set, false otherwise. This does not modify the AST object or
366 void AliasSetTracker::add(const AliasSetTracker &AST) { argument
367 assert(&AA == &AST.AA &&
370 // Loop over all of the alias sets in AST, addin
[all...]
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
H A DMakeClassesPublic.java25 import org.eclipse.jdt.core.dom.AST;
77 AST ast = rewrite.getAST();

Completed in 456 milliseconds

1234