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.cpp1842 class OMPTransformDirectiveScopeRAII { class
1847 OMPTransformDirectiveScopeRAII(const OMPTransformDirectiveScopeRAII &) =
1849 OMPTransformDirectiveScopeRAII &
1850 operator=(const OMPTransformDirectiveScopeRAII &) = delete;
1853 OMPTransformDirectiveScopeRAII(CodeGenFunction &CGF, const Stmt *S) { in OMPTransformDirectiveScopeRAII() function in __anon53c5fabf0e11::OMPTransformDirectiveScopeRAII
1860 ~OMPTransformDirectiveScopeRAII() { in ~OMPTransformDirectiveScopeRAII()
2766 OMPTransformDirectiveScopeRAII TileScope(*this, &S); in EmitOMPTileDirective()
2772 OMPTransformDirectiveScopeRAII ReverseScope(*this, &S); in EmitOMPReverseDirective()
2779 OMPTransformDirectiveScopeRAII InterchangeScope(*this, &S); in EmitOMPInterchangeDirective()