Home
last modified time | relevance | path

Searched refs:Destroyed (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h72 QualType Destroyed = S.Context.getBaseElementType(DestroyedOrNull); in VisitCXXDeleteExpr() local
73 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in VisitCXXDeleteExpr()
H A DTreeTransform.h12619 QualType Destroyed = SemaRef.Context.getBaseElementType( in TransformCXXDeleteExpr() local
12621 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in TransformCXXDeleteExpr()
12664 PseudoDestructorTypeStorage Destroyed; in TransformCXXPseudoDestructorExpr() local
12671 Destroyed = DestroyedTypeInfo; in TransformCXXPseudoDestructorExpr()
12675 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(), in TransformCXXPseudoDestructorExpr()
12685 Destroyed in TransformCXXPseudoDestructorExpr()
12706 Destroyed); in TransformCXXPseudoDestructorExpr()
15400 if (Base->isTypeDependent() || Destroyed.getIdentifier() || in RebuildCXXPseudoDestructorExpr()
15408 CCLoc, TildeLoc, Destroyed); in RebuildCXXPseudoDestructorExpr()
15411 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo(); in RebuildCXXPseudoDestructorExpr()
[all …]
H A DSemaExprCXX.cpp423 const CXXRecordDecl *Destroyed = nullptr; in getDestructorName() local
426 Destroyed = SearchType->getAsCXXRecordDecl(); in getDestructorName()
428 Destroyed = dyn_cast_or_null<CXXRecordDecl>(S->getEntity()); in getDestructorName()
429 if (Destroyed) in getDestructorName()
431 Destroyed->getNameAsString()); in getDestructorName()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp35 Destroyed, enumerator
48 static LockState getDestroyed() { return LockState(Destroyed); } in getDestroyed()
60 bool isDestroyed() const { return K == Destroyed; } in isDestroyed()
/freebsd-14.2/libexec/rc/
H A Dnetwork.subr1321 echo "Destroyed wlan(4) interfaces: ${_list# }."
1323 debug "Destroyed wlan(4)s: ${_list# }"
1417 # Destroy cloned interfaces. Destroyed interfaces are echoed to
1475 echo "Destroyed clone interfaces: ${_list# }."
1477 debug "Destroyed clones: ${_list# }"