Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h487 unsigned getMaxInlinableSize();
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDAnalyzerOptions.cpp265 unsigned AnalyzerOptions::getMaxInlinableSize() { in getMaxInlinableSize() function in AnalyzerOptions
HDExprEngineCallAndReturn.cpp789 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize()) in mayInlineDecl()