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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
 1555   InstrArray &instructions() { return Instrs; }
 1556   const InstrArray &instructions() const { return Instrs; }
 1588     Instrs.reserveCheck(1, Arena);
 1589     Instrs.push_back(V);
 1600   void reserveInstructions(unsigned Nins) { Instrs.reserve(Nins, Arena); }
 1614     typename V::template Container<SExpr*> Nis(Vs, Instrs.size());
 1623     for (const auto *E : Instrs) {
tools/clang/lib/Analysis/ThreadSafetyTIL.cpp
  155   for (auto *Instr : Instrs)