Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DCallGraph.h149 struct CallRecord { struct
153 CallRecord() = default; argument
155 CallRecord(CallGraphNode *Callee_, Expr *CallExpr_) in CallRecord() function
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp39 struct CallRecord { struct in __anond7a9b2540111::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() argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp38 struct CallRecord { struct in __anon7d99a6c20111::CastedAllocFinder
39 ExprParent CastedExprParent;
40 const Expr *CastedExpr;
41 const TypeSourceInfo *ExplicitCastType;
42 const CallExpr *AllocCall;
44 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord() function
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestPolymorphicWithDefaultImpl.java107 static class CallRecord { class in TestPolymorphicWithDefaultImpl
112 public CallRecord() {} in CallRecord() method in TestPolymorphicWithDefaultImpl.CallRecord
/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/llvm/include/llvm/Analysis/
DCallGraph.h175 typedef std::pair<WeakVH, CallGraphNode *> CallRecord; typedef
/external/llvm-project/llvm/unittests/IR/
DLegacyPassManagerTest.cpp730 [CGN](const CallGraphNode::CallRecord &CallRecord) { in runOnSCC()