Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h331 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() function
734 bool needsCleanup() const { return Floats != nullptr; } in needsCleanup() function
983 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); } in needsCleanup() function
H A DAPInt.h1884 bool needsCleanup() const { return !isSingleWord(); } in needsCleanup() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp431 bool APValue::needsCleanup() const { in needsCleanup() function in APValue