Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h154 InliningModes HowToInline; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp963 if (HowToInline == Inline_Minimal && in shouldInlineCall()
H A DExprEngine.cpp203 VisitedCallees(VisitedCalleesIn), HowToInline(HowToInlineIn) { in ExprEngine()