Home
last modified time | relevance | path

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

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