Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp172 IdentInfo_MPI_Ialltoall = &ASTCtx.Idents.get("MPI_Ialltoall"); in initCollectiveIdentifiers()
173 MPICollectiveTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
174 MPICollToCollTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
175 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
176 MPIType.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
177 assert(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
253 IdentInfo == IdentInfo_MPI_Ialltoall; in isAlltoallType()
DMPIFunctionClassifier.h85 *IdentInfo_MPI_Ialltoall = nullptr, *IdentInfo_MPI_Barrier = nullptr; variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
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()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h84 *IdentInfo_MPI_Ialltoall = nullptr, *IdentInfo_MPI_Barrier = nullptr; variable