Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DLiveVariables.h96 void runOnAllBlocks(Observer &obs);
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp444 L->runOnAllBlocks(A); in checkASTCodeBody()
/external/clang/lib/Analysis/
DLiveVariables.cpp477 void LiveVariables::runOnAllBlocks(LiveVariables::Observer &obs) { in runOnAllBlocks() function in LiveVariables