Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1027 llvm::Optional<ProgramStateRef> MaybeState = in checkKernelMalloc() local
1029 if (MaybeState.hasValue()) in checkKernelMalloc()
1030 State = MaybeState.getValue(); in checkKernelMalloc()