Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h689 bool hasCancel() const { return HasCancel; } in hasCancel() function
1725 bool hasCancel() const { return HasCancel; } in hasCancel() function
1868 bool hasCancel() const { return HasCancel; } in hasCancel() function
1928 bool hasCancel() const { return HasCancel; } in hasCancel() function
2244 bool hasCancel() const { return HasCancel; } in hasCancel() function
2519 bool hasCancel() const { return HasCancel; } in hasCancel() function
2583 bool hasCancel() const { return HasCancel; } in hasCancel() function
3450 bool hasCancel() const { return HasCancel; } in hasCancel() function
3546 bool hasCancel() const { return HasCancel; } in hasCancel() function
3789 bool hasCancel() const { return HasCancel; } in hasCancel() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp102 bool hasCancel() const { return HasCancel; } in hasCancel() function in __anon93cce0fb0111::CGOpenMPRegionInfo