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

/external/llvm/include/llvm/ADT/
H A DAPInt.h294 if (needsCleanup())
305 bool needsCleanup() const { return !isSingleWord(); } function in class:llvm::APInt
H A DAPFloat.h205 bool needsCleanup() const { return partCount() > 1; } function in class:llvm::APFloat
/external/clang/lib/AST/
H A DAPValue.cpp215 bool APValue::needsCleanup() const { function in class:APValue
226 return getInt().needsCleanup();
228 return getFloat().needsCleanup();
230 assert(getComplexFloatImag().needsCleanup() ==
231 getComplexFloatReal().needsCleanup() &&
234 return getComplexFloatReal().needsCleanup();
236 assert(getComplexIntImag().needsCleanup() ==
237 getComplexIntReal().needsCleanup() &&
240 return getComplexIntReal().needsCleanup();
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 244 milliseconds