OmpSupport::hasClause
Check if an OpenMP statement has a clause of type vt
Synopsis
Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>
[[visibility]]
bool
hasClause(
SgStatement* clause_stmt,
VariantT const& vt);
Parameters
Name |
Description |
clause_stmt |
This class represents the notion of a statement. |
Created with MrDocs