Home | History | Annotate | Download | only in common

Lines Matching full:commonproperties

97 type commonProperties struct {
147 propertyStructs = append(propertyStructs, &base.commonProperties, &base.variableProperties)
158 base.commonProperties.HostOrDeviceSupported = hod
159 base.commonProperties.Compile_multilib = string(defaultMultilib)
219 commonProperties commonProperties
241 a.commonProperties.CompileHostOrDevice = hod
245 a.commonProperties.CompileHostType = ht
249 a.commonProperties.CompileArch = arch
253 return a.commonProperties.CompileHostOrDevice
257 return a.commonProperties.CompileHostType
265 return a.commonProperties.CompileArch
269 return a.commonProperties.HostOrDeviceSupported == HostSupported ||
270 a.commonProperties.HostOrDeviceSupported == HostAndDeviceSupported &&
275 return a.commonProperties.HostOrDeviceSupported == DeviceSupported ||
276 a.commonProperties.HostOrDeviceSupported == HostAndDeviceSupported &&
281 if a.commonProperties.Enabled == nil {
288 return *a.commonProperties.Enabled
375 arch: a.commonProperties.CompileArch,
376 hod: a.commonProperties.CompileHostOrDevice,
377 ht: a.commonProperties.CompileHostType,
378 proprietary: a.commonProperties.Proprietary,