Uses of Interface
dev.civl.abc.ast.node.IF.omp.OmpSyncNode
Packages that use OmpSyncNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.omp submodule defines AST nodes for representing
OpenMP constructs, which are specified in
omp pragmas.-
Uses of OmpSyncNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return OmpSyncNodeModifier and TypeMethodDescriptionNodeFactory.newOmpAtomicNode(Source source, StatementNode statement, OmpAtomicNode.OmpAtomicClause clause, boolean seqConsistent) Creates a new OpenMP atomic node, representing#pragma omp atomic....NodeFactory.newOmpBarrierNode(Source source) Creates a new OpenMP barrier node, representing#pragma omp barrier....NodeFactory.newOmpCriticalNode(Source source, IdentifierNode name, StatementNode statement) Creates a new OpenMP critical node, representing#pragma omp critical....NodeFactory.newOmpFlushNode(Source source) Creates a new OpenMP flush node with no variable listNodeFactory.newOmpFlushNode(Source source, SequenceNode<IdentifierExpressionNode> variables) Creates a new OpenMP flush node, representing#pragma omp flush....NodeFactory.newOmpMasterNode(Source source, StatementNode statement) Creates a new OpenMP master node, representing#pragma omp master....NodeFactory.newOmpOrederedNode(Source source, StatementNode statement) Creates a new OpenMP ordered node, representing#pragma omp ordered.... -
Uses of OmpSyncNode in dev.civl.abc.ast.node.IF.omp
Subinterfaces of OmpSyncNode in dev.civl.abc.ast.node.IF.ompModifier and TypeInterfaceDescriptioninterfaceThis represents an OpenMP atomic construct, which has the syntax: