clang
3.9.0
|
#include <MPITypes.h>
Public Types | |
enum | State : unsigned char { Nonblocking, Wait } |
Public Member Functions | |
Request (State S) | |
void | Profile (llvm::FoldingSetNodeID &Id) const |
bool | operator== (const Request &ToCompare) const |
Public Attributes | |
const State | CurrentState |
Definition at line 28 of file MPITypes.h.
enum clang::ento::mpi::Request::State : unsigned char |
Enumerator | |
---|---|
Nonblocking | |
Wait |
Definition at line 30 of file MPITypes.h.
|
inline |
Definition at line 32 of file MPITypes.h.
Definition at line 38 of file MPITypes.h.
References CurrentState.
|
inline |
Definition at line 34 of file MPITypes.h.
References CurrentState.
const State clang::ento::mpi::Request::CurrentState |
Definition at line 42 of file MPITypes.h.
Referenced by clang::ento::mpi::MPIChecker::checkDoubleNonblocking(), operator==(), and Profile().