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

/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp1229 const ComplexType *complex_type = dyn_cast<ComplexType>(qual_type->getCanonicalTypeInternal()); local
1230 if (complex_type)
1232 QualType complex_element_type (complex_type->getElementType());
1878 const ComplexType *complex_type = qual_type->getAsComplexIntegerType(); local
1879 if (complex_type)
1880 encoding = ClangASTType(m_ast, complex_type->getElementType()).GetEncoding(count);

Completed in 159 milliseconds