Searched defs:VarsWithImplicitDSA (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 7815 Sema::VarsWithInheritedDSAType &VarsWithImplicitDSA, in checkOpenMPIterationSpace() 8161 Sema::VarsWithInheritedDSAType &VarsWithImplicitDSA, in checkOpenMPLoop() 8908 VarsWithInheritedDSAType &VarsWithImplicitDSA) { in ActOnOpenMPSimdDirective() 8947 VarsWithInheritedDSAType &VarsWithImplicitDSA) { in ActOnOpenMPForDirective() 8983 SourceLocation EndLoc, VarsWithInheritedDSAType &VarsWithImplicitDSA) { in ActOnOpenMPForSimdDirective() 9173 SourceLocation EndLoc, VarsWithInheritedDSAType &VarsWithImplicitDSA) { in ActOnOpenMPParallelForDirective() 9217 SourceLocation EndLoc, VarsWithInheritedDSAType &VarsWithImplicitDSA) { in ActOnOpenMPParallelForSimdDirective() 10401 SourceLocation EndLoc, VarsWithInheritedDSAType &VarsWithImplicitDSA) { in ActOnOpenMPTargetParallelForDirective() 10708 SourceLocation EndLoc, VarsWithInheritedDSAType &VarsWithImplicitDSA) { in ActOnOpenMPTaskLoopDirective() 10745 SourceLocation EndLoc, VarsWithInheritedDSAType &VarsWithImplicitDSA) { in ActOnOpenMPTaskLoopSimdDirective() [all …]
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4613 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA, in CheckOpenMPIterationSpace() 4934 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA, in CheckOpenMPLoop() 5456 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPSimdDirective() 5510 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPForDirective() 5546 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPForSimdDirective() 5756 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPParallelForDirective() 5801 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPParallelForSimdDirective() 6774 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPTargetParallelForDirective() 6988 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPTaskLoopDirective() 7020 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPTaskLoopSimdDirective() [all …]
|