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 795 // as a spill candidate since spilling bh doesn't make ebx available.
862 // Calculate the number of conflicts of each candidate.
869 unsigned Candidate = Candidates[j].first;
870 if (tri_->regsOverlap(PhysReg, Candidate)) {
884 unsigned Candidate = Candidates[j].first;
885 if (tri_->regsOverlap(PhysReg, Candidate)) {
893 // Which is the best candidate?
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 365 /// to the form used in overload-candidate information.
869 // conversion function that is a candidate by 13.3.1.3 when
    [all...]

Completed in 57 milliseconds