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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h217 // \sa getMaxInlinableSize
373 unsigned getMaxInlinableSize();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp205 unsigned AnalyzerOptions::getMaxInlinableSize() { function in class:AnalyzerOptions
H A DExprEngineCallAndReturn.cpp789 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize())

Completed in 179 milliseconds