HomeSort by relevance Sort by last modified time
    Searched refs:needsCleanup (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/AST/
APValue.cpp 215 bool APValue::needsCleanup() const {
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();
Decl.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 231 bool needsCleanup() const { return partCount() > 1; }
630 bool needsCleanup() const { return Floats != nullptr; }
830 bool needsCleanup() const {
832 return U.IEEE.needsCleanup();
834 return U.Double.needsCleanup();
    [all...]
APInt.h 297 if (needsCleanup())
309 bool needsCleanup() const { return !isSingleWord(); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APFloat.h 244 bool needsCleanup() const { return partCount() > 1; }
604 bool needsCleanup() const { return Floats != nullptr; }
850 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); }
    [all...]
APInt.h 336 if (needsCleanup())
348 bool needsCleanup() const { return !isSingleWord(); }
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 210 bool needsCleanup() const { return partCount() > 1; }
APInt.h 293 if (needsCleanup())
305 bool needsCleanup() const { return !isSingleWord(); }
    [all...]
  /external/clang/include/clang/AST/
APValue.h 172 /// If APValues are constructed via placement new, \c needsCleanup()
175 bool needsCleanup() const;
  /external/llvm/lib/Support/
APFloat.cpp 594 if (needsCleanup())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APFloat.cpp 664 if (needsCleanup())
    [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 619 milliseconds