Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp141 MoveHelper(SmallSize, std::move(that)); in SmallPtrSetImplBase()
185 MoveHelper(SmallSize, std::move(RHS)); in MoveFrom()
188 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize, in MoveHelper() function in SmallPtrSetImplBase
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h218 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc962 struct MoveHelper { struct
973 MoveHelper helper; in TEST()