Lines Matching refs:MPIFunctionClassifier
21 void MPIFunctionClassifier::identifierInit(ASTContext &ASTCtx) { in identifierInit()
28 void MPIFunctionClassifier::initPointToPointIdentifiers(ASTContext &ASTCtx) { in initPointToPointIdentifiers()
85 void MPIFunctionClassifier::initCollectiveIdentifiers(ASTContext &ASTCtx) { in initCollectiveIdentifiers()
179 void MPIFunctionClassifier::initAdditionalIdentifiers(ASTContext &ASTCtx) { in initAdditionalIdentifiers()
203 bool MPIFunctionClassifier::isMPIType(const IdentifierInfo *IdentInfo) const { in isMPIType()
207 bool MPIFunctionClassifier::isNonBlockingType( in isNonBlockingType()
213 bool MPIFunctionClassifier::isPointToPointType( in isPointToPointType()
219 bool MPIFunctionClassifier::isCollectiveType( in isCollectiveType()
224 bool MPIFunctionClassifier::isCollToColl( in isCollToColl()
229 bool MPIFunctionClassifier::isScatterType( in isScatterType()
235 bool MPIFunctionClassifier::isGatherType( in isGatherType()
243 bool MPIFunctionClassifier::isAllgatherType( in isAllgatherType()
249 bool MPIFunctionClassifier::isAlltoallType( in isAlltoallType()
255 bool MPIFunctionClassifier::isBcastType(const IdentifierInfo *IdentInfo) const { in isBcastType()
259 bool MPIFunctionClassifier::isReduceType( in isReduceType()
268 bool MPIFunctionClassifier::isMPI_Wait(const IdentifierInfo *IdentInfo) const { in isMPI_Wait()
272 bool MPIFunctionClassifier::isMPI_Waitall( in isMPI_Waitall()
277 bool MPIFunctionClassifier::isWaitType(const IdentifierInfo *IdentInfo) const { in isWaitType()