Lines Matching refs:In
26 CheckFailed("In list contains null", idx);
523 void In::SetGate(const Gate *ptr)
530 Gate *In::GetGate()
536 const Gate *In::GetGateConst() const
542 void In::SetGateNull()
547 bool In::IsGateNull() const
660 In *Gate::GetIn(size_t idx)
664 LOG_COMPILER(INFO) << std::dec << "Gate In access out-of-bound! (idx=" << idx << ")";
670 return &reinterpret_cast<In *>(this + 1)[idx];
673 const In *Gate::GetInConst(size_t idx) const
677 LOG_COMPILER(INFO) << std::dec << "Gate In access out-of-bound! (idx=" << idx << ")";
683 return &reinterpret_cast<const In *>(this + 1)[idx];