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

References

tools/clang/unittests/Analysis/CFGTest.cpp
  109     EXPECT_EQ(ElementRef.getIndexInBlock(), Index);
  113     ++Index;
  130   Index = 0;
  133     EXPECT_EQ(ElementRef.getIndexInBlock(), Index);
  137     ++Index;
  153   Index = MainBlockSize;
  155     llvm::errs() << Index << '\n';
  157     EXPECT_EQ(ElementRef.getIndexInBlock(), Index);
  161     --Index;
  177   Index = MainBlockSize;
  180     EXPECT_EQ(ElementRef.getIndexInBlock(), Index);
  184     --Index;