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

/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h307 bool needsCleanup() const { return !isSingleWord(); } function in class:llvm::APInt
H A DAPFloat.h204 bool needsCleanup() const { return partCount() > 1; } function in class:llvm::APFloat
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp215 bool APValue::needsCleanup() const { function in class:APValue

Completed in 96 milliseconds