HomeSort by: relevance | last modified time | path
    Searched defs:Destroyed (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
UsedDeclVisitor.h 72 QualType Destroyed = S.Context.getBaseElementType(DestroyedOrNull);
73 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
TreeTransform.h 2457 PseudoDestructorTypeStorage Destroyed);
11845 QualType Destroyed = SemaRef.Context.getBaseElementType(
11847 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
11890 PseudoDestructorTypeStorage Destroyed;
11897 Destroyed = DestroyedTypeInfo;
11901 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(),
11914 Destroyed
11935 Destroyed);
14613 PseudoDestructorTypeStorage Destroyed) {
14615 if (Base->isTypeDependent() || Destroyed.getIdentifier() |
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 34 Destroyed,
47 static LockState getDestroyed() { return LockState(Destroyed); }
59 bool isDestroyed() const { return K == Destroyed; }
240 CheckNames[CheckKind], "Use destroyed lock", "Lock checker"});
277 // When a lock is destroyed, in some semantics(like PthreadSemantics) we are not
279 // the 'possibly destroyed' state. There is a short time frame for the
281 // destroyed. Before we model the next operation over that lock, we call this
283 // - either to destroyed state or back to its previous state.
286 // successfully destroyed and it returns a non-zero value otherwise.
291 // Existence in Destroyed also ensures that the lock state for lockR is eithe
    [all...]

Completed in 26 milliseconds