reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  132 const TIL_Opcode       COP_Min  = COP_Future;
  443   Future() : SExpr(COP_Future) {}
  446   static bool classof(const SExpr *E) { return E->opcode() == COP_Future; }
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  444       case COP_Future:     return Prec_Atom;