/external/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 22 if (Bindings.empty()) in visitMatches() 23 Bindings.push_back(BoundNodesMap()); in visitMatches() 24 for (unsigned i = 0, e = Bindings.size(); i != e; ++i) { in visitMatches() 25 ResultVisitor->visitMatch(BoundNodes(Bindings[i])); in visitMatches() 32 for (unsigned i = 0, e = Other.Bindings.size(); i != e; ++i) { in addMatch() 33 Bindings.push_back(Other.Bindings[i]); in addMatch()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/ |
D | Skipped | 46 Bindings/event-target-wrapper.html 61 Bindings/gc-forest.html 62 Bindings/gc-mini-tree.html 63 Bindings/gc-tree.html 64 Bindings/named-property-enumerator.html
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 286 CallEvent::BindingsTy &Bindings, in addParameterValuesToBindings() argument 304 Bindings.push_back(std::make_pair(ParamLoc, ArgVal)); in addParameterValuesToBindings() 320 BindingsTy &Bindings) const { in getInitialStackFrameContents() 323 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this, in getInitialStackFrameContents() 484 BindingsTy &Bindings) const { in getInitialStackFrameContents() 485 AnyFunctionCall::getInitialStackFrameContents(CalleeCtx, Bindings); in getInitialStackFrameContents() 510 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents() 559 BindingsTy &Bindings) const { in getInitialStackFrameContents() 562 addParameterValuesToBindings(CalleeCtx, Bindings, SVB, *this, in getInitialStackFrameContents() 580 BindingsTy &Bindings) const { in getInitialStackFrameContents() [all …]
|
D | RegionStore.cpp | 813 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, in collectSubRegionBindings() argument 851 Bindings.push_back(*I); in collectSubRegionBindings() 861 Bindings.push_back(*I); in collectSubRegionBindings() 872 Bindings.push_back(*I); in collectSubRegionBindings() 878 Bindings.push_back(*I); in collectSubRegionBindings() 885 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, in collectSubRegionBindings() argument 888 collectSubRegionBindings(Bindings, SVB, Cluster, Top, in collectSubRegionBindings() 915 SmallVector<BindingPair, 32> Bindings; in removeSubRegionBindings() local 916 collectSubRegionBindings(Bindings, svalBuilder, *Cluster, Top, TopKey, in removeSubRegionBindings() 920 for (SmallVectorImpl<BindingPair>::const_iterator I = Bindings.begin(), in removeSubRegionBindings() [all …]
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 130 if (Bindings.empty()) in setBinding() 131 Bindings.push_back(BoundNodesMap()); in setBinding() 132 for (unsigned i = 0, e = Bindings.size(); i != e; ++i) in setBinding() 133 Bindings[i].addNode(Id, Node); in setBinding() 137 void addMatch(const BoundNodesTreeBuilder &Bindings); 146 Bindings.erase(std::remove_if(Bindings.begin(), Bindings.end(), Predicate), in removeBindings() 147 Bindings.end()); in removeBindings() 148 return !Bindings.empty(); in removeBindings() 153 return Bindings < Other.Bindings; 157 SmallVector<BoundNodesMap, 16> Bindings;
|
/external/clang/bindings/python/ |
D | README.txt | 2 // Clang Python Bindings
|
/external/llvm/bindings/ |
D | LLVMBuild.txt | 20 name = Bindings
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 317 BindingsTy &Bindings) const = 0; 415 BindingsTy &Bindings) const override; 509 BindingsTy &Bindings) const override; 548 BindingsTy &Bindings) const override; 728 BindingsTy &Bindings) const override; 878 BindingsTy &Bindings) const override;
|
/external/chromium_org/mojo/public/cpp/ |
D | README.md | 18 Bindings section in Mojo Public C++ API 32 represents shared state needed to support the Bindings and GLES2 libraries.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | OWNERS | 17 # Bindings owners for WebBindings.cpp
|
/external/clang/docs/ |
D | Tooling.rst | 20 * Clang Python Bindings
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 102 Default Bindings 134 Lazy Bindings (LazyCompoundVal)
|
/external/lldb/utils/vim-lldb/plugin/ |
D | lldb.vim | 21 " Key-Bindings
|
/external/llvm/ |
D | Makefile.config.in | 374 # Bindings that we should build
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | sqlite.h.in | 2862 ** ^Bindings are not cleared by the [sqlite3_reset()] routine. 2947 ** CAPI3REF: Reset All Bindings On A Prepared Statement
|