SgOmpClauseBodyStatement
Synopsis
Declared in <src/frontend/SageIII/Cxx_Grammar.h>
class SgOmpClauseBodyStatement
: public SgOmpBodyStatement
Base Classes
Name |
Description |
Friends
Name |
Description |
|
Casts pointer from base class to derived class (for const pointers) |
|
Casts pointer from base class to derived class |
Non-Member Functions
Name |
Description |
Build a nonâreduction variable clause for a given OpenMP directive. It directly returns the clause if the clause already exists |
|
Check if an omp for/do loop use static schedule or not, including: default schedule, or schedule(static[,chunk_size]) |
|
Check if the body of a SgOmpBodyStatement is a SgBasicBlock, create one if not |
|
Find enclosing OpenMP clause body statement from s. If s is already one, return it directly. |
|
Checks if an OpenMP construct is marked with a nowait clause |
Created with MrDocs