HomeSort by relevance Sort by last modified time
    Searched refs:getMaxInlinableSize (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 211 // \sa getMaxInlinableSize
326 unsigned getMaxInlinableSize();
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 180 unsigned AnalyzerOptions::getMaxInlinableSize() {
ExprEngineCallAndReturn.cpp 713 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize())
    [all...]

Completed in 171 milliseconds