Searched refs:IsNonContiguous (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6854 bool IsNonContiguous = false; member 7058 bool AddPtrFlag, bool AddIsTargetParamFlag, bool IsNonContiguous) const { in getMapTypeBits() 7099 if (IsNonContiguous) in getMapTypeBits() 7427 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList() local 7462 !IsNonContiguous && in generateInfoForComponentList() 7491 bool IsNonDerefPointer = IsPointer && !UO && !BO && !IsNonContiguous; in generateInfoForComponentList() 7589 /*AddIsTargetParamFlag=*/false, IsNonContiguous); in generateInfoForComponentList() 7625 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() 7639 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() 7651 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11020 bool IsNonContiguous = Record.readBool(); in VisitOMPToClause() local 11022 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPToClause() 11076 bool IsNonContiguous = Record.readBool(); in VisitOMPFromClause() local 11078 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPFromClause()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 20958 bool IsNonContiguous = false; member in __anon7e4ded5b5f11::MapBaseChecker 20988 Components.emplace_back(DRE, DRE->getDecl(), IsNonContiguous); in VisitDeclRefExpr() 21060 Components.emplace_back(ME, FD, IsNonContiguous); in VisitMemberExpr() 21097 Components.emplace_back(AE, nullptr, IsNonContiguous); in VisitArraySubscriptExpr() 21145 IsNonContiguous = true; in VisitOMPArraySectionExpr() 21192 Components.emplace_back(E, nullptr, IsNonContiguous); in VisitOMPArrayShapingExpr() 21232 Components.emplace_back(CTE, nullptr, IsNonContiguous); in VisitCXXThisExpr() 21237 Components.emplace_back(COCE, nullptr, IsNonContiguous); in VisitCXXOperatorCallExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5109 bool IsNonContiguous) in MappableComponent() argument 5111 IsNonContiguous), in MappableComponent()
|