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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  134 const TIL_UnaryOpcode  UOP_Min  = UOP_Minus;
  135 const TIL_UnaryOpcode  UOP_Max  = UOP_LogicNot;
  142 StringRef getUnaryOpcodeString(TIL_UnaryOpcode Op);
 1166   UnaryOp(TIL_UnaryOpcode Op, SExpr *E) : SExpr(COP_UnaryOp), Expr0(E) {
 1174   TIL_UnaryOpcode unaryOpcode() const {
tools/clang/lib/Analysis/ThreadSafetyTIL.cpp
   19 StringRef til::getUnaryOpcodeString(TIL_UnaryOpcode Op) {