Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h78 void markShouldNotInline(const Decl *D) { in markShouldNotInline() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1103 Engine.FunctionSummaries->markShouldNotInline(D); in shouldInlineCall()
1116 Engine.FunctionSummaries->markShouldNotInline(D); in shouldInlineCall()
H A DExprEngine.cpp2601 Engine.FunctionSummaries->markShouldNotInline( in processCFGBlockEntrance()
2910 Engine.FunctionSummaries->markShouldNotInline( in processBranch()