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

References

tools/clang/tools/extra/clang-tidy/mpi/BufferDerefCheck.cpp
   93         Indirections.push_back(IndirectionType::Pointer);
   96         Indirections.push_back(IndirectionType::Array);
  107           Indirections[0] == IndirectionType::Pointer &&
  108           Indirections[1] == IndirectionType::Array)
  113       for (auto It = Indirections.rbegin(); It != Indirections.rend(); ++It) {
  113       for (auto It = Indirections.rbegin(); It != Indirections.rend(); ++It) {