Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp545 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
559 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
962 if (const Stmt *S = CGOpenMPRuntime::getSingleCompoundChild( in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.h714 static const Stmt *getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body);
H A DCGOpenMPRuntime.cpp5964 const Stmt *CGOpenMPRuntime::getSingleCompoundChild(ASTContext &Ctx, in getSingleCompoundChild() function in CGOpenMPRuntime
6019 CGOpenMPRuntime::getSingleCompoundChild(CGF.getContext(), Body); in getNumTeamsExprForTargetDirective()
6187 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreads()
6312 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreadsExprForTargetDirective()
6346 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreadsExprForTargetDirective()
6366 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreadsExprForTargetDirective()
8872 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
8887 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()