MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isVolatile

Function isVolatile

lib/symboldatabase.h:397–399  ·  view source on GitHub ↗

* Is variable volatile. * @return true if volatile, false if not */

Source from the content-addressed store, hash-verified

395 * @return true if volatile, false if not
396 */
397 bool isVolatile() const {
398 return getFlag(fIsVolatile);
399 }
400
401 /**
402 * Is variable static.

Callers 2

FunctionMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected