HomeSort by relevance Sort by last modified time
    Searched refs:Destroyed (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 29 enum Kind { Destroyed, Locked, Unlocked } K;
37 static LockState getDestroyed(void) { return LockState(Destroyed); }
45 bool isDestroyed() const { return K == Destroyed; }
273 Message = "This lock has already been destroyed";
325 BT_destroylock.reset(new BugType(this, "Use destroyed lock",
331 "This lock has already been destroyed",
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]

Completed in 52 milliseconds