Home
last modified time | relevance | path

Searched defs:MayInline (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h46 unsigned MayInline : 1; variable
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1092 std::optional<bool> MayInline = Engine.FunctionSummaries->mayInline(D); shouldInlineCall() local