Searched refs:IsNonContiguous (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 7338 bool IsNonContiguous = false; member 7573 if (IsNonContiguous) in getMapTypeBits() 7899 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList() local 7934 !IsNonContiguous && in generateInfoForComponentList() 8135 IsCaptureFirstInfo && !RequiresReference, IsNonContiguous); in generateInfoForComponentList() 8185 if (IsFinalArraySection || IsNonContiguous) in generateInfoForComponentList() 8214 if (!IsNonContiguous) in generateInfoForComponentList() 8772 CurInfo.NonContigInfo.IsNonContiguous = in generateAllInfoForClauses() 9474 bool IsNonContiguous = false) { in emitOffloadingArrays() argument 9521 if (IsNonContiguous && in emitOffloadingArrays() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18592 bool IsNonContiguous = false; member in __anon4581b7f85411::MapBaseChecker 18622 Components.emplace_back(DRE, DRE->getDecl(), IsNonContiguous); in VisitDeclRefExpr() 18694 Components.emplace_back(ME, FD, IsNonContiguous); in VisitMemberExpr() 18732 Components.emplace_back(AE, nullptr, IsNonContiguous); in VisitArraySubscriptExpr() 18777 IsNonContiguous = true; in VisitOMPArraySectionExpr() 18822 Components.emplace_back(E, nullptr, IsNonContiguous); in VisitOMPArrayShapingExpr() 18862 Components.emplace_back(CTE, nullptr, IsNonContiguous); in VisitCXXThisExpr() 18867 Components.emplace_back(COCE, nullptr, IsNonContiguous); in VisitCXXOperatorCallExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4957 bool IsNonContiguous) in MappableComponent() argument 4959 IsNonContiguous), in MappableComponent()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 12719 bool IsNonContiguous = Record.readBool(); in VisitOMPToClause() local 12721 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPToClause() 12775 bool IsNonContiguous = Record.readBool(); in VisitOMPFromClause() local 12777 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPFromClause()
|