Home
last modified time | relevance | path

Searched refs:CallRecord (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h169 using CallRecord = std::pair<WeakTrackingVH, CallGraphNode *>;
172 using CalledFunctionsVector = std::vector<CallRecord>;
184 using iterator = std::vector<CallRecord>::iterator;
185 using const_iterator = std::vector<CallRecord>::const_iterator;
274 std::vector<CallRecord> CalledFunctions;
409 using CGNPairTy = CallGraphNode::CallRecord;
428 using CGNPairTy = CallGraphNode::CallRecord;
429 using EdgeRef = const CallGraphNode::CallRecord &;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h146 using CallRecord = CallGraphNode *;
153 SmallVector<CallRecord, 5> CalledFunctions;
158 using iterator = SmallVectorImpl<CallRecord>::iterator;
159 using const_iterator = SmallVectorImpl<CallRecord>::const_iterator;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp39 struct CallRecord { struct in __anon44c5bc9a0111::CastedAllocFinder
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord() argument
52 typedef std::vector<CallRecord> CallVec;
63 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first, in VisitChild()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp110 const CallGraphNode::CallRecord &Edge) { in run()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCallGraph.cpp218 CallRecord &CR = *I; in removeOneAbstractEdgeTo()