HomeSort by relevance Sort by last modified time
    Searched refs:runOnAllBlocks (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 84 /// 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/
DeadStoresChecker.cpp 444 L->runOnAllBlocks(A);
  /external/clang/lib/Analysis/
LiveVariables.cpp 477 void LiveVariables::runOnAllBlocks(LiveVariables::Observer &obs) {

Completed in 424 milliseconds