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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyOps.def
   16 TIL_OPCODE_DEF(Future)
   17 TIL_OPCODE_DEF(Undefined)
   18 TIL_OPCODE_DEF(Wildcard)
   20 TIL_OPCODE_DEF(Literal)
   21 TIL_OPCODE_DEF(LiteralPtr)
   22 TIL_OPCODE_DEF(Variable)
   23 TIL_OPCODE_DEF(Function)
   24 TIL_OPCODE_DEF(SFunction)
   25 TIL_OPCODE_DEF(Code)
   26 TIL_OPCODE_DEF(Field)
   28 TIL_OPCODE_DEF(Apply)
   29 TIL_OPCODE_DEF(SApply)
   30 TIL_OPCODE_DEF(Project)
   32 TIL_OPCODE_DEF(Call)
   33 TIL_OPCODE_DEF(Alloc)
   34 TIL_OPCODE_DEF(Load)
   35 TIL_OPCODE_DEF(Store)
   36 TIL_OPCODE_DEF(ArrayIndex)
   37 TIL_OPCODE_DEF(ArrayAdd)
   39 TIL_OPCODE_DEF(UnaryOp)
   40 TIL_OPCODE_DEF(BinaryOp)
   41 TIL_OPCODE_DEF(Cast)
   43 TIL_OPCODE_DEF(SCFG)
   44 TIL_OPCODE_DEF(BasicBlock)
   45 TIL_OPCODE_DEF(Phi)
   48 TIL_OPCODE_DEF(Goto)
   49 TIL_OPCODE_DEF(Branch)
   50 TIL_OPCODE_DEF(Return)
   53 TIL_OPCODE_DEF(Identifier)
   54 TIL_OPCODE_DEF(IfThenElse)
   55 TIL_OPCODE_DEF(Let)