Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1802 CGCapturedStmtInfo CGSI(*CS, CR_OpenMP); in EmitOMPParallelDirective() local
1803 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(*this, &CGSI); in EmitOMPParallelDirective()
1844 CodeGenFunction::CGCapturedStmtInfo *CGSI = nullptr; member in __anon53c5fabf0e11::OMPTransformDirectiveScopeRAII
1856 CGSI = new CodeGenFunction::CGCapturedStmtInfo(CR_OpenMP); in OMPTransformDirectiveScopeRAII()
1857 CapInfoRAII = new CodeGenFunction::CGCapturedStmtRAII(CGF, CGSI); in OMPTransformDirectiveScopeRAII()
1864 delete CGSI; in ~OMPTransformDirectiveScopeRAII()
4212 CGCapturedStmtInfo CGSI(*ICS, CR_OpenMP); in EmitOMPSectionsDirective() local
4213 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(*this, &CGSI); in EmitOMPSectionsDirective()
4454 CGCapturedStmtInfo CGSI(CR_OpenMP); in EmitOMPParallelForDirective() local
4455 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGSI); in EmitOMPParallelForDirective()
[all …]