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

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 418 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
420 typedef mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>
424 return ChildIteratorType(N->begin(), &CGNGetValue);
427 return ChildIteratorType(N->end(), &CGNGetValue);
438 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
440 typedef mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>
444 return ChildIteratorType(N->begin(), &CGNGetValue);
447 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 408 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
410 typedef mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>
414 return ChildIteratorType(N->begin(), &CGNGetValue);
417 return ChildIteratorType(N->end(), &CGNGetValue);
428 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
430 typedef mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>
434 return ChildIteratorType(N->begin(), &CGNGetValue);
437 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 408 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
410 typedef mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>
414 return ChildIteratorType(N->begin(), &CGNGetValue);
417 return ChildIteratorType(N->end(), &CGNGetValue);
428 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
430 typedef mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>
434 return ChildIteratorType(N->begin(), &CGNGetValue);
437 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CallGraph.h 412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
415 mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>;
418 return ChildIteratorType(N->begin(), &CGNGetValue);
422 return ChildIteratorType(N->end(), &CGNGetValue);
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
434 mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>;
437 return ChildIteratorType(N->begin(), &CGNGetValue);
441 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CallGraph.h 412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
415 mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>;
418 return ChildIteratorType(N->begin(), &CGNGetValue);
422 return ChildIteratorType(N->end(), &CGNGetValue);
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
434 mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>;
437 return ChildIteratorType(N->begin(), &CGNGetValue);
441 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CallGraph.h 412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
415 mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>;
418 return ChildIteratorType(N->begin(), &CGNGetValue);
422 return ChildIteratorType(N->end(), &CGNGetValue);
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
434 mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>;
437 return ChildIteratorType(N->begin(), &CGNGetValue);
441 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CallGraph.h 412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
415 mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>;
418 return ChildIteratorType(N->begin(), &CGNGetValue);
422 return ChildIteratorType(N->end(), &CGNGetValue);
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
434 mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>;
437 return ChildIteratorType(N->begin(), &CGNGetValue);
441 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraph.h 418 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
420 typedef mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>
424 return ChildIteratorType(N->begin(), &CGNGetValue);
427 return ChildIteratorType(N->end(), &CGNGetValue);
438 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
440 typedef mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>
444 return ChildIteratorType(N->begin(), &CGNGetValue);
447 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h 408 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
410 typedef mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>
414 return ChildIteratorType(N->begin(), &CGNGetValue);
417 return ChildIteratorType(N->end(), &CGNGetValue);
428 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
430 typedef mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>
434 return ChildIteratorType(N->begin(), &CGNGetValue);
437 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h 408 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
410 typedef mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>
414 return ChildIteratorType(N->begin(), &CGNGetValue);
417 return ChildIteratorType(N->end(), &CGNGetValue);
428 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
430 typedef mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>
434 return ChildIteratorType(N->begin(), &CGNGetValue);
437 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CallGraph.h 412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
415 mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>;
418 return ChildIteratorType(N->begin(), &CGNGetValue);
422 return ChildIteratorType(N->end(), &CGNGetValue);
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
434 mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>;
437 return ChildIteratorType(N->begin(), &CGNGetValue);
441 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CallGraph.h 412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
415 mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>;
418 return ChildIteratorType(N->begin(), &CGNGetValue);
422 return ChildIteratorType(N->end(), &CGNGetValue);
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
434 mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>;
437 return ChildIteratorType(N->begin(), &CGNGetValue);
441 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CallGraph.h 412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
415 mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>;
418 return ChildIteratorType(N->begin(), &CGNGetValue);
422 return ChildIteratorType(N->end(), &CGNGetValue);
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
434 mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>;
437 return ChildIteratorType(N->begin(), &CGNGetValue);
441 return ChildIteratorType(N->end(), &CGNGetValue);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CallGraph.h 412 static CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
415 mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>;
418 return ChildIteratorType(N->begin(), &CGNGetValue);
422 return ChildIteratorType(N->end(), &CGNGetValue);
431 static const CallGraphNode *CGNGetValue(CGNPairTy P) { return P.second; }
434 mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>;
437 return ChildIteratorType(N->begin(), &CGNGetValue);
441 return ChildIteratorType(N->end(), &CGNGetValue);

Completed in 261 milliseconds