Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp38 struct CallRecord { struct in __anon1c873bf30111::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/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.h76 struct CallRecord { struct
78 CallRecord(MacroAssembler::Call call, FunctionPtr function) in CallRecord() function
85CallRecord(MacroAssembler::Call call, FunctionPtr function, MacroAssembler::Jump exceptionCheck, E… in CallRecord() function
93 MacroAssembler::Call m_call;
94 FunctionPtr m_function;
95 MacroAssembler::Jump m_exceptionCheck;
96 ExceptionInfo m_exceptionInfo;
/external/webkit/Source/JavaScriptCore/bytecode/
DSamplingTool.h148 CallRecord(SamplingTool* samplingTool) in CallRecord() function
179 CallRecord(SamplingTool*) in CallRecord() function
/external/webkit/Source/JavaScriptCore/jit/
DJIT.h67 struct CallRecord { struct
72 CallRecord() in CallRecord() argument
77 : from(from) in from()
/external/clang/include/clang/Analysis/
DCallGraph.h140 typedef CallGraphNode* CallRecord; typedef
/external/llvm/include/llvm/Analysis/
DCallGraph.h180 typedef std::pair<WeakVH, CallGraphNode*> CallRecord; typedef