Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h179 InliningModes HowToInline; variable
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1138 if (HowToInline == Inline_Minimal && (!isSmall(CalleeADC) || IsRecursive)) in shouldInlineCall()
H A DExprEngine.cpp231 HowToInline(HowToInlineIn) { in ExprEngine()