Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp573 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
587 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
771 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
789 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
802 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
815 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
839 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
1274 if (const Stmt *S = CGOpenMPRuntime::getSingleCompoundChild( in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.h938 static const Stmt *getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body);
H A DCGOpenMPRuntime.cpp6581 const Stmt *CGOpenMPRuntime::getSingleCompoundChild(ASTContext &Ctx, in getSingleCompoundChild() function in CGOpenMPRuntime
6636 CGOpenMPRuntime::getSingleCompoundChild(CGF.getContext(), Body); in getNumTeamsExprForTargetDirective()
6795 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreads()
7023 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective()
7053 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective()
7080 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective()
9720 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
9734 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()