Searched defs:AST (Results 1 - 22 of 22) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb36 module AST module in class:ANTLR3
38 =begin rdoc ANTLR3::AST::Visitor
40 AST::Visitor is an extra utility class for working with tree objects. Visitor
H A Dwizard.rb38 module AST module in class:ANTLR3
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
[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"
90 bool FindClassDeclX(ASTUnit *AST) { argument
91 for (std::vector<Decl *>::iterator i = AST->top_level_begin(),
92 e = AST->top_level_end();
121 std::unique_ptr<ASTUnit> AST = buildASTFromCode("class X;"); local
122 ASSERT_TRUE(AST.get());
123 EXPECT_TRUE(FindClassDeclX(AST.get()));
125 AST
[all...]
/external/clang/lib/Frontend/
H A DFrontendAction.cpp11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/AST/ASTContext.h"
13 #include "clang/AST/DeclGroup.h"
132 std::unique_ptr<ASTUnit> AST) {
134 CurrentASTUnit = std::move(AST);
148 // modifiy the AST.
183 // AST files follow a very different path, since they share objects via the
184 // AST unit.
187 "Attempt to pass AST file to preprocessor only action!");
189 "This action does not have AST fil
131 setCurrentInput(const FrontendInputFile &CurrentInput, std::unique_ptr<ASTUnit> AST) argument
193 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( local
[all...]
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
1705 std::unique_ptr<ASTUnit> AST; local
1735 ASTUnit *AST = Unit; local
1977 std::unique_ptr<ASTUnit> AST; local
2082 ASTUnit &AST; member in class:__anon1375::AugmentedCodeCompleteConsumer
2086 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, const CodeCompleteOptions &CodeCompleteOpts) argument
[all...]
/external/clang/lib/Tooling/
H A DTooling.cpp16 #include "clang/AST/ASTConsumer.h"
448 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( variable
454 if (!AST)
457 ASTs.push_back(std::move(AST));
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h84 AliasSet *getAliasSet(AliasSetTracker &AST) { argument
88 AS = OldAS->getForwardedTarget(AST);
90 OldAS->dropRef(AST);
150 void dropRef(AliasSetTracker &AST) { argument
153 removeFromTracker(AST);
178 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST);
242 AliasSet *getForwardedTarget(AliasSetTracker &AST) { argument
245 AliasSet *Dest = Forward->getForwardedTarget(AST);
248 Forward->dropRef(AST);
254 void removeFromTracker(AliasSetTracker &AST);
260 removeUnknownInst(AliasSetTracker &AST, Instruction *I) argument
291 AliasSetTracker *AST; member in class:llvm::AliasSetTracker::final
442 operator <<(raw_ostream &OS, const AliasSetTracker &AST) argument
[all...]
/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();
234 /// this alias set, false otherwise. This does not modify the AST object or
379 void AliasSetTracker::add(const AliasSetTracker &AST) { argument
380 assert(&AA == &AST
[all...]
H A DLoopAccessAnalysis.cpp429 : DL(Dl), AST(*AA), LI(LI), DepCands(DA), IsRTCheckAnalysisNeeded(false),
435 AST.add(Ptr, MemoryLocation::UnknownSize, Loc.AATags);
444 AST.add(Ptr, MemoryLocation::UnknownSize, Loc.AATags);
498 AliasSetTracker AST; member in class:__anon12148::AccessAnalysis
550 for (auto &AS : AST) {
660 DEBUG(dbgs() << " AST: "; AST.dump());
673 for (auto &AS : AST) {
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp208 assert(InnerAST && "Where is my AST?");
213 // Once we've incorporated the inner loop's AST into ours, we don't need the
225 // Because subloops have already been incorporated into AST, we skip blocks in
746 AliasSetTracker &AST; member in class:__anon12929::LoopPromoter
777 LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast),
810 AST.copyValue(LI, V);
813 AST.deleteValue(I);
896 assert(!load->isVolatile() && "AST broken");
904 assert(!store->isVolatile() && "AST broken");
1004 AliasSetTracker *AST local
1014 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L); local
1024 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L); local
[all...]
/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp229 AliasSetTracker *AST; member in struct:__anon13015::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
986 PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, AliasSetTracker *AST, AssumptionCache *AC) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb39 =begin rdoc ANTLR3::AST
46 module AST module in class:ANTLR3
55 =begin rdoc ANTLR3::AST::TreeParser
75 You can take the information encapsulated by the AST and process it directly in
77 capable of walking through the AST, verifying its structure and performing
190 =begin rdoc ANTLR3::AST::Tree
194 As ANTLR is concerned, an Abstract Syntax Tree (AST) node is an object that
199 class for AST classes; it specifies the attributes that are expected of basic
206 throughout the AST library:
303 =begin rdoc ANTLR3::AST
[all...]
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp21 #include "clang/AST/Decl.h"
22 #include "clang/AST/DeclObjC.h"
23 #include "clang/AST/Type.h"
669 ASTUnit *AST = cxtu::getASTUnit(TU); local
670 if (!AST)
677 ASTUnit::ConcurrencyCheck Check(*AST);
694 &AST->getFileManager());
704 AST->CodeComplete(complete_filename, complete_line, complete_column,
718 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp96 void emitLocation(ExprAST *AST);
829 void DebugInfo::emitLocation(ExprAST *AST) { argument
830 if (!AST)
838 DebugLoc::get(AST->getLine(), AST->getCol(), Scope));
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp241 const ARMSubtarget &AST = local
243 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops();
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 419 milliseconds