Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1791 class OMPTransformDirectiveScopeRAII { class
1797 OMPTransformDirectiveScopeRAII(CodeGenFunction &CGF, const Stmt *S) { in OMPTransformDirectiveScopeRAII() function in __anon0014b4f32111::OMPTransformDirectiveScopeRAII
1804 ~OMPTransformDirectiveScopeRAII() { in ~OMPTransformDirectiveScopeRAII()
2585 OMPTransformDirectiveScopeRAII TileScope(*this, &S); in EmitOMPTileDirective()