Home
last modified time | relevance | path

Searched refs:ReturnChildren (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCalledOnceCheck.cpp1262 std::unique_ptr<ParentMap> ReturnChildren; in isPossiblyEmptyImpl() local
1267 [&ReturnChildren](const CFGElement &Element) { in isPossiblyEmptyImpl()
1274 ReturnChildren = std::make_unique<ParentMap>( in isPossiblyEmptyImpl()
1281 (ReturnChildren && in isPossiblyEmptyImpl()
1282 ReturnChildren->hasParent(SuspiciousStmt)); in isPossiblyEmptyImpl()