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

  /external/llvm/include/llvm/Analysis/
CallGraph.h 414 typedef CallGraphNode::CallRecord CGNPairTy;
415 typedef std::pointer_to_unary_function<CGNPairTy, CallGraphNode *>
429 static CallGraphNode *CGNDeref(CGNPairTy P) { return P.second; }
435 typedef CallGraphNode::CallRecord CGNPairTy;
436 typedef std::pointer_to_unary_function<CGNPairTy, const CallGraphNode *>
451 static const CallGraphNode *CGNDeref(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 414 typedef CallGraphNode::CallRecord CGNPairTy;
418 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
434 typedef CallGraphNode::CallRecord CGNPairTy;
438 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 404 typedef CallGraphNode::CallRecord CGNPairTy;
408 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
424 typedef CallGraphNode::CallRecord CGNPairTy;
428 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 404 typedef CallGraphNode::CallRecord CGNPairTy;
408 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
424 typedef CallGraphNode::CallRecord CGNPairTy;
428 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CallGraph.h 409 using CGNPairTy = CallGraphNode::CallRecord;
412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
428 using CGNPairTy = CallGraphNode::CallRecord;
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CallGraph.h 409 using CGNPairTy = CallGraphNode::CallRecord;
412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
428 using CGNPairTy = CallGraphNode::CallRecord;
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CallGraph.h 409 using CGNPairTy = CallGraphNode::CallRecord;
412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
428 using CGNPairTy = CallGraphNode::CallRecord;
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CallGraph.h 409 using CGNPairTy = CallGraphNode::CallRecord;
412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
428 using CGNPairTy = CallGraphNode::CallRecord;
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 414 typedef CallGraphNode::CallRecord CGNPairTy;
418 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
434 typedef CallGraphNode::CallRecord CGNPairTy;
438 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 404 typedef CallGraphNode::CallRecord CGNPairTy;
408 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
424 typedef CallGraphNode::CallRecord CGNPairTy;
428 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 404 typedef CallGraphNode::CallRecord CGNPairTy;
408 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
424 typedef CallGraphNode::CallRecord CGNPairTy;
428 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CallGraph.h 409 using CGNPairTy = CallGraphNode::CallRecord;
412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
428 using CGNPairTy = CallGraphNode::CallRecord;
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CallGraph.h 409 using CGNPairTy = CallGraphNode::CallRecord;
412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
428 using CGNPairTy = CallGraphNode::CallRecord;
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CallGraph.h 409 using CGNPairTy = CallGraphNode::CallRecord;
412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
428 using CGNPairTy = CallGraphNode::CallRecord;
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CallGraph.h 409 using CGNPairTy = CallGraphNode::CallRecord;
412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
428 using CGNPairTy = CallGraphNode::CallRecord;
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h 312 typedef CallGraphNode::CallRecord CGNPairTy;
313 typedef std::pointer_to_unary_function<CGNPairTy, CallGraphNode*> CGNDerefFun;
326 static CallGraphNode *CGNDeref(CGNPairTy P) {

Completed in 502 milliseconds