Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h205 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() function
H A DAPInt.h306 bool needsCleanup() const { return !isSingleWord(); } in needsCleanup() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DAPValue.cpp215 bool APValue::needsCleanup() const { in needsCleanup() function in APValue