Searched refs:ChildStmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp731 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); local
734 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
745 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
747 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
929 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
932 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
947 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
949 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
960 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
962 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
[all...]
H A DCGOpenMPRuntime.cpp6486 const Stmt *ChildStmt = local
6489 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
8782 const Stmt *ChildStmt = local
8786 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
8797 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body);
8799 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {

Completed in 172 milliseconds