Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntimeGPU.cpp520 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
534 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
942 if (const Stmt *S = CGOpenMPRuntime::getSingleCompoundChild( in getDistributeLastprivateVars()
HDCGOpenMPRuntime.h714 static const Stmt *getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body);
HDCGOpenMPRuntime.cpp5979 const Stmt *CGOpenMPRuntime::getSingleCompoundChild(ASTContext &Ctx, in getSingleCompoundChild() function in CGOpenMPRuntime
6034 CGOpenMPRuntime::getSingleCompoundChild(CGF.getContext(), Body); in getNumTeamsExprForTargetDirective()
6202 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreads()
6327 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreadsExprForTargetDirective()
6361 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreadsExprForTargetDirective()
6381 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreadsExprForTargetDirective()
8932 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
8948 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()