Searched defs:hasCancel (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h423 bool hasCancel() const { return HasCancel; } function in class:clang::OMPParallelDirective
1345 bool hasCancel() const { return HasCancel; } function in class:clang::OMPForDirective
1496 bool hasCancel() const { return HasCancel; } function in class:clang::OMPSectionsDirective
1557 bool hasCancel() const { return HasCancel; } function in class:clang::OMPSectionDirective
1829 bool hasCancel() const { return HasCancel; } function in class:clang::OMPParallelForDirective
2047 bool hasCancel() const { return HasCancel; } function in class:clang::OMPParallelSectionsDirective
2118 bool hasCancel() const { return HasCancel; } function in class:clang::OMPTaskDirective
2948 bool hasCancel() const { return HasCancel; } function in class:clang::OMPTargetParallelDirective
3042 bool hasCancel() const { return HasCancel; } function in class:clang::OMPTargetParallelForDirective
3302 bool hasCancel() cons function in class:clang::OMPTaskLoopDirective
3449 bool hasCancel() const { return HasCancel; } function in class:clang::OMPMasterTaskLoopDirective
3599 bool hasCancel() const { return HasCancel; } function in class:clang::OMPParallelMasterTaskLoopDirective
3890 bool hasCancel() const { return HasCancel; } function in class:clang::OMPDistributeParallelForDirective
4467 bool hasCancel() const { return HasCancel; } function in class:clang::final
4690 bool hasCancel() const { return HasCancel; } function in class:clang::final
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp94 bool hasCancel() const { return HasCancel; } function in class:__anon1768::CGOpenMPRegionInfo
[all...]

Completed in 148 milliseconds