Searched defs:CancelRegion (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp702 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, OpenMPDirectiveKind CancelRegion) argument
723 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, OpenMPDirectiveKind CancelRegion) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp169 bool CancelRegion = false; member in struct:__anon2086::DSAStackTy::SharingMapTy
[all...]
H A DTreeTransform.h8345 OpenMPDirectiveKind CancelRegion = OMPD_unknown; local
1547 RebuildOMPExecutableDirective(OpenMPDirectiveKind Kind, DeclarationNameInfo DirName, OpenMPDirectiveKind CancelRegion, ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2074 OpenMPDirectiveKind CancelRegion = OMPD_unknown; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3117 OpenMPDirectiveKind CancelRegion; member in class:clang::OMPCancellationPointDirective
3176 OpenMPDirectiveKind CancelRegion; member in class:clang::OMPCancelDirective
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6146 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { argument
6161 emitCancellationPointCall( CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind CancelRegion) argument
6198 emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc, const Expr *IfCond, OpenMPDirectiveKind CancelRegion) argument
[all...]

Completed in 215 milliseconds