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

Function isRValueReference

lib/symboldatabase.h:491–493  ·  view source on GitHub ↗

* Is reference variable. * @return true if reference, false otherwise */

Source from the content-addressed store, hash-verified

489 * @return true if reference, false otherwise
490 */
491 bool isRValueReference() const {
492 return getFlag(fIsRValueRef);
493 }
494
495 /**
496 * Is variable unsigned.

Callers

nothing calls this directly

Calls 1

getFlagFunction · 0.70

Tested by

no test coverage detected