Lines Matching refs:t
21 auto itr = std::find_if(i_list.begin(), i_list.end(), [&](const auto& t) { in __findRcsOscError() argument
22 return (libhei::hash<libhei::NodeId_t>("TP_LOCAL_FIR") == t.getId() && in __findRcsOscError()
23 (42 == t.getBit() || 43 == t.getBit())); in __findRcsOscError()
47 auto itr1 = std::find_if(i_list.begin(), i_list.end(), [&](const auto& t) { in __findPllUnlock() argument
48 return (nodeId == t.getId() && in __findPllUnlock()
49 TYPE_PROC == getTrgtType(getTrgt(t.getChip()))); in __findPllUnlock()
61 auto itr2 = std::find_if(i_list.begin(), i_list.end(), [&](const auto& t) { in __findPllUnlock() argument
62 return (nodeId == t.getId() && in __findPllUnlock()
63 TYPE_OCMB == getTrgtType(getTrgt(t.getChip()))); in __findPllUnlock()
419 auto itr = std::find_if(i_list.begin(), i_list.end(), [&](const auto& t) { in __findIueTh() argument
420 return (libhei::hash<libhei::NodeId_t>("RDFFIR") == t.getId() && in __findIueTh()
421 (17 == t.getBit() || 37 == t.getBit())) || in __findIueTh()
422 (libhei::hash<libhei::NodeId_t>("RDF_FIR") == t.getId() && in __findIueTh()
423 (18 == t.getBit() || 38 == t.getBit())); in __findIueTh()
493 auto itr = std::find_if(list.begin(), list.end(), [&](const auto& t) { in rootCauseSpecialCases() argument
494 return (rdf_fir == t.getId() && 41 == t.getBit()); in rootCauseSpecialCases()