Searched refs:isDerivedWithLenParameters (Results 1 – 7 of 7) sorted by relevance
69 } else if (box.isDerivedWithLenParameters()) { in createNewFirBox()167 else if (box.isDerivedWithLenParameters()) in read()309 else if (box.isDerivedWithLenParameters()) in updateMutableProperties()504 } else if (arr.isDerivedWithLenParameters()) { in associateMutableBox()596 } else if (arr.isDerivedWithLenParameters()) { in associateMutableBoxWithRemap()739 if (box.isDerivedWithLenParameters()) in genReallocIfNeeded()775 } else if (box.isDerivedWithLenParameters()) { in genReallocIfNeeded()851 if (box.isDerivedWithLenParameters()) in finalizeRealloc()
687 if (box.isDerivedWithLenParameters()) in readBoxValue()775 if (box.isDerivedWithLenParameters()) { in getTypeParams()955 if (box.isDerivedWithLenParameters()) in arrayElementToExtendedValue()
225 static bool isDerivedWithLenParameters(const Fortran::semantics::Symbol &sym) { in isDerivedWithLenParameters() function303 } else if (isDerivedWithLenParameters(sym)) { in getFromTuple()428 !isDerivedWithLenParameters(sym); in canReadCapturedBoxValue()440 if (isDerivedWithLenParameters(sym)) in walkCaptureCategories()
454 if (box.isDerivedWithLenParameters()) in createHostAssociateVarClone()2241 else if (fir::isDerivedWithLenParameters(rhs)) in genAssignment()
340 if (fir::isDerivedWithLenParameters(exv)) in createInMemoryScalarCopy()2742 if (x.isDerivedWithLenParameters()) in genTempExtAddr()2901 if (fir::isDerivedWithLenParameters(actualArg)) in createScalarTempForArgThatMayBeAbsent()3741 mutableBox.isDerivedWithLenParameters()) in lowerAllocatableArrayAssignment()
500 EXPECT_FALSE(fir::isDerivedWithLenParameters(scalar)); in TEST_F()505 EXPECT_FALSE(fir::isDerivedWithLenParameters(array)); in TEST_F()523 EXPECT_TRUE(fir::isDerivedWithLenParameters(scalar)); in TEST_F()528 EXPECT_TRUE(fir::isDerivedWithLenParameters(array)); in TEST_F()
249 bool isDerivedWithLenParameters() const { in isDerivedWithLenParameters() function535 inline bool isDerivedWithLenParameters(const ExtendedValue &exv) { in isDerivedWithLenParameters() function