Lines Matching refs:operator
117 operator T() const { in T()
124 explicit operator StorageType() const { in StorageType()
128 BitStructField& operator=(T value) {
136 BitStructField& operator=(const BitStructField& other) {
190 BitStructNumber& operator=(T value) {
194 /*implicit*/ operator T() const { in T()
198 explicit operator bool() const {
202 BitStructNumber& operator++() {
207 StorageType operator++(int) {
211 BitStructNumber& operator--() {
216 StorageType operator--(int) {
266 name& operator=(const name& other) { _ = other._; return *this; } /* NOLINT */ \