Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1154 std::optional<ProgramStateRef> MaybeState = in checkKernelMalloc() local
1156 if (MaybeState) in checkKernelMalloc()
1157 State = *MaybeState; in checkKernelMalloc()