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