Searched refs:ChildStmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp545 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
548 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
559 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
561 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
H A DCGOpenMPRuntime.cpp6018 const Stmt *ChildStmt = local
6021 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
8871 const Stmt *ChildStmt = local
8875 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
8887 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body);
8889 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {

Completed in 180 milliseconds