Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSmallPtrSet.cpp142 MoveHelper(SmallSize, std::move(that)); in SmallPtrSetImplBase()
186 MoveHelper(SmallSize, std::move(RHS)); in MoveFrom()
189 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize, in MoveHelper() function in SmallPtrSetImplBase
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp164 MoveHelper(SmallSize, std::move(that)); in SmallPtrSetImplBase()
211 MoveHelper(SmallSize, std::move(RHS)); in MoveFrom()
214 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize, in MoveHelper() function in SmallPtrSetImplBase
/external/llvm/lib/Support/
DSmallPtrSet.cpp163 MoveHelper(SmallSize, std::move(that)); in SmallPtrSetImplBase()
210 MoveHelper(SmallSize, std::move(RHS)); in MoveFrom()
213 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize, in MoveHelper() function in SmallPtrSetImplBase
/external/llvm/include/llvm/ADT/
DSmallPtrSet.h192 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallPtrSet.h202 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallPtrSet.h215 void MoveHelper(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc1133 struct MoveHelper { struct
1139 MoveHelper helper; in TEST()