Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h579 BoolValue &makeTopBoolValue() const { in makeTopBoolValue() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp190 return {&CurrentEnv.makeTopBoolValue(), LatticeEffect::Changed}; in widenDistinctValues()