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.cpp1300 std::optional<ProgramStateRef> MaybeState = in checkKernelMalloc() local
1302 if (MaybeState) in checkKernelMalloc()
1303 State = *MaybeState; in checkKernelMalloc()