Searched refs:complex_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.h196 bfd_boolean (*complex_type) (void *, unsigned int); member in struct:debug_write_fns
H A Ddebug.c2499 return (*fns->complex_type) (fhandle, type->size);
/freebsd-11-stable/contrib/gcc/
H A Dcalls.c3182 tree complex_type;
3184 complex_type = TREE_TYPE (complex_value);
3185 if (!complex_type)
3188 if (TREE_CODE (complex_type) == COMPLEX_TYPE
3189 && targetm.calls.split_complex_arg (complex_type))
3194 subtype = TREE_TYPE (complex_type);
3235 tree complex_type = TREE_VALUE (p);
3237 if (TREE_CODE (complex_type) == COMPLEX_TYPE
3238 && targetm.calls.split_complex_arg (complex_type))
3243 TREE_VALUE (p) = TREE_TYPE (complex_type);
3181 tree complex_type; local
3234 tree complex_type = TREE_VALUE (p); local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.c3890 struct type *complex_type =
3892 TYPE_TARGET_TYPE (complex_type) = float_type;
3893 return complex_type;
3884 struct type *complex_type = local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp3596 const clang::ComplexType *complex_type = llvm::dyn_cast<clang::ComplexType>( local
3598 if (complex_type) {
3599 clang::QualType complex_element_type(complex_type->getElementType());
4675 const clang::ComplexType *complex_type = local
4677 if (complex_type)
4678 encoding = GetType(complex_type->getElementType()).GetEncoding(count);

Completed in 251 milliseconds