Lines Matching full:basic
20 struct Basic {
101 CALL_AO(Basic)
110 // Basic copy-assignment:
111 // CHECK-LABEL: define linkonce_odr nonnull %struct.Basic* @_ZN5BasicaSERKS_(%struct.Basic* %this, %struct.Basic* nonnull)
115 // CHECK: ret %struct.Basic*
184 CALL_CC(Basic)
186 // Basic copy-constructor:
187 // CHECK-LABEL: define linkonce_odr void @_ZN5BasicC2ERKS_(%struct.Basic* %this, %struct.Basic* nonnull)