Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h178 InliningModes HowToInline; variable
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1082 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
H A DExprEngine.cpp224 HowToInline(HowToInlineIn) { in ExprEngine()