Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp431 bool APValue::needsCleanup() const { in needsCleanup() function in APValue
443 return getInt().needsCleanup(); in needsCleanup()
445 return getFloat().needsCleanup(); in needsCleanup()
447 return getFixedPoint().getValue().needsCleanup(); in needsCleanup()
449 assert(getComplexFloatImag().needsCleanup() == in needsCleanup()
450 getComplexFloatReal().needsCleanup() && in needsCleanup()
453 return getComplexFloatReal().needsCleanup(); in needsCleanup()
455 assert(getComplexIntImag().needsCleanup() == in needsCleanup()
456 getComplexIntReal().needsCleanup() && in needsCleanup()
459 return getComplexIntReal().needsCleanup(); in needsCleanup()
H A DExpr.cpp308 if (!Value.getInt().needsCleanup()) in getStorageKind()
391 if (!ConstantExprBits.HasCleanup && Value.needsCleanup()) { in MoveIntoResult()
H A DDeclCXX.cpp3541 if (Value.needsCleanup()) in UnnamedGlobalConstantDecl()
H A DDecl.cpp2584 else if (Eval->Evaluated.needsCleanup()) in evaluateValueImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h331 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() function
734 bool needsCleanup() const { return Floats != nullptr; } in needsCleanup() function
983 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); } in needsCleanup() function
H A DAPInt.h171 if (needsCleanup()) in ~APInt()
1884 bool needsCleanup() const { return !isSingleWord(); } in needsCleanup() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp886 if (needsCleanup()) in freeSignificand()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp568 if (E->APValueResult().needsCleanup()) { in VisitConstantExpr()
H A DASTReaderDecl.cpp1695 if (Eval->Evaluated.needsCleanup()) in ReadVarDeclInit()