Home
last modified time | relevance | path

Searched defs:That (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/parallel-libs/acxxel/
Dstatus.h98 Expected(const Expected &That) : TheState(That.TheState) { in Expected()
128 Expected(Expected &&That) noexcept : TheState(That.TheState) { in Expected() function
144 Expected(const Expected<U> &That) : TheState(That.TheState) { in Expected()
158 template <typename U> Expected(Expected<U> &&That) : TheState(That.TheState) { in Expected() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DStringPool.h90 PooledStringPtr(const PooledStringPtr &That) : S(That.S) { in PooledStringPtr()
/external/llvm/include/llvm/Support/
DStringPool.h89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) { in PooledStringPtr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp253 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =()
260 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=()
281 void FAddendCoef::operator*=(const FAddendCoef &That) { in operator *=()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp265 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =()
272 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=()
293 void FAddendCoef::operator*=(const FAddendCoef &That) { in operator *=()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp265 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =()
272 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=()
293 void FAddendCoef::operator*=(const FAddendCoef &That) { in operator *=()
/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp296 void learnFrom(Knowledge That) { in learnFrom()