Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp361 if (!Value.getInt().needsCleanup()) in getStorageKind()
443 if (!ConstantExprBits.HasCleanup && Value.needsCleanup()) { in MoveIntoResult()
H A DDeclCXX.cpp3453 if (Value.needsCleanup()) in UnnamedGlobalConstantDecl()
H A DDecl.cpp2524 else if (Eval->Evaluated.needsCleanup()) in evaluateValueImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h275 bool needsCleanup() const { return partCount() > 1; } in needsCleanup() function
652 bool needsCleanup() const { return Floats != nullptr; } in needsCleanup() function
894 bool needsCleanup() const { APFLOAT_DISPATCH_ON_SEMANTICS(needsCleanup()); } in needsCleanup() function
H A DAPInt.h168 if (needsCleanup()) in ~APInt()
1865 bool needsCleanup() const { return !isSingleWord(); } in needsCleanup() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAPValue.h377 bool needsCleanup() const;
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp766 if (needsCleanup()) in freeSignificand()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp558 if (E->APValueResult().needsCleanup()) { in VisitConstantExpr()