Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h326 unsigned getMaxInlinableSize();
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp180 unsigned AnalyzerOptions::getMaxInlinableSize() { in getMaxInlinableSize() function in AnalyzerOptions
DExprEngineCallAndReturn.cpp713 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize()) in shouldInlineCall()