Lines Matching refs:IsNonContiguous
6727 bool AddPtrFlag, bool AddIsTargetParamFlag, bool IsNonContiguous) const { in getMapTypeBits()
6768 if (IsNonContiguous) in getMapTypeBits()
7107 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous; in generateInfoForComponentList() local
7161 !IsNonContiguous && in generateInfoForComponentList()
7192 !IsNonContiguous; in generateInfoForComponentList()
7290 /*AddIsTargetParamFlag=*/false, IsNonContiguous); in generateInfoForComponentList()
7327 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList()
7343 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList()
7362 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize in generateInfoForComponentList()
7373 IsNonContiguous ? DimSize : 1); in generateInfoForComponentList()
7392 IsCaptureFirstInfo && !RequiresReference, IsNonContiguous); in generateInfoForComponentList()
7455 if (IsFinalArraySection || IsNonContiguous) in generateInfoForComponentList()
7484 if (!IsNonContiguous) in generateInfoForComponentList()
8023 CurInfo.NonContigInfo.IsNonContiguous = in generateAllInfoForClauses()
8822 bool IsNonContiguous = false) { in emitOffloadingArrays() argument