Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h133 virtual Value *widen(QualType Type, Value &Prev, const Environment &PrevEnv, widen() function
/freebsd-src/contrib/diff/lib/
H A Dstrftime.c189 # define widen(os, ws, l) \ macro
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp598 LatticeJoinEffect Environment::widen(const Environment &PrevEnv, widen() function in clang::dataflow::Environment