Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp761 llvm::Optional<ProgramStateRef> MaybeState = in checkPostStmt() local
763 if (MaybeState.hasValue()) in checkPostStmt()
764 State = MaybeState.getValue(); in checkPostStmt()
769 llvm::Optional<ProgramStateRef> MaybeState = in checkPostStmt() local
771 if (MaybeState.hasValue()) in checkPostStmt()
772 State = MaybeState.getValue(); in checkPostStmt()