Home
last modified time | relevance | path

Searched refs:needsCleanup (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp429 bool APValue::needsCleanup() const { in needsCleanup() function in APValue
441 return getInt().needsCleanup(); in needsCleanup()
443 return getFloat().needsCleanup(); in needsCleanup()
445 return getFixedPoint().getValue().needsCleanup(); in needsCleanup()
447 assert(getComplexFloatImag().needsCleanup() == in needsCleanup()
448 getComplexFloatReal().needsCleanup() && in needsCleanup()
451 return getComplexFloatReal().needsCleanup(); in needsCleanup()
453 assert(getComplexIntImag().needsCleanup() == in needsCleanup()
454 getComplexIntReal().needsCleanup() && in needsCleanup()
457 return getComplexIntReal().needsCleanup(); in needsCleanup()
H A DExpr.cpp260 if (!Value.getInt().needsCleanup()) in getStorageKind()
342 if (!ConstantExprBits.HasCleanup && Value.needsCleanup()) { in MoveIntoResult()
H A DDecl.cpp2451 else if (Eval->Evaluated.needsCleanup()) in evaluateValueImpl()
/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
H A DAPInt.h337 if (needsCleanup())
349 bool needsCleanup() const { return !isSingleWord(); }
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h377 bool needsCleanup() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp737 if (needsCleanup()) in freeSignificand()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp572 if (E->APValueResult().needsCleanup()) { in VisitConstantExpr()