Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp29 enum Kind { Destroyed, Locked, Unlocked } K; enumerator
37 static LockState getDestroyed(void) { return LockState(Destroyed); } in getDestroyed()
45 bool isDestroyed() const { return K == Destroyed; } in isDestroyed()
/external/clang/lib/Sema/
DTreeTransform.h1764 PseudoDestructorTypeStorage Destroyed);
8585 QualType Destroyed = SemaRef.Context.getBaseElementType( in TransformCXXDeleteExpr() local
8587 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in TransformCXXDeleteExpr()
8632 PseudoDestructorTypeStorage Destroyed; in TransformCXXPseudoDestructorExpr() local
8639 Destroyed = DestroyedTypeInfo; in TransformCXXPseudoDestructorExpr()
8643 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(), in TransformCXXPseudoDestructorExpr()
8656 Destroyed in TransformCXXPseudoDestructorExpr()
8677 Destroyed); in TransformCXXPseudoDestructorExpr()
10767 PseudoDestructorTypeStorage Destroyed) { in RebuildCXXPseudoDestructorExpr() argument
10769 if (Base->isTypeDependent() || Destroyed.getIdentifier() || in RebuildCXXPseudoDestructorExpr()
[all …]
DSemaExpr.cpp13453 QualType Destroyed = S.Context.getBaseElementType(E->getDestroyedType()); in VisitCXXDeleteExpr() local
13454 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in VisitCXXDeleteExpr()
/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.