Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp39 struct CallRecord { struct in __anonad7cc5360111::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
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java339 public static class CallRecord { class in ShadowTelecomManager
344 public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { in CallRecord() method in ShadowTelecomManager.CallRecord
/external/clang/include/clang/Analysis/
DCallGraph.h135 typedef CallGraphNode* CallRecord; typedef
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCallGraph.h180 typedef std::pair<WeakVH, CallGraphNode*> CallRecord; typedef
/external/llvm/include/llvm/Analysis/
DCallGraph.h175 typedef std::pair<WeakVH, CallGraphNode *> CallRecord; typedef