Lines Matching refs:IsScalar
128 !IsScalar(DestinationType(t, true).base_type) && in GenNullableAnnotation()
136 !IsScalar(DestinationType(t, true).base_type) in GenPureAnnotation()
164 return IsScalar(type.base_type) in GenTypeGet()
249 return IsScalar(type.base_type) ? SourceCast(type, castFromDest) : ""; in SourceCastBasic()
292 if (!IsScalar(value.type.base_type)) { return "0"; } in GenDefaultValueBasic()
398 if (IsScalar(type.base_type)) { in GenSetter()
411 return IsScalar(type.base_type) ? MakeCamel(GenTypeBasic(type)) in GenMethod()
685 if (IsScalar(field.value.type.base_type)) { in GenStruct()
760 : (IsScalar(field.value.type.element) ? default_cast + "0" in GenStruct()
819 if (IsScalar(element_base_type)) { in GenStruct()
838 if (!IsScalar(element_base_type)) { in GenStruct()
846 IsScalar(field.value.type.VectorType().base_type)) || in GenStruct()
912 if (IsScalar(underlying_type.base_type) && !IsUnion(field.value.type)) { in GenStruct()
930 IsScalar(field.value.type.base_type) && !struct_def.fixed) { in GenStruct()
984 if (!IsScalar(field.value.type.base_type)) code += "Offset"; in GenStruct()
1000 if (!IsScalar(field.value.type.base_type)) code += "Offset"; in GenStruct()
1029 if (!IsScalar(field.value.type.base_type)) argname += "Offset"; in GenStruct()