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 221 // \sa getMaxInlinableSize
392 unsigned getMaxInlinableSize();
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 218 unsigned AnalyzerOptions::getMaxInlinableSize() {
ExprEngineCallAndReturn.cpp 789 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize())
    [all...]

Completed in 243 milliseconds