Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp39 struct CallRecord { struct in __anone14a74fe0111::CastedAllocFinder
40 ExprParent CastedExprParent;
41 const Expr *CastedExpr;
42 const TypeSourceInfo *ExplicitCastType;
43 const CallExpr *AllocCall;
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h135 typedef CallGraphNode* CallRecord; typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraph.h169 typedef std::pair<WeakVH, CallGraphNode *> CallRecord; typedef