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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  335   unsigned Op = E->opcode();
  384   static bool classof(const SExpr *E) { return E->opcode() == COP_Variable; }
  446   static bool classof(const SExpr *E) { return E->opcode() == COP_Future; }
  492   static bool classof(const SExpr *E) { return E->opcode() == COP_Undefined; }
  514   static bool classof(const SExpr *E) { return E->opcode() == COP_Wildcard; }
  536   static bool classof(const SExpr *E) { return E->opcode() == COP_Literal; }
  640   static bool classof(const SExpr *E) { return E->opcode() == COP_LiteralPtr; }
  674   static bool classof(const SExpr *E) { return E->opcode() == COP_Function; }
  729   static bool classof(const SExpr *E) { return E->opcode() == COP_SFunction; }
  769   static bool classof(const SExpr *E) { return E->opcode() == COP_Code; }
  804   static bool classof(const SExpr *E) { return E->opcode() == COP_Field; }
  843   static bool classof(const SExpr *E) { return E->opcode() == COP_Apply; }
  878   static bool classof(const SExpr *E) { return E->opcode() == COP_SApply; }
  917   static bool classof(const SExpr *E) { return E->opcode() == COP_Project; }
  969   static bool classof(const SExpr *E) { return E->opcode() == COP_Call; }
 1003   static bool classof(const SExpr *E) { return E->opcode() == COP_Call; }
 1034   static bool classof(const SExpr *E) { return E->opcode() == COP_Load; }
 1061   static bool classof(const SExpr *E) { return E->opcode() == COP_Store; }
 1097   static bool classof(const SExpr *E) { return E->opcode() == COP_ArrayIndex; }
 1134   static bool classof(const SExpr *E) { return E->opcode() == COP_ArrayAdd; }
 1172   static bool classof(const SExpr *E) { return E->opcode() == COP_UnaryOp; }
 1214   static bool classof(const SExpr *E) { return E->opcode() == COP_BinaryOp; }
 1258   static bool classof(const SExpr *E) { return E->opcode() == COP_Cast; }
 1308   static bool classof(const SExpr *E) { return E->opcode() == COP_Phi; }
 1351     return E->opcode() >= COP_Goto && E->opcode() <= COP_Return;
 1351     return E->opcode() >= COP_Goto && E->opcode() <= COP_Return;
 1374   static bool classof(const SExpr *E) { return E->opcode() == COP_Goto; }
 1419   static bool classof(const SExpr *E) { return E->opcode() == COP_Branch; }
 1461   static bool classof(const SExpr *E) { return E->opcode() == COP_Return; }
 1485   switch (opcode()) {
 1537   static bool classof(const SExpr *E) { return E->opcode() == COP_BasicBlock; }
 1708   static bool classof(const SExpr *E) { return E->opcode() == COP_SCFG; }
 1790   static bool classof(const SExpr *E) { return E->opcode() == COP_Identifier; }
 1817   static bool classof(const SExpr *E) { return E->opcode() == COP_IfThenElse; }
 1865   static bool classof(const SExpr *E) { return E->opcode() == COP_Let; }
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
   80     switch (E->opcode()) {
  316     switch (E1->opcode()) {
  342     if (E1->opcode() != E2->opcode())
  342     if (E1->opcode() != E2->opcode())
  377     if (E1->opcode() == COP_Wildcard || E2->opcode() == COP_Wildcard)
  377     if (E1->opcode() == COP_Wildcard || E2->opcode() == COP_Wildcard)
  380     if (E1->opcode() != E2->opcode())
  380     if (E1->opcode() != E2->opcode())
  443     switch (E->opcode()) {
  503     if (Sub && E->block() && E->opcode() != COP_Variable) {
  515     switch (E->opcode()) {
  653     if (B && B->opcode() == COP_Function)
  684     if (F->opcode() == COP_Apply) {
  733     if (T->opcode() == COP_Apply) {
  825     if (E->opcode() == COP_Variable) {
  831     else if (E->opcode() != COP_Store) {