Searched defs:runOnBlock (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h164 void runOnBlock(const CFGBlock *B, bool recordStmtValues) { function in class:clang::DataflowSolver
174 void runOnBlock(const CFGBlock &B, bool recordStmtValues) { function in class:clang::DataflowSolver
177 void runOnBlock(CFG::iterator &I, bool recordStmtValues) { function in class:clang::DataflowSolver
180 void runOnBlock(CFG::const_iterator &I, bool recordStmtValues) { function in class:clang::DataflowSolver
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp461 LiveVariablesImpl::runOnBlock(const CFGBlock *block, function in class:LiveVariablesImpl
H A DUninitializedValues.cpp742 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, function

Completed in 112 milliseconds