Home
last modified time | relevance | path

Searched defs:needsCleanup (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h265 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() function
632 bool needsCleanup() const { return Floats != nullptr; } in needsCleanup() function
880 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); } in needsCleanup() function
H A DAPInt.h1817 bool needsCleanup() const { return !isSingleWord(); } in needsCleanup() function
/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp429 bool APValue::needsCleanup() const { in needsCleanup() function in APValue