Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp238 StorageLocation &locForHasValue(const RecordStorageLocation &OptionalLoc) { in locForHasValue() function
250 Env.setValue(locForHasValue(OptionalLoc), HasValueVal); in setHasValue()
269 StorageLocation &HasValueLoc = locForHasValue(*OptionalLoc); in getHasValue()
803 auto *Prop = Env.getValue(locForHasValue(*OptionalLoc)); in diagnoseUnwrapCall()