Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1886 class OMPTransformDirectiveScopeRAII { class
1891 OMPTransformDirectiveScopeRAII(const OMPTransformDirectiveScopeRAII &) =
1893 OMPTransformDirectiveScopeRAII &
1894 operator=(const OMPTransformDirectiveScopeRAII &) = delete;
1897 OMPTransformDirectiveScopeRAII(CodeGenFunction &CGF, const Stmt *S) { in OMPTransformDirectiveScopeRAII() function in __anon53c5fabf0e11::OMPTransformDirectiveScopeRAII
1904 ~OMPTransformDirectiveScopeRAII() { in ~OMPTransformDirectiveScopeRAII()
2902 OMPTransformDirectiveScopeRAII TileScope(*this, &S); in EmitOMPTileDirective()
2908 OMPTransformDirectiveScopeRAII StripeScope(*this, &S); in EmitOMPStripeDirective()
2914 OMPTransformDirectiveScopeRAII ReverseScope(*this, &S); in EmitOMPReverseDirective()
2921 OMPTransformDirectiveScopeRAII InterchangeScope(*this, &S); in EmitOMPInterchangeDirective()