HomeSort by: relevance | last modified time | path
    Searched refs:ChildStmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 630 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
633 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
644 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
646 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
828 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
831 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
846 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
848 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
859 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body);
861 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
    [all...]
CGOpenMPRuntime.cpp 6613 const Stmt *ChildStmt =
6616 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
9548 const Stmt *ChildStmt =
9552 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {
9563 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body);
9565 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) {

Completed in 53 milliseconds