Searched defs:needsCleanup (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 311 bool needsCleanup() const { return partCount() > 1; } needsCleanup() function |
H A D | APInt.h | 1861 bool needsCleanup() const { return !isSingleWord(); } needsCleanup() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | APValue.cpp | 431 bool APValue::needsCleanup() const { in needsCleanup() function in APValue |