Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1173 uint64_t maxAllowedSize = AMgr.options.maxBlockVisitOnPath; in shouldInlineArrayDestruction() local
1176 return Size <= maxAllowedSize && Size > 0; in shouldInlineArrayDestruction()