Home
last modified time | relevance | path

Searched defs:PrevEnv (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp161 widenDistinctValues(QualType Type,Value & Prev,const Environment & PrevEnv,Value & Current,Environment & CurrentEnv,Environment::ValueModel & Model) widenDistinctValues() argument
265 widenKeyToValueMap(const llvm::MapVector<Key,Value * > & CurMap,const llvm::MapVector<Key,Value * > & PrevMap,Environment & CurEnv,const Environment & PrevEnv,Environment::ValueModel & Model,LatticeEffect & Effect) widenKeyToValueMap() argument
708 widen(const Environment & PrevEnv,Environment::ValueModel & Model) widen() argument
[all...]
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h142 const Environment &PrevEnv, in widen()
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp842 widen(QualType Type,Value & Prev,const Environment & PrevEnv,Value & Current,Environment & CurrentEnv) widen() argument