Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h311 bool needsCleanup() const { return partCount() > 1; } needsCleanup() function
703 bool needsCleanup() const { return Floats != nullptr; } needsCleanup() function
952 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); } needsCleanup() function
H A DAPInt.h1861 bool needsCleanup() const { return !isSingleWord(); } needsCleanup() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp431 bool APValue::needsCleanup() const { in needsCleanup() function in APValue
[all...]