Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp207 case ExprEngine::Inline_Minimal: in DisplayFunction()
257 ExprEngine::InliningModes IMode = ExprEngine::Inline_Minimal,
432 return ExprEngine::Inline_Minimal; in getInliningModeForFunction()
700 if (IMode != ExprEngine::Inline_Minimal) in HandleCode()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h134 Inline_Minimal = 0x1 enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1137 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()