Searched defs:isIncrement (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp235 bool isIncrement(VarDecl *VD, const BinaryOperator* B) { function in class:__anon1649::DeadStoreObs
295 : (isIncrement(VD,B) ? DeadIncrement : Standard);

Completed in 111 milliseconds