Home
last modified time | relevance | path

Searched refs:Tup (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp256 for (const auto &Tup : in CheckStmtInlineAttr() local
261 if (!CanSuppressDiag || !(*std::get<0>(Tup))->getCalleeDecl()) { in CheckStmtInlineAttr()
262 const Decl *Callee = (*std::get<1>(Tup))->getCalleeDecl(); in CheckStmtInlineAttr()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h718 template <typename Tup, size_t kRemainingSize>
720 OutIter operator()(Func f, const Tup& t, OutIter out) const { in operator()
722 return IterateOverTuple<Tup, kRemainingSize - 1>()(f, t, out); in operator()
725 template <typename Tup>
726 struct IterateOverTuple<Tup, 0> {
727 OutIter operator()(Func /* f */, const Tup& /* t */, OutIter out) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1675 for (auto &Tup : DupCandidates) { in selectBestSuccessor() local
1678 std::tie(DupProb, Succ) = Tup; in selectBestSuccessor()