Searched refs:getSingleCompoundChild (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.cpp | 720 static const Stmt *getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body) { in getSingleCompoundChild() function 788 const Stmt *ChildStmt = getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective() 802 ChildStmt = getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective() 961 const Stmt *ChildStmt = getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 976 ChildStmt = getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 988 ChildStmt = getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 1000 ChildStmt = getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 1021 ChildStmt = getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 1979 if (const Stmt *S = getSingleCompoundChild( in getDistributeLastprivateVars()
|
| H A D | CGOpenMPRuntime.cpp | 8080 static const Stmt *getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body) { in getSingleCompoundChild() function 8129 const Stmt *ChildStmt = getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective() 8142 ChildStmt = getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
|