Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h674 bool hasCancel() const { return HasCancel; } in hasCancel() function
1707 bool hasCancel() const { return HasCancel; } in hasCancel() function
1850 bool hasCancel() const { return HasCancel; } in hasCancel() function
1910 bool hasCancel() const { return HasCancel; } in hasCancel() function
2175 bool hasCancel() const { return HasCancel; } in hasCancel() function
2450 bool hasCancel() const { return HasCancel; } in hasCancel() function
2514 bool hasCancel() const { return HasCancel; } in hasCancel() function
3378 bool hasCancel() const { return HasCancel; } in hasCancel() function
3474 bool hasCancel() const { return HasCancel; } in hasCancel() function
3717 bool hasCancel() const { return HasCancel; } in hasCancel() function
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp99 bool hasCancel() const { return HasCancel; } in hasCancel() function in __anonffc6c7120111::CGOpenMPRegionInfo