Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp119 class CFGBlockValues { class
157 CFGBlockValues::CFGBlockValues(const CFG &c) : cfg(c), vals(0) {} in CFGBlockValues() function in CFGBlockValues