Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp928 if (!shouldInlineArrayDestruction(getElementCountOfArrayBeingDestructed( in mayInlineCallKind()
1161 return shouldInlineArrayDestruction(ArrSize); in shouldInlineArrayConstruction()
1166 return shouldInlineArrayDestruction(*Size); in shouldInlineArrayConstruction()
1171 bool ExprEngine::shouldInlineArrayDestruction(uint64_t Size) { in shouldInlineArrayDestruction() function in ExprEngine
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h814 bool shouldInlineArrayDestruction(uint64_t Size);