Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h327 bool needsCleanup() const { return partCount() > 1; } needsCleanup() function
728 bool needsCleanup() const { return Floats != nullptr; } needsCleanup() function
977 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); } needsCleanup() function
H A DAPInt.h1884 bool needsCleanup() const { return !isSingleWord(); } needsCleanup() function
/llvm-project/clang/lib/AST/
H A DAPValue.cpp431 bool APValue::needsCleanup() const { needsCleanup() function in APValue
[all...]