Lines Matching refs:MPIFunctionClassifier
22 void MPIFunctionClassifier::identifierInit(ASTContext &ASTCtx) { in identifierInit()
29 void MPIFunctionClassifier::initPointToPointIdentifiers(ASTContext &ASTCtx) { in initPointToPointIdentifiers()
86 void MPIFunctionClassifier::initCollectiveIdentifiers(ASTContext &ASTCtx) { in initCollectiveIdentifiers()
180 void MPIFunctionClassifier::initAdditionalIdentifiers(ASTContext &ASTCtx) { in initAdditionalIdentifiers()
204 bool MPIFunctionClassifier::isMPIType(const IdentifierInfo *IdentInfo) const { in isMPIType()
208 bool MPIFunctionClassifier::isNonBlockingType( in isNonBlockingType()
214 bool MPIFunctionClassifier::isPointToPointType( in isPointToPointType()
220 bool MPIFunctionClassifier::isCollectiveType( in isCollectiveType()
225 bool MPIFunctionClassifier::isCollToColl( in isCollToColl()
230 bool MPIFunctionClassifier::isScatterType( in isScatterType()
236 bool MPIFunctionClassifier::isGatherType( in isGatherType()
244 bool MPIFunctionClassifier::isAllgatherType( in isAllgatherType()
250 bool MPIFunctionClassifier::isAlltoallType( in isAlltoallType()
256 bool MPIFunctionClassifier::isBcastType(const IdentifierInfo *IdentInfo) const { in isBcastType()
260 bool MPIFunctionClassifier::isReduceType( in isReduceType()
269 bool MPIFunctionClassifier::isMPI_Wait(const IdentifierInfo *IdentInfo) const { in isMPI_Wait()
273 bool MPIFunctionClassifier::isMPI_Waitall( in isMPI_Waitall()
278 bool MPIFunctionClassifier::isWaitType(const IdentifierInfo *IdentInfo) const { in isWaitType()