Searched defs:CallGraph (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Analysis/
H A DCallGraph.cpp1 //== CallGraph.cpp - AST-based Call graph ----------------------*- C++ -*--==//
10 // This file defines the AST-based CallGraph.
13 #include "clang/Analysis/CallGraph.h"
23 #define DEBUG_TYPE "CallGraph"
32 CallGraph *G;
36 CGBuilder(CallGraph *g, CallGraphNode *N)
94 void CallGraph::addNodesForBlocks(DeclContext *D) {
103 CallGraph::CallGraph() { function in class:CallGraph
107 CallGraph
[all...]
/external/llvm/lib/Analysis/
H A DCallGraph.cpp1 //===- CallGraph.cpp - Build a Module's call graph ------------------------===//
10 #include "llvm/Analysis/CallGraph.h"
20 // Implementations of the CallGraph class methods.
23 CallGraph::CallGraph(Module &M) function in class:CallGraph
35 CallGraph::CallGraph(CallGraph &&Arg) function in class:CallGraph
44 CallGraph::~CallGraph() {
[all...]
/external/clang/include/clang/Analysis/
H A DCallGraph.h1 //== CallGraph.h - AST-based Call graph ------------------------*- C++ -*--==//
10 // This file declares the AST-based CallGraph.
34 class CallGraph : public RecursiveASTVisitor<CallGraph> { class in namespace:clang
46 CallGraph();
47 ~CallGraph();
159 void addCallee(CallGraphNode *N, CallGraph *CG) {
199 template <> struct GraphTraits<clang::CallGraph*>
202 static NodeType *getEntryNode(clang::CallGraph *CGN) {
208 typedef mapped_iterator<clang::CallGraph
[all...]
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h1 //===- CallGraph.h - Build a Module's call graph ----------------*- C++ -*-===//
40 /// Because of these properties, the CallGraph captures a conservative superset
44 /// The CallGraph class also attempts to figure out what the root of the
45 /// CallGraph is, which it currently does by looking for a function named
75 class CallGraph { class in namespace:llvm
108 explicit CallGraph(Module &M);
109 CallGraph(CallGraph &&Arg);
110 ~CallGraph();
199 /// \brief Returns the number of other CallGraphNodes in this CallGraph tha
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 122 milliseconds