Searched refs:doesNotFreeMemory (Results 1 – 4 of 4) sorted by relevance
346 EXPECT_FALSE(GTID->getCalledFunction()->doesNotFreeMemory()); in TEST_F()353 EXPECT_FALSE(Barrier->getCalledFunction()->doesNotFreeMemory()); in TEST_F()390 EXPECT_FALSE(GTID->getCalledFunction()->doesNotFreeMemory()); in TEST_F()397 EXPECT_FALSE(Cancel->getCalledFunction()->doesNotFreeMemory()); in TEST_F()408 EXPECT_FALSE(GTID1->getCalledFunction()->doesNotFreeMemory()); in TEST_F()414 EXPECT_FALSE(Barrier->getCalledFunction()->doesNotFreeMemory()); in TEST_F()461 EXPECT_FALSE(GTID->getCalledFunction()->doesNotFreeMemory()); in TEST_F()468 EXPECT_FALSE(Cancel->getCalledFunction()->doesNotFreeMemory()); in TEST_F()481 EXPECT_FALSE(GTID1->getCalledFunction()->doesNotFreeMemory()); in TEST_F()530 EXPECT_FALSE(GTID->getCalledFunction()->doesNotFreeMemory()); in TEST_F()[all …]
590 bool doesNotFreeMemory() const { in doesNotFreeMemory() function
797 if (F->doesNotFreeMemory() && F->hasNoSync()) in canBeFreed()
1572 [](const Function &F) { return F.doesNotFreeMemory(); }, in inferAttrsFromFunctionBodies()