Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp327 StorageLocation &locForHasValue(const RecordStorageLocation &OptionalLoc) { in locForHasValue() function
339 Env.setValue(locForHasValue(OptionalLoc), HasValueVal); in setHasValue()
347 StorageLocation &HasValueLoc = locForHasValue(*OptionalLoc); in getHasValue()
485 if (State.Env.getValue(locForHasValue(*Loc)) != nullptr) in transferCallReturningOptional()
872 auto *Prop = Env.getValue(locForHasValue(*OptionalLoc)); in diagnoseUnwrapCall()