Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp437 bool APValue::needsCleanup() const { in needsCleanup() function in APValue
449 return getInt().needsCleanup(); in needsCleanup()
451 return getFloat().needsCleanup(); in needsCleanup()
453 return getFixedPoint().getValue().needsCleanup(); in needsCleanup()
455 assert(getComplexFloatImag().needsCleanup() == in needsCleanup()
456 getComplexFloatReal().needsCleanup() && in needsCleanup()
459 return getComplexFloatReal().needsCleanup(); in needsCleanup()
461 assert(getComplexIntImag().needsCleanup() == in needsCleanup()
462 getComplexIntReal().needsCleanup() && in needsCleanup()
465 return getComplexIntReal().needsCleanup(); in needsCleanup()
H A DExpr.cpp307 if (!Value.getInt().needsCleanup()) in getStorageKind()
390 if (!ConstantExprBits.HasCleanup && Value.needsCleanup()) { in MoveIntoResult()
H A DDeclCXX.cpp3774 if (Value.needsCleanup()) in UnnamedGlobalConstantDecl()
H A DDecl.cpp2618 else if (Eval->Evaluated.needsCleanup()) in evaluateValueImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h423 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() function
842 bool needsCleanup() const { return Floats != nullptr; } in needsCleanup() function
1098 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); } in needsCleanup() function
H A DAPInt.h191 if (needsCleanup()) in ~APInt()
1932 bool needsCleanup() const { return !isSingleWord(); } in needsCleanup() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h451 bool needsCleanup() const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp915 if (needsCleanup()) in freeSignificand()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1706 if (Eval->Evaluated.needsCleanup()) in ReadVarDeclInit()
H A DASTReaderStmt.cpp570 if (E->APValueResult().needsCleanup()) { in VisitConstantExpr()