Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h636 unsigned getMaxInlinableSize();
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp365 unsigned AnalyzerOptions::getMaxInlinableSize() { in getMaxInlinableSize() function in AnalyzerOptions
H A DExprEngineCallAndReturn.cpp831 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize()) in mayInlineDecl()