Home
last modified time | relevance | path

Searched refs:IdentInfo_MPI_Ialltoall (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp171 IdentInfo_MPI_Ialltoall = &ASTCtx.Idents.get("MPI_Ialltoall"); in initCollectiveIdentifiers()
172 MPICollectiveTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
173 MPICollToCollTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
174 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
175 MPIType.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
176 assert(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
252 IdentInfo == IdentInfo_MPI_Ialltoall; in isAlltoallType()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h84 *IdentInfo_MPI_Ialltoall = nullptr, *IdentInfo_MPI_Barrier = nullptr; variable