Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1263 std::unique_ptr<ParentMap> ReturnChildren; in isPossiblyEmptyImpl() local
1268 [&ReturnChildren](const CFGElement &Element) { in isPossiblyEmptyImpl()
1275 ReturnChildren = std::make_unique<ParentMap>( in isPossiblyEmptyImpl()
1282 (ReturnChildren && in isPossiblyEmptyImpl()
1283 ReturnChildren->hasParent(SuspiciousStmt)); in isPossiblyEmptyImpl()