Lines Matching refs:ENUM
61 #define ENUM(Name, ...) enum class Name { __VA_ARGS__ } macro
199 ENUM(IntrinsicOperator, Power, Multiply, Divide, Add, Subtract, Concat, LT,
239 ENUM(MemoryOrder, AcqRel, Acquire, Relaxed, Release, SeqCst);
240 ENUM(MotionExpectation, Present);
242 ENUM(TaskDependenceType, In, Out, Inout, Mutexinoutset, Inoutset, Depobj);
413 ENUM(ActionTime, Compilation, Execution);
429 ENUM(Binding, Teams, Parallel, Thread);
481 ENUM(DataSharingAttribute, Firstprivate, None, Private, Shared);
489 ENUM(ImplicitBehavior, Alloc, To, From, Tofrom, Firstprivate, None, Default,
491 ENUM(VariableCategory, Scalar, Aggregate, Pointer, Allocatable);
538 ENUM(DeviceModifier, Ancestor, DeviceNum);
546 ENUM(DeviceTypeDescription, Any, Host, Nohost);
554 ENUM(Kind, Static);
564 ENUM(DependenceType, Source, Sink);
646 ENUM(Prescriptiveness, Strict);
712 ENUM(InteropType, Target, Targetsync); // Repeatable
750 ENUM(LastprivateModifier, Conditional);
762 ENUM(LinearModifier, Ref, Val, Uval);
783 ENUM(MapType, To, From, Tofrom, Alloc, Release, Delete);
784 ENUM(MapTypeModifier, Always, Close, Present, OmpxHold);
880 ENUM(Prescriptiveness, Strict);
921 ENUM(OrderModifier, Reproducible, Unconstrained);
922 ENUM(Ordering, Concurrent);
968 ENUM(AffinityPolicy, Close, Master, Spread, Primary);
986 ENUM(ReductionModifier, Default, Inscan, Task);
1020 ENUM(Kind, Static, Dynamic, Guided, Auto, Runtime);
1022 ENUM(OrderingModifier, Monotonic, Nonmonotonic);
1023 ENUM(ChunkModifier, Simd);
1037 ENUM(SevLevel, Fatal, Warning);
1316 #undef ENUM