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

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

Completed in 33 milliseconds