Home
last modified time | relevance | path

Searched defs:CurrentEnv (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h144 Environment &CurrentEnv) { in widen()
/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp758 llvm::Triple::EnvironmentType CurrentEnv = GetCurrentShaderEnvironment(); HasMatchingEnvironmentOrNone() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp162 widenDistinctValues(QualType Type,Value & Prev,const Environment & PrevEnv,Value & Current,Environment & CurrentEnv,Environment::ValueModel & Model) widenDistinctValues() argument
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp843 widen(QualType Type,Value & Prev,const Environment & PrevEnv,Value & Current,Environment & CurrentEnv) widen() argument