Home
last modified time | relevance | path

Searched defs:OpenMPCancellationPointConstruct (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3761 struct OpenMPCancellationPointConstruct { struct
3763 CharBlock source;
3764 std::tuple<Verbatim, OmpCancelType> t;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp1339 const parser::OpenMPCancellationPointConstruct &) { in Leave()