Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.h65 static UncheckedOptionalAccessLattice initialElement() { return {}; } in initialElement() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h94 return {static_cast<Derived *>(this)->initialElement()}; in typeErasedInitialElement()