Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp29 enum Kind { Destroyed, Locked, Unlocked } K; enumerator
37 static LockState getDestroyed() { return LockState(Destroyed); } in getDestroyed()
45 bool isDestroyed() const { return K == Destroyed; } in isDestroyed()
/external/clang/lib/Sema/
DTreeTransform.h2015 PseudoDestructorTypeStorage Destroyed);
9563 QualType Destroyed = SemaRef.Context.getBaseElementType( in TransformCXXDeleteExpr() local
9565 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in TransformCXXDeleteExpr()
9610 PseudoDestructorTypeStorage Destroyed; in TransformCXXPseudoDestructorExpr() local
9617 Destroyed = DestroyedTypeInfo; in TransformCXXPseudoDestructorExpr()
9621 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(), in TransformCXXPseudoDestructorExpr()
9634 Destroyed in TransformCXXPseudoDestructorExpr()
9655 Destroyed); in TransformCXXPseudoDestructorExpr()
11868 PseudoDestructorTypeStorage Destroyed) { in RebuildCXXPseudoDestructorExpr() argument
11870 if (Base->isTypeDependent() || Destroyed.getIdentifier() || in RebuildCXXPseudoDestructorExpr()
[all …]
DSemaExpr.cpp14162 QualType Destroyed = S.Context.getBaseElementType(E->getDestroyedType()); in VisitCXXDeleteExpr() local
14163 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in VisitCXXDeleteExpr()
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md173 | Objects Not Destroyed | Verify all objects destroyed at DestroyDevice time | MEMORY_LEAK | vkDest…
/external/bison/doc/
Dbison.info327 * Strings are Destroyed:: `yylval' Loses Track of Strings
10345 * Strings are Destroyed:: `yylval' Loses Track of Strings
10369 File: bison.info, Node: How Can I Reset the Parser, Next: Strings are Destroyed, Prev: Memory Ex…
10454 File: bison.info, Node: Strings are Destroyed, Next: Implementing Gotos/Loops, Prev: How Can I R…
10456 11.3 Strings are Destroyed
10506 …de: Implementing Gotos/Loops, Next: Multiple start-symbols, Prev: Strings are Destroyed, Up: FAQ
12837 Node: Strings are Destroyed416915
Dbison.texi364 * Strings are Destroyed:: @code{yylval} Loses Track of Strings
11108 * Strings are Destroyed:: @code{yylval} Loses Track of Strings
11236 @node Strings are Destroyed
11237 @section Strings are Destroyed
/external/bison/
DChangeLog-201213164 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
13178 * doc/bison.texinfo (Strings are Destroyed): New.