Lines Matching refs:IdentifierInfo
203 bool MPIFunctionClassifier::isMPIType(const IdentifierInfo *IdentInfo) const { in isMPIType()
208 const IdentifierInfo *IdentInfo) const { in isNonBlockingType()
214 const IdentifierInfo *IdentInfo) const { in isPointToPointType()
220 const IdentifierInfo *IdentInfo) const { in isCollectiveType()
225 const IdentifierInfo *IdentInfo) const { in isCollToColl()
230 const IdentifierInfo *IdentInfo) const { in isScatterType()
236 const IdentifierInfo *IdentInfo) const { in isGatherType()
244 const IdentifierInfo *IdentInfo) const { in isAllgatherType()
250 const IdentifierInfo *IdentInfo) const { in isAlltoallType()
255 bool MPIFunctionClassifier::isBcastType(const IdentifierInfo *IdentInfo) const { in isBcastType()
260 const IdentifierInfo *IdentInfo) const { in isReduceType()
268 bool MPIFunctionClassifier::isMPI_Wait(const IdentifierInfo *IdentInfo) const { in isMPI_Wait()
273 const IdentifierInfo *IdentInfo) const { in isMPI_Waitall()
277 bool MPIFunctionClassifier::isWaitType(const IdentifierInfo *IdentInfo) const { in isWaitType()