HomeSort by relevance Sort by last modified time
    Searched defs:Candidate (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
candidate.h 37 // Candidate for ICE based connection discovery.
39 class Candidate {
41 Candidate() : preference_(0), generation_(0) {}
42 Candidate(const std::string& name, const std::string& protocol,
101 // Determines whether this candidate is equivalent to the given one.
102 bool IsEquivalent(const Candidate& c) const {
  /external/llvm/lib/CodeGen/
RegAllocLinearScan.cpp 794 // as a spill candidate since spilling bh doesn't make ebx available.
861 // Calculate the number of conflicts of each candidate.
868 unsigned Candidate = Candidates[j].first;
869 if (tri_->regsOverlap(PhysReg, Candidate)) {
883 unsigned Candidate = Candidates[j].first;
884 if (tri_->regsOverlap(PhysReg, Candidate)) {
892 // Which is the best candidate?
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 368 /// to the form used in overload-candidate information.
    [all...]

Completed in 376 milliseconds