Home
last modified time | relevance | path

Searched refs:needsCleanup (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h231 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() function
630 bool needsCleanup() const { return Floats != nullptr; } in needsCleanup() function
830 bool needsCleanup() const { in needsCleanup() function
832 return U.IEEE.needsCleanup(); in needsCleanup()
834 return U.Double.needsCleanup(); in needsCleanup()
DAPInt.h297 if (needsCleanup()) in ~APInt()
309 bool needsCleanup() const { return !isSingleWord(); } in needsCleanup() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h260 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() function
621 bool needsCleanup() const { return Floats != nullptr; } in needsCleanup() function
870 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); } in needsCleanup() function
DAPInt.h336 if (needsCleanup()) in ~APInt()
348 bool needsCleanup() const { return !isSingleWord(); } in needsCleanup() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp716 if (needsCleanup()) in freeSignificand()