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.h2706 PseudoDestructorTypeStorage Destroyed);
13485 QualType Destroyed = SemaRef.Context.getBaseElementType( in TransformCXXDeleteExpr() local
13487 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in TransformCXXDeleteExpr()
13530 PseudoDestructorTypeStorage Destroyed; in TransformCXXPseudoDestructorExpr() local
13537 Destroyed = DestroyedTypeInfo; in TransformCXXPseudoDestructorExpr()
13541 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(), in TransformCXXPseudoDestructorExpr()
13551 Destroyed in TransformCXXPseudoDestructorExpr()
13572 Destroyed); in TransformCXXPseudoDestructorExpr()
16437 PseudoDestructorTypeStorage Destroyed) { in RebuildCXXPseudoDestructorExpr() argument
16439 if (Base->isTypeDependent() || Destroyed.getIdentifier() || in RebuildCXXPseudoDestructorExpr()
[all …]
H A DSemaExprCXX.cpp422 const CXXRecordDecl *Destroyed = nullptr; in getDestructorName() local
425 Destroyed = SearchType->getAsCXXRecordDecl(); in getDestructorName()
427 Destroyed = dyn_cast_or_null<CXXRecordDecl>(S->getEntity()); in getDestructorName()
428 if (Destroyed) in getDestructorName()
430 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.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# }"