HomeSort by relevance Sort by last modified time
    Searched defs:CallGraphNode (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Analysis/
CallGraph.h 67 class CallGraphNode;
77 typedef std::map<const Function *, CallGraphNode *> FunctionMapTy;
79 /// \brief A map from \c Function* to \c CallGraphNode*.
84 CallGraphNode *Root;
88 CallGraphNode *ExternalCallingNode;
92 CallGraphNode *CallsExternalNode;
124 inline const CallGraphNode *operator[](const Function *F) const {
131 inline CallGraphNode *operator[](const Function *F) {
137 /// \brief Returns the \c CallGraphNode which is used to represent
139 CallGraphNode *getExternalCallingNode() const { return ExternalCallingNode;
    [all...]
  /external/clang/include/clang/Analysis/
CallGraph.h 27 class CallGraphNode;
35 friend class CallGraphNode;
37 typedef llvm::DenseMap<const Decl *, CallGraphNode *> FunctionMapTy;
43 CallGraphNode *Root;
61 CallGraphNode *getNode(const Decl *) const;
65 CallGraphNode *getOrInsertNode(Decl *);
81 CallGraphNode *getRoot() const { return Root; }
86 typedef llvm::SetVector<CallGraphNode *>::iterator nodes_iterator;
87 typedef llvm::SetVector<CallGraphNode *>::const_iterator const_nodes_iterator;
130 CallGraphNode *allocateNewNode(Decl *)
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 484 milliseconds