Home
last modified time | relevance | path

Searched refs:complex_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcalls.c3181 tree complex_type; in split_complex_values() local
3183 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() local
3236 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()
H A Dtree.def191 DEFTREECODE (COMPLEX_TYPE, "complex_type", tcc_type, 0)
/freebsd-12.1/contrib/binutils/binutils/
H A Ddebug.h196 bfd_boolean (*complex_type) (void *, unsigned int); member
H A Ddebug.c2496 return (*fns->complex_type) (fhandle, type->size); in debug_write_type()
/freebsd-12.1/contrib/gdb/gdb/
H A Dstabsread.c3884 struct type *complex_type = in read_range_type() local
3886 TYPE_TARGET_TYPE (complex_type) = float_type; in read_range_type()
3887 return complex_type; in read_range_type()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4113 const clang::ComplexType *complex_type = llvm::dyn_cast<clang::ComplexType>( in GetTypeInfo() local
4115 if (complex_type) { in GetTypeInfo()
4116 clang::QualType complex_element_type(complex_type->getElementType()); in GetTypeInfo()
5263 const clang::ComplexType *complex_type = in GetEncoding() local
5265 if (complex_type) in GetEncoding()
5266 encoding = CompilerType(getASTContext(), complex_type->getElementType()) in GetEncoding()