Searched refs:getSingleCompoundChild (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 630 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective() 644 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective() 828 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 846 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 859 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 872 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 896 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 1608 if (const Stmt *S = CGOpenMPRuntime::getSingleCompoundChild( in getDistributeLastprivateVars()
|
| H A D | CGOpenMPRuntime.h | 913 static const Stmt *getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body);
|
| H A D | CGOpenMPRuntime.cpp | 6548 const Stmt *CGOpenMPRuntime::getSingleCompoundChild(ASTContext &Ctx, in getSingleCompoundChild() function in CGOpenMPRuntime 6614 CGOpenMPRuntime::getSingleCompoundChild(CGF.getContext(), Body); in emitNumTeamsForTargetDirective() 6726 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreads() 6841 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective() 6871 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective() 6898 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective() 9549 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective() 9563 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
|