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);
  107           Indirections[0] == IndirectionType::Pointer &&
  116         if (*It == IndirectionType::Pointer) {