Home
last modified time | relevance | path

Searched defs:needsCleanup (Results 1 – 4 of 4) 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
DAPInt.h309 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.h348 bool needsCleanup() const { return !isSingleWord(); } in needsCleanup() function