Searched refs:Destroyed (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h72 QualType Destroyed = S.Context.getBaseElementType(DestroyedOrNull); local
73 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
H A DTreeTransform.h2679 PseudoDestructorTypeStorage Destroyed);
12619 QualType Destroyed = SemaRef.Context.getBaseElementType(
12621 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
12664 PseudoDestructorTypeStorage Destroyed;
12671 Destroyed = DestroyedTypeInfo;
12675 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(),
12685 Destroyed
12706 Destroyed);
15398 PseudoDestructorTypeStorage Destroyed) {
15400 if (Base->isTypeDependent() || Destroyed
[all...]
H A DSemaExprCXX.cpp423 const CXXRecordDecl *Destroyed = nullptr;
426 Destroyed = SearchType->getAsCXXRecordDecl();
428 Destroyed = dyn_cast_or_null<CXXRecordDecl>(S->getEntity());
429 if (Destroyed)
431 Destroyed->getNameAsString());
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp35 Destroyed, enumerator in enum:__anon888::LockState::Kind
48 static LockState getDestroyed() { return LockState(Destroyed); }
60 bool isDestroyed() const { return K == Destroyed; }
292 // Existence in Destroyed also ensures that the lock state for lockR is either

Completed in 223 milliseconds