Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h265 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() function
632 bool needsCleanup() const { return Floats != nullptr; } in needsCleanup() function
880 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); } in needsCleanup() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp429 bool APValue::needsCleanup() const { in needsCleanup() function in APValue