Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp93 std::optional<bool> IsInvariantBreak = in checkPostCall() local
95 if (!IsInvariantBreak) in checkPostCall()
99 if (*IsInvariantBreak) in checkPostCall()
141 std::optional<bool> IsInvariantBreak = in checkEndFunction() local
143 if (!IsInvariantBreak) in checkEndFunction()
147 if (!*IsInvariantBreak) in checkEndFunction()