Home
last modified time | relevance | path

Searched refs:hasCancel (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h284 bool hasCancel() const { return HasCancel; } in hasCancel() function
834 bool hasCancel() const { return HasCancel; } in hasCancel() function
970 bool hasCancel() const { return HasCancel; } in hasCancel() function
1030 bool hasCancel() const { return HasCancel; } in hasCancel() function
1284 bool hasCancel() const { return HasCancel; } in hasCancel() function
1425 bool hasCancel() const { return HasCancel; } in hasCancel() function
1495 bool hasCancel() const { return HasCancel; } in hasCancel() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2092 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPParallelDirective()
2103 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPForDirective()
2116 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPSectionsDirective()
2123 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPSectionDirective()
2150 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPParallelForDirective()
2165 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPParallelSectionsDirective()
2173 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPTaskDirective()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp76 bool hasCancel() const { return HasCancel; } in hasCancel() function in __anondef231dd0111::CGOpenMPRegionInfo
348 HasCancel = OPD->hasCancel(); in emitParallelOutlinedFunction()
350 HasCancel = OPSD->hasCancel(); in emitParallelOutlinedFunction()
352 HasCancel = OPFD->hasCancel(); in emitParallelOutlinedFunction()
368 cast<OMPTaskDirective>(D).hasCancel()); in emitTaskOutlinedFunction()
1697 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()
3170 if (OMPRegionInfo->hasCancel()) { in emitCancellationPointCall()
DCGStmtOpenMP.cpp1600 S.hasCancel()); in EmitOMPForDirective()
1732 HasCancel = OSD->hasCancel(); in EmitSections()
1734 HasCancel = OPSD->hasCancel(); in EmitSections()
1798 S.hasCancel()); in EmitOMPSectionDirective()