Lines Matching refs:cls
242 #define FORBID_STRING_OPS_2(cls, t) \
250 #define FORBID_STRING_OPS(cls, t) \
251 explicit cls(t); \
252 explicit cls(const t *); \
253 cls &operator=(t); \
254 cls &operator=(const t *); \
255 cls &operator+=(t); \
256 cls &operator+=(const t *); \
257 FORBID_STRING_OPS_2(cls, t) \
260 cls &operator+(t); \
261 cls &operator+(const t *); \