Searched refs:complex_type (Results 1 – 6 of 6) sorted by relevance
3181 tree complex_type; in split_complex_values() local3183 complex_type = TREE_TYPE (complex_value); in split_complex_values()3184 if (!complex_type) in split_complex_values()3187 if (TREE_CODE (complex_type) == COMPLEX_TYPE in split_complex_values()3188 && targetm.calls.split_complex_arg (complex_type)) in split_complex_values()3193 subtype = TREE_TYPE (complex_type); in split_complex_values()3234 tree complex_type = TREE_VALUE (p); in split_complex_types() local3236 if (TREE_CODE (complex_type) == COMPLEX_TYPE in split_complex_types()3237 && targetm.calls.split_complex_arg (complex_type)) in split_complex_types()3242 TREE_VALUE (p) = TREE_TYPE (complex_type); in split_complex_types()
191 DEFTREECODE (COMPLEX_TYPE, "complex_type", tcc_type, 0)
196 bfd_boolean (*complex_type) (void *, unsigned int); member
2496 return (*fns->complex_type) (fhandle, type->size); in debug_write_type()
3884 struct type *complex_type = in read_range_type() local3886 TYPE_TARGET_TYPE (complex_type) = float_type; in read_range_type()3887 return complex_type; in read_range_type()
4113 const clang::ComplexType *complex_type = llvm::dyn_cast<clang::ComplexType>( in GetTypeInfo() local4115 if (complex_type) { in GetTypeInfo()4116 clang::QualType complex_element_type(complex_type->getElementType()); in GetTypeInfo()5263 const clang::ComplexType *complex_type = in GetEncoding() local5265 if (complex_type) in GetEncoding()5266 encoding = CompilerType(getASTContext(), complex_type->getElementType()) in GetEncoding()