Home
last modified time | relevance | path

Searched defs:Privates (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp740 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates()
798 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create()
839 void OMPTaskReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates()
870 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create()
892 void OMPInReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates()
932 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp771 ArrayRef<const Expr *> Privates, in ReductionCodeGen()
2886 createPrivatesRecordDecl(CodeGenModule &CGM, ArrayRef<PrivateDataTy> Privates) { in createPrivatesRecordDecl()
2967 ArrayRef<PrivateDataTy> Privates) { in createKmpTaskTWithPrivatesRecordDecl()
3159 ArrayRef<PrivateDataTy> Privates) { in emitTaskPrivateMappingFunction()
3262 ArrayRef<PrivateDataTy> Privates, bool ForDup) { in emitPrivatesInit()
3376 ArrayRef<PrivateDataTy> Privates) { in checkInitIsRequired()
3409 ArrayRef<PrivateDataTy> Privates, bool WithLastIter) { in emitTaskDupFunction()
3475 ArrayRef<PrivateDataTy> Privates) { in checkDestructorsRequired()
3619 llvm::SmallVector<PrivateDataTy, 4> Privates; in emitTaskInit() local
4822 ArrayRef<const Expr *> Privates, ArrayRef<const Expr *> LHSExprs, in emitReductionFunction()
[all …]
H A DCGStmtOpenMP.cpp1225 SmallVector<const Expr *, 4> Privates; in EmitOMPReductionClauseInit() local
1433 llvm::SmallVector<const Expr *, 8> Privates; in EmitOMPReductionClauseFinal() local
3591 SmallVector<const Expr *, 4> Privates; in emitScanBasedDirectiveDecls() local
3645 SmallVector<const Expr *, 4> Privates; in emitScanBasedDirectiveFinals() local
3708 SmallVector<const Expr *, 4> Privates; in emitScanBasedDirective() local
5459 SmallVector<const Expr *, 4> Privates; in EmitOMPScanDirective() local
7659 CodeGenFunction::OMPPrivateScope &Privates) { in mapParam()
H A DCGOpenMPRuntimeGPU.cpp1656 CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> Privates, in emitReduction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18053 SmallVector<Expr *, 8> Privates; member
19087 SmallVector<Expr *, 8> Privates; in ActOnOpenMPLinearClause() local