HomeSort by relevance Sort by last modified time
    Searched refs:needsCleanup (Results 1 - 10 of 10) 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/llvm/include/llvm/ADT/
APFloat.h 205 bool needsCleanup() const { return partCount() > 1; }
APInt.h 294 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 589 if (needsCleanup())
    [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 421 milliseconds