reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
283 { return bool(_M_pred(*__it)); }
usr/include/c++/7.4.0/bits/stl_uninitialized.h 83 std::_Construct(std::__addressof(*__cur), *__first);
utils/TableGen/CodeGenDAGPatterns.cpp54 for (MVT T : S) { 93 MVT T = I.second.empty() ? MVT::Other : *I.second.begin(); 175 for (auto J : I.second) 317 Out.insert(*Diff.begin()); 372 MVT T = *S.begin(); // Pick the first element. 435 if (!P(*I)) 437 if (Min == E || L(*I, *Min)) 437 if (Min == E || L(*I, *Min)) 449 if (!P(*I)) 451 if (Max == E || L(*Max, *I)) 451 if (Max == E || L(*Max, *I)) 527 Changed |= berase_if(B, std::bind(LE, std::placeholders::_1, *MinS)); 533 Changed |= berase_if(S, std::bind(LE, *MaxS, std::placeholders::_1)); 539 Changed |= berase_if(B, std::bind(LE, std::placeholders::_1, *MinV)); 545 Changed |= berase_if(S, std::bind(LE, *MaxV, std::placeholders::_1)); 577 for (MVT T : V) 580 for (MVT T : E) 628 for (const auto &I : S) 637 for (const auto &I : S) 695 for (MVT T : VS) 697 for (MVT T : WS) 729 for (MVT T : AS) 731 for (MVT T : BS) 754 for (MVT T : Out) {utils/TableGen/CodeGenDAGPatterns.h
220 return *Map.begin()->second.begin();