Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h712 static const Stmt *getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body);
H A DCGOpenMPRuntimeGPU.cpp554 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
568 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
936 if (const Stmt *S = CGOpenMPRuntime::getSingleCompoundChild( in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.cpp6136 const Stmt *CGOpenMPRuntime::getSingleCompoundChild(ASTContext &Ctx, in getSingleCompoundChild() function in CGOpenMPRuntime
6191 CGOpenMPRuntime::getSingleCompoundChild(CGF.getContext(), Body); in getNumTeamsExprForTargetDirective()
6349 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreads()
6575 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective()
6611 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective()
6638 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective()
9310 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
9324 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()