Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp219 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo *OldCSI, in CGOpenMPInlinedRegionInfo() argument
223 OldCSI(OldCSI), in CGOpenMPInlinedRegionInfo()
224 OuterRegionInfo(dyn_cast_or_null<CGOpenMPRegionInfo>(OldCSI)) {} in CGOpenMPInlinedRegionInfo()
276 CodeGenFunction::CGCapturedStmtInfo *getOldCSI() const { return OldCSI; } in getOldCSI()
287 CodeGenFunction::CGCapturedStmtInfo *OldCSI; member in __anondef231dd0111::CGOpenMPInlinedRegionInfo
408 auto *OldCSI = in ~InlinedOpenMPRegionRAII() local
411 CGF.CapturedStmtInfo = OldCSI; in ~InlinedOpenMPRegionRAII()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp235 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo *OldCSI, in CGOpenMPInlinedRegionInfo() argument
239 OldCSI(OldCSI), in CGOpenMPInlinedRegionInfo()
240 OuterRegionInfo(dyn_cast_or_null<CGOpenMPRegionInfo>(OldCSI)) {} in CGOpenMPInlinedRegionInfo()
299 CodeGenFunction::CGCapturedStmtInfo *getOldCSI() const { return OldCSI; } in getOldCSI()
310 CodeGenFunction::CGCapturedStmtInfo *OldCSI; member in __anonbe229beb0111::CGOpenMPInlinedRegionInfo
433 auto *OldCSI = in ~InlinedOpenMPRegionRAII() local
436 CGF.CapturedStmtInfo = OldCSI; in ~InlinedOpenMPRegionRAII()