Searched defs:PrevEnv (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 161 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 D | DataflowEnvironment.h | 142 const Environment &PrevEnv, in widen()
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysisTest.cpp | 842 widen(QualType Type,Value & Prev,const Environment & PrevEnv,Value & Current,Environment & CurrentEnv) widen() argument
|