/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 106 AliasSet *getAliasSet(AliasSetTracker &AST) { in getAliasSet() 185 void dropRef(AliasSetTracker &AST) { in dropRef() 276 AliasSet *getForwardedTarget(AliasSetTracker &AST) { in getForwardedTarget() 294 void removeUnknownInst(AliasSetTracker &AST, Instruction *I) { in removeUnknownInst() 325 AliasSetTracker *AST; variable
|
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/ |
D | demangle.go | 342 func hasReturnType(a AST) bool { 357 func isCDtorConversion(a AST) bool { 2159 func (subs *substitutions) add(a AST) { 2350 func simplify(a AST) AST { 2369 func simplifyOne(a AST) AST {
|
D | ast.go | 15 type AST interface { interface 28 Copy(copy func(AST) AST, skip func(AST) bool) AST 36 func ASTToString(a AST, options ...Option) string { 563 func printBase(ps *printState, qual, base AST) { 1798 func parenthesize(ps *printState, val AST) {
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersInternalTest.cpp | 142 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/runtime/Ruby/lib/antlr3/tree/ |
D | visitor.rb | 36 module AST module
|
D | wizard.rb | 38 module AST module
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | AliasSetTrackerTest.cpp | 70 AliasSetTracker AST(AA); in TEST() local
|
/external/clang/docs/ |
D | InternalsManual.rst | 803 .. _AST: target in The Parser Library 1537 Implementation Approach 1572 Extensions
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 91 AliasSet *getAliasSet(AliasSetTracker &AST) { in getAliasSet() 157 void dropRef(AliasSetTracker &AST) { in dropRef()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | AliasSetTracker.h | 83 AliasSet *getAliasSet(AliasSetTracker &AST) { in getAliasSet() 144 void dropRef(AliasSetTracker &AST) { in dropRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 50 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn() 124 void AliasSet::removeFromTracker(AliasSetTracker &AST) { in removeFromTracker() 129 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() 482 void AliasSetTracker::add(const AliasSetTracker &AST) { in add()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasSetTracker.cpp | 31 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/ |
D | AliasSetTracker.cpp | 31 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/ |
D | PromoteMemoryToRegister.cpp | 229 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/ |
D | LICM.cpp | 616 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/ |
D | LICM.cpp | 768 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
|
D | LoadCombine.cpp | 246 AliasSetTracker AST(*AA); in runOnBasicBlock() local
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 132 std::unique_ptr<ASTUnit> AST) { in setCurrentInput() 211 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile() local
|
D | ASTUnit.cpp | 646 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()
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 90 bool FindClassDeclX(ASTUnit *AST) { in FindClassDeclX() 121 std::unique_ptr<ASTUnit> AST = buildASTFromCode("class X;"); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1110 AliasSetTracker &AST; member in __anonf4776cb20711::LoopPromoter 1520 AliasSetTracker *AST = LICM.getLoopToAliasSetMap().lookup(L); in cloneBasicBlockAnalysis() local 1530 AliasSetTracker *AST = LICM.getLoopToAliasSetMap().lookup(L); in deleteAnalysisValue() local 1540 AliasSetTracker *AST = LICM.getLoopToAliasSetMap().lookup(L); in deleteAnalysisLoop() local
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 351 Node *AST = Parser.parse(); in __cxa_demangle() local
|
/external/boringssl/src/util/fipstools/delocate/ |
D | delocate.peg.go | 164 func (t *tokens32) AST() *node32 { func
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 207 AliasSetTracker *AST; member 1133 DominatorTree &DT, AliasSetTracker *AST) { in PromoteMemToReg()
|
/external/python/cpython3/Parser/ |
D | asdl.py | 39 class AST: class
|