Searched defs:MapExpr (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6519 const Expr *MapExpr = nullptr; global() member in __anon5bd794cd2c11::MappableExprsHandler::MappingExprInfo 6522 MappingExprInfo(const ValueDecl * MapDecl,const Expr * MapExpr=nullptr) MappingExprInfo() argument 6826 generateInfoForComponentList(OpenMPMapClauseKind MapType,ArrayRef<OpenMPMapModifierKind> MapModifiers,ArrayRef<OpenMPMotionModifierKind> MotionModifiers,OMPClauseMappableExprCommon::MappableExprComponentListRef Components,MapCombinedInfoTy & CombinedInfo,MapCombinedInfoTy & StructBaseCombinedInfo,StructRangeInfoTy & PartialStruct,bool IsFirstComponentList,bool IsImplicit,bool GenerateAllInfoForClauses,const ValueDecl * Mapper=nullptr,bool ForDeviceAddr=false,const ValueDecl * BaseDecl=nullptr,const Expr * MapExpr=nullptr,ArrayRef<OMPClauseMappableExprCommon::MappableExprComponentListRef> OverlappedElements=std::nullopt) const generateInfoForComponentList() argument 8835 __anon5bd794cd3802(MappableExprsHandler::MappingExprInfo &MapExpr) emitOffloadingArrays() argument 10248 __anon5bd794cd4402(MappableExprsHandler::MappingExprInfo &MapExpr) emitTargetDataCalls() argument [all...] |
H A D | CGStmtOpenMP.cpp | 6258 CodeGenFunction::OpaqueValueMapping MapExpr(CGF, ERValExpr, ExprRValue); emitOMPAtomicUpdateExpr() local 6333 CodeGenFunction::OpaqueValueMapping MapExpr(CGF, ERValExpr, ExprRValue); emitOMPAtomicCaptureExpr() local 6350 CodeGenFunction::OpaqueValueMapping MapExpr(CGF, ERValExpr, ExprRValue); emitOMPAtomicCaptureExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 2958 Expr *MapExpr = nullptr; EndOpenMPDSABlock() local
|