HOME
| OPENMP API Specification: "Version 5.2 -- GIT rev 95b2e3a44"

4.3  Structured Blocks

This section specifies the concept of a structured block. A structured block:

A structured block sequence that consists of no statements or more than one statement may appear only for executable directives that explicitly allow it. The corresponding compound statement obtained by enclosing the sequence in { and } must be a structured block and the structured block sequence then should be considered to be a structured block with all of its restrictions.

Restrictions

Restrictions to structured blocks are as follows:

   4.3.1.1  OpenMP Allocator Structured Blocks
   4.3.1.2  OpenMP Function Dispatch Structured Blocks
   4.3.1.3  OpenMP Atomic Structured Blocks