Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp298 if (!Value.getInt().needsCleanup()) in getStorageKind()
381 if (!ConstantExprBits.HasCleanup && Value.needsCleanup()) { in MoveIntoResult()
H A DDeclCXX.cpp3506 if (Value.needsCleanup()) in UnnamedGlobalConstantDecl()
H A DDecl.cpp2587 else if (Eval->Evaluated.needsCleanup()) in evaluateValueImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h311 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() function
703 bool needsCleanup() const { return Floats != nullptr; } in needsCleanup() function
952 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); } in needsCleanup() function
H A DAPInt.h169 if (needsCleanup()) in ~APInt()
1861 bool needsCleanup() const { return !isSingleWord(); } in needsCleanup() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h385 bool needsCleanup() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp860 if (needsCleanup()) in freeSignificand()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp568 if (E->APValueResult().needsCleanup()) { in VisitConstantExpr()
H A DASTReaderDecl.cpp1703 if (Eval->Evaluated.needsCleanup()) in ReadVarDeclInit()