HomeSort by relevance Sort by last modified time
    Searched refs:CallRecord (Results 1 - 10 of 10) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelecomManager.java 34 private List<CallRecord> incomingCalls = new ArrayList<>();
35 private List<CallRecord> unknownCalls = new ArrayList<>();
244 for (CallRecord callRecord : incomingCalls) {
245 if (callRecord.isRinging) {
249 for (CallRecord callRecord : unknownCalls) {
250 if (callRecord.isRinging) {
268 for (CallRecord callRecord : incomingCalls)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CallGraph.h 169 using CallRecord = std::pair<WeakTrackingVH, CallGraphNode *>;
172 using CalledFunctionsVector = std::vector<CallRecord>;
184 using iterator = std::vector<CallRecord>::iterator;
185 using const_iterator = std::vector<CallRecord>::const_iterator;
274 std::vector<CallRecord> CalledFunctions;
409 using CGNPairTy = CallGraphNode::CallRecord;
428 using CGNPairTy = CallGraphNode::CallRecord;
429 using EdgeRef = const CallGraphNode::CallRecord &;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h 177 // CallRecord - This is a pair of the calling instruction (a call or invoke)
180 typedef std::pair<WeakVH, CallGraphNode*> CallRecord;
182 std::vector<CallRecord> CalledFunctions;
194 typedef std::vector<CallRecord> CalledFunctionsVector;
207 typedef std::vector<CallRecord>::iterator iterator;
208 typedef std::vector<CallRecord>::const_iterator const_iterator;
312 typedef CallGraphNode::CallRecord CGNPairTy;
  /external/llvm/include/llvm/Analysis/
CallGraph.h 175 typedef std::pair<WeakVH, CallGraphNode *> CallRecord;
178 typedef std::vector<CallRecord> CalledFunctionsVector;
187 typedef std::vector<CallRecord>::iterator iterator;
188 typedef std::vector<CallRecord>::const_iterator const_iterator;
277 std::vector<CallRecord> CalledFunctions;
414 typedef CallGraphNode::CallRecord CGNPairTy;
435 typedef CallGraphNode::CallRecord CGNPairTy;
  /external/clang/include/clang/Analysis/
CallGraph.h 135 typedef CallGraphNode* CallRecord;
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/
MallocSizeofChecker.cpp 39 struct CallRecord {
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr,
52 typedef std::vector<CallRecord> CallVec;
63 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
SyntheticCountsPropagation.cpp 107 auto GetCallSiteRelFreq = [&](const CallGraphNode::CallRecord &Edge) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraph.cpp 312 CallRecord &CR = *I;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CallGraph.cpp 219 CallRecord &CR = *I;
  /external/llvm/lib/Analysis/
CallGraph.cpp 233 CallRecord &CR = *I;

Completed in 2366 milliseconds