Searched defs:CallRecord (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCallGraph.h135 typedef CallGraphNode* CallRecord; typedef in class:clang::CallGraphNode
142 SmallVector<CallRecord, 5> CalledFunctions;
147 typedef SmallVectorImpl<CallRecord>::iterator iterator;
148 typedef SmallVectorImpl<CallRecord>::const_iterator const_iterator;
175 typedef clang::CallGraphNode::CallRecord CallRecordTy;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp39 struct CallRecord { struct in class:__anon18206::CastedAllocFinder
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, function in struct:__anon18206::CastedAllocFinder::CallRecord
52 typedef std::vector<CallRecord> CallVec;
63 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first,
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h170 typedef std::pair<WeakVH, CallGraphNode *> CallRecord; typedef in class:llvm::CallGraphNode
173 typedef std::vector<CallRecord> CalledFunctionsVector;
182 typedef std::vector<CallRecord>::iterator iterator;
183 typedef std::vector<CallRecord>::const_iterator const_iterator;
271 std::vector<CallRecord> CalledFunctions;
401 typedef CallGraphNode::CallRecord CGNPairTy;

Completed in 60 milliseconds