|
LLVM OpenMP 22.0.0git
|
Public Member Functions | |
| std::string | toString () const override |
| Basic toString method, which may be overridden with own implementations. | |
| AssertionSyncPoint (const std::string &Name) | |
| Public Member Functions inherited from omptest::internal::EventBase< AssertionSyncPoint > | |
| EventBase () | |
| virtual | ~EventBase ()=default |
| virtual bool | equals (const InternalEvent *o) const override |
| Equals method to cast and dispatch to the specific class operator==. | |
| Public Member Functions inherited from omptest::internal::InternalEvent | |
| InternalEvent () | |
| InternalEvent (EventTy T) | |
| virtual | ~InternalEvent ()=default |
Public Attributes | |
| const std::string | Name |
| Public Attributes inherited from omptest::internal::InternalEvent | |
| EventTy | Type |
| Identifying event type. | |
Additional Inherited Members | |
| Static Public Attributes inherited from omptest::internal::EventBase< AssertionSyncPoint > | |
| static constexpr EventTy | EventType |
Definition at line 38 of file InternalEvent.h.
|
inline |
Definition at line 40 of file InternalEvent.h.
References Name.
|
overridevirtual |
Basic toString method, which may be overridden with own implementations.
Reimplemented from omptest::internal::EventBase< AssertionSyncPoint >.
Definition at line 45 of file InternalEvent.cpp.
Referenced by TEST().
| const std::string omptest::internal::AssertionSyncPoint::Name |
Definition at line 41 of file InternalEvent.h.
Referenced by AssertionSyncPoint(), and toString().