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

/external/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h84 /// has been recorded at the statement level (see runOnAllBlocks), and
89 /// before the given block-level expression (see runOnAllBlocks).
96 void runOnAllBlocks(Observer &obs);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp444 L->runOnAllBlocks(A);
/external/clang/lib/Analysis/
H A DLiveVariables.cpp477 void LiveVariables::runOnAllBlocks(LiveVariables::Observer &obs) { function in class:LiveVariables

Completed in 250 milliseconds