|
FLANG
|
#include <flang/Semantics/openmp-utils.h>
Public Attributes | |
| parser::OmpAtClause::ActionTime | at |
| parser::OmpSeverityClause::SevLevel | severity |
| const parser::Expr * | message {nullptr} |
The AT, SEVERITY, and MESSAGE clause values of an !$omp error directive. at and severity default to AT(compilation)/SEVERITY(fatal) when absent; message is null when there is no MESSAGE clause.
| parser::OmpAtClause::ActionTime Fortran::semantics::omp::OmpErrorArgs::at |
| parser::OmpSeverityClause::SevLevel Fortran::semantics::omp::OmpErrorArgs::severity |