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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 627 const auto *CS = D.getInnermostCapturedStmt();
640 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers(
825 const auto *CS = D.getInnermostCapturedStmt();
842 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers(
855 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers(
868 Body = NND->getInnermostCapturedStmt()->IgnoreContainers(
892 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers(
1610 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(
CGStmtOpenMP.cpp 165 LD->getInnermostCapturedStmt()->getCapturedStmt(),
1899 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
2044 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt();
3650 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt();
3805 const CapturedStmt *ICS = S.getInnermostCapturedStmt();
3806 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt();
3922 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
4337 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt());
4791 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
5298 const CapturedStmt *CS = S.getInnermostCapturedStmt();
    [all...]
CGOpenMPRuntime.cpp 6610 const auto *CS = D.getInnermostCapturedStmt();
6838 const CapturedStmt *CS = D.getInnermostCapturedStmt();
6870 CS = Dir->getInnermostCapturedStmt();
6877 CS = Dir->getInnermostCapturedStmt();
6895 const CapturedStmt *CS = D.getInnermostCapturedStmt();
6902 CS = Dir->getInnermostCapturedStmt();
6918 return getNumThreads(CGF, D.getInnermostCapturedStmt(), ThreadLimitVal);
9545 const auto *CS = D.getInnermostCapturedStmt();
9559 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers(
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 537 CapturedStmt *getInnermostCapturedStmt() {
542 return Data->getInnermostCapturedStmt(CaptureRegions);
545 const CapturedStmt *getInnermostCapturedStmt() const {
547 ->getInnermostCapturedStmt();
OpenMPClause.h 8554 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) {
8565 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const {
8566 return const_cast<OMPChildren *>(this)->getInnermostCapturedStmt(
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 3438 visitSubCaptures(S->getInnermostCapturedStmt());
3443 llvm::any_of(S->getInnermostCapturedStmt()->captures(),
3449 Visit(S->getInnermostCapturedStmt()->getCapturedStmt());

Completed in 79 milliseconds