Home
last modified time | relevance | path

Searched defs:AST (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/unittests/ASTMatchers/
DASTMatchersInternalTest.cpp142 std::unique_ptr<ASTUnit> AST(tooling::buildASTFromCode("int x;")); in TEST() local
168 std::unique_ptr<ASTUnit> AST(tooling::buildASTFromCode("int x;")); in TEST() local
175 std::unique_ptr<ASTUnit> AST = in TEST() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
Dvisitor.rb36 module AST module
Dwizard.rb38 module AST module
/external/clang/docs/
DInternalsManual.rst803 .. _AST: target in The Parser Library
1537 Implementation Approach
1572 Extensions
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h91 AliasSet *getAliasSet(AliasSetTracker &AST) { in getAliasSet()
157 void dropRef(AliasSetTracker &AST) { in dropRef()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasSetTracker.h83 AliasSet *getAliasSet(AliasSetTracker &AST) { in getAliasSet()
144 void dropRef(AliasSetTracker &AST) { in dropRef()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasSetTracker.cpp31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn()
90 void AliasSet::removeFromTracker(AliasSetTracker &AST) { in removeFromTracker()
95 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer()
366 void AliasSetTracker::add(const AliasSetTracker &AST) { in add()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn()
91 void AliasSet::removeFromTracker(AliasSetTracker &AST) { in removeFromTracker()
96 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer()
405 void AliasSetTracker::add(const AliasSetTracker &AST) { in add()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp229 AliasSetTracker *AST; member
339 AliasSetTracker *AST) { in rewriteSingleStoreAlloca()
438 AliasSetTracker *AST) { in promoteSingleBlockAlloca()
988 AliasSetTracker *AST, AssumptionCache *AC) { in PromoteMemToReg()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp616 AliasSetTracker &AST; member in __anonb19208a60211::LoopPromoter
809 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L); in cloneBasicBlockAnalysis() local
819 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L); in deleteAnalysisValue() local
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp768 AliasSetTracker &AST; member in __anon68105c7a0211::LoopPromoter
1130 AliasSetTracker *AST = LICM.getLoopToAliasSetMap().lookup(L); in cloneBasicBlockAnalysis() local
1140 AliasSetTracker *AST = LICM.getLoopToAliasSetMap().lookup(L); in deleteAnalysisValue() local
1150 AliasSetTracker *AST = LICM.getLoopToAliasSetMap().lookup(L); in deleteAnalysisLoop() local
DLoadCombine.cpp246 AliasSetTracker AST(*AA); in runOnBasicBlock() local
DLoopRerollPass.cpp1208 AliasSetTracker AST(*AA); in validate() local
/external/clang/lib/Frontend/
DASTUnit.cpp646 ASTUnit &AST, bool CaptureDiagnostics) { in ConfigureDiags()
659 std::unique_ptr<ASTUnit> AST(new ASTUnit(true)); in LoadFromASTFile() local
1713 std::unique_ptr<ASTUnit> AST; in create() local
1743 ASTUnit *AST = Unit; in LoadFromCompilerInvocationAction() local
1911 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); in LoadFromCompilerInvocation() local
1985 std::unique_ptr<ASTUnit> AST; in LoadFromCommandLine() local
2091 ASTUnit &AST; member in __anon5a88eb930411::AugmentedCodeCompleteConsumer
2095 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, in AugmentedCodeCompleteConsumer()
DFrontendAction.cpp132 std::unique_ptr<ASTUnit> AST) { in setCurrentInput()
211 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile() local
/external/clang/unittests/Tooling/
DToolingTest.cpp90 bool FindClassDeclX(ASTUnit *AST) { in FindClassDeclX()
121 std::unique_ptr<ASTUnit> AST = buildASTFromCode("class X;"); in TEST() local
/external/boringssl/src/util/fipstools/
Ddelocate.peg.go162 func (t *tokens32) AST() *node32 { func
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp207 AliasSetTracker *AST; member
1133 DominatorTree &DT, AliasSetTracker *AST) { in PromoteMemToReg()
/external/python/cpython3/Parser/
Dasdl.py39 class AST: class
/external/clang/lib/Tooling/
DTooling.cpp472 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation() local
/external/python/cpython2/Parser/
Dspark.py683 def __init__(self, AST, start): argument
Dasdl.py227 class AST(object): class
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp669 ASTUnit *AST = cxtu::getASTUnit(TU); in clang_codeCompleteAt_Impl() local
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp830 void DebugInfo::emitLocation(ExprAST *AST) { in emitLocation()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb46 module AST module

12