Searched refs:runOnAllBlocks (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h82 /// has been recorded at the statement level (see runOnAllBlocks), and
87 /// before the given block-level expression (see runOnAllBlocks).
98 void runOnAllBlocks(Observer &obs);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp529 L->runOnAllBlocks(A);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp528 void LiveVariables::runOnAllBlocks(LiveVariables::Observer &obs) { function in class:LiveVariables

Completed in 114 milliseconds