Home
last modified time | relevance | path

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

/freebsd/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.h2739 PseudoDestructorTypeStorage Destroyed);
14605 QualType Destroyed = SemaRef.Context.getBaseElementType( in TransformCXXDeleteExpr() local
14607 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in TransformCXXDeleteExpr()
14650 PseudoDestructorTypeStorage Destroyed; in TransformCXXPseudoDestructorExpr() local
14657 Destroyed = DestroyedTypeInfo; in TransformCXXPseudoDestructorExpr()
14661 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(), in TransformCXXPseudoDestructorExpr()
14671 Destroyed in TransformCXXPseudoDestructorExpr()
14692 Destroyed); in TransformCXXPseudoDestructorExpr()
17574 PseudoDestructorTypeStorage Destroyed) { in RebuildCXXPseudoDestructorExpr() argument
17576 if (Base->isTypeDependent() || Destroyed.getIdentifier() || in RebuildCXXPseudoDestructorExpr()
[all …]
H A DSemaExprCXX.cpp404 const CXXRecordDecl *Destroyed = nullptr; in getDestructorName() local
407 Destroyed = SearchType->getAsCXXRecordDecl(); in getDestructorName()
409 Destroyed = dyn_cast_or_null<CXXRecordDecl>(S->getEntity()); in getDestructorName()
410 if (Destroyed) in getDestructorName()
412 Destroyed->getNameAsString()); in getDestructorName()
/freebsd/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/libexec/rc/
H A Dnetwork.subr1341 echo "Destroyed wlan(4) interfaces: ${_list# }."
1343 debug "Destroyed wlan(4)s: ${_list# }"
1437 # Destroy cloned interfaces. Destroyed interfaces are echoed to
1495 echo "Destroyed clone interfaces: ${_list# }."
1497 debug "Destroyed clones: ${_list# }"