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

  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 205 // \sa getAlwaysInlineSize
320 unsigned getAlwaysInlineSize();
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 174 unsigned AnalyzerOptions::getAlwaysInlineSize() {
ExprEngineCallAndReturn.cpp 374 if (CalleeCFG->getNumBlockIDs() > AMgr.options.getAlwaysInlineSize())
704 ((CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize())
    [all...]

Completed in 789 milliseconds