Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DLiveVariables.h60 virtual void observeStmt(const Stmt *S, in observeStmt() function
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp258 void observeStmt(const Stmt *S, const CFGBlock *block, in observeStmt() function in __anonf150ec120211::DeadStoreObs
/external/clang/lib/Analysis/
DLiveVariables.cpp255 observer->observeStmt(S, currentBlock, val); in Visit()