reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
   58 class ExplodedGraph;
tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
   44 class ExplodedGraph;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
   54 class ExplodedGraph;

References

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  671   const ExplodedGraph &getGraph() const;
tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
  228   static void _checkEndAnalysis(void *checker, ExplodedGraph &G,
tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
  303   void runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR,
  459       CheckerFn<void (ExplodedGraph &, BugReporter &, ExprEngine &)>;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
   75   mutable ExplodedGraph G;
  140   ExplodedGraph &getGraph() { return G; }
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  106     void addNode(ExplodedNode *N, ExplodedGraph &G);
  197   void addPredecessor(ExplodedNode *V, ExplodedGraph &G);
  366   std::unique_ptr<ExplodedGraph> MakeEmptyGraph() const {
  367     return std::make_unique<ExplodedGraph>();
  439   std::unique_ptr<ExplodedGraph>
  511     using GraphTy = clang::ento::ExplodedGraph *;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  126   ExplodedGraph &G;
  237   ExplodedGraph &getGraph() { return G; }
  238   const ExplodedGraph &getGraph() const { return G; }
tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
   36   void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const;
   40 void AnalyzerStatsChecker::checkEndAnalysis(ExplodedGraph &G,
   54   for (ExplodedGraph::node_iterator I = G.nodes_begin();
tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  205   void checkEndAnalysis(ExplodedGraph &G,
tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  306   void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const {
tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
   59   void checkEndAnalysis(ExplodedGraph &G, BugReporter &BR,
  286 void ExprInspectionChecker::checkEndAnalysis(ExplodedGraph &G, BugReporter &BR,
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
   34   void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,
   48 void UnreachableCodeChecker::checkEndAnalysis(ExplodedGraph &G,
   61   for (ExplodedGraph::node_iterator I = G.nodes_begin(), E = G.nodes_end();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  202   std::unique_ptr<const ExplodedGraph> BugPath;
  224       BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
 1976     BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
 2384 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const {
 2425   std::unique_ptr<ExplodedGraph> BugPath;
 2433   std::unique_ptr<ExplodedGraph> TrimmedGraph;
 2477   BugPathGetter(const ExplodedGraph *OriginalGraph,
 2485 BugPathGetter::BugPathGetter(const ExplodedGraph *OriginalGraph,
 2560   auto GNew = std::make_unique<ExplodedGraph>();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1973   if (ExplodedGraph::isInterestingLValueExpr(Inner)) {
 2052     if (ExplodedGraph::isInterestingLValueExpr(Inner))
tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  402 void CheckerManager::runCheckersForEndAnalysis(ExplodedGraph &G,
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  202   for (ExplodedGraph::eop_iterator I = G.eop_begin(), E = G.eop_end(); I != E;
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  206 void ExplodedNode::addPredecessor(ExplodedNode *V, ExplodedGraph &G) {
  221 void ExplodedNode::NodeGroup::addNode(ExplodedNode *N, ExplodedGraph &G) {
  442 std::unique_ptr<ExplodedGraph>
  486   std::unique_ptr<ExplodedGraph> G = MakeEmptyGraph();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 3052   static std::string getNodeLabel(const ExplodedNode *N, ExplodedGraph *G){
 3142   std::unique_ptr<ExplodedGraph> TrimmedG(G.trim(Nodes));
usr/include/c++/7.4.0/bits/unique_ptr.h
   68         default_delete(const default_delete<_Up>&) noexcept { }
   72       operator()(_Tp* __ptr) const
   74 	static_assert(!is_void<_Tp>::value,
   76 	static_assert(sizeof(_Tp)>0,
  122 	  using type = _Up*;
  137       using pointer = typename _Ptr<_Tp, _Dp>::type;
  161 	typename __uniq_ptr_impl<_Tp, _Up>::_DeleterConstraint::type;
  163       __uniq_ptr_impl<_Tp, _Dp> _M_t;
  166       using pointer	  = typename __uniq_ptr_impl<_Tp, _Dp>::pointer;
  167       using element_type  = _Tp;
  252 	unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
  297           __safe_conversion_up<_Up, _Ep>,
  301 	operator=(unique_ptr<_Up, _Ep>&& __u) noexcept
  811     { typedef unique_ptr<_Tp> __single_object; };
  823     inline typename _MakeUniq<_Tp>::__single_object
  825     { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  581     : public __or_<is_lvalue_reference<_Tp>,
  582                    is_rvalue_reference<_Tp>>::type
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  602                           is_void<_Tp>>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
 1554     { typedef _Tp     type; };
 1558     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1645     { typedef _Tp&   type; };
 1650     : public __add_lvalue_reference_helper<_Tp>