• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/

Lines Matching defs:CapturedStmt

81     const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion);
240 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt());
258 CS = dyn_cast<CapturedStmt>(CS->getCapturedStmt());
307 const CapturedStmt &S, SmallVectorImpl<llvm::Value *> &CapturedVars) {
311 for (CapturedStmt::const_capture_init_iterator I = S.capture_init_begin(),
386 const CapturedStmt *S = nullptr;
397 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired,
582 CodeGenFunction::GenerateOpenMPCapturedStmtFunction(const CapturedStmt &S,
1527 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
1696 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
1865 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt();
3393 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt();
3394 const auto *CS = dyn_cast<CompoundStmt>(CapturedStmt);
3396 auto &&CodeGen = [&S, CapturedStmt, CS,
3427 auto &&BodyGen = [CapturedStmt, CS, &S, &IV](CodeGenFunction &CGF) {
3457 CGF.EmitStmt(CapturedStmt);
3621 const CapturedStmt *CS = S.getInnermostCapturedStmt();
3651 const CapturedStmt *CS = S.getInnermostCapturedStmt();
3793 const CapturedStmt *CS = S.getCapturedStmt(CapturedRegion);
4089 const CapturedStmt *CS = S.getCapturedStmt(OMPD_task);
4206 const CapturedStmt *CS = S.getCapturedStmt(OMPD_task);
4760 const CapturedStmt *S,
4781 const CapturedStmt *CS = S.getInnermostCapturedStmt();
5495 const CapturedStmt *CS = S.getCapturedStmt(OMPD_teams);
6170 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
6304 const CapturedStmt *CS = S.getCapturedStmt(OMPD_taskloop);