Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dcomplex_value.cc30 typedef complex<double> complex_type; in test01() typedef
34 complex_type a(cd1, cd2); in test01()
42 complex_type c(cd1, cd2); in test01()
54 complex_type e = conj(c); in test01()
56 complex_type f = polar(c.imag(), 0.0); in test01()
/openbsd-src/gnu/gcc/gcc/
H A Dcalls.c3180 tree complex_type; in split_complex_values() local
3182 complex_type = TREE_TYPE (complex_value); in split_complex_values()
3183 if (!complex_type) in split_complex_values()
3186 if (TREE_CODE (complex_type) == COMPLEX_TYPE in split_complex_values()
3187 && targetm.calls.split_complex_arg (complex_type)) in split_complex_values()
3192 subtype = TREE_TYPE (complex_type); in split_complex_values()
3233 tree complex_type = TREE_VALUE (p); in split_complex_types() local
3235 if (TREE_CODE (complex_type) == COMPLEX_TYPE in split_complex_types()
3236 && targetm.calls.split_complex_arg (complex_type)) in split_complex_types()
3241 TREE_VALUE (p) = TREE_TYPE (complex_type); in split_complex_types()
H A Dtree.def186 DEFTREECODE (COMPLEX_TYPE, "complex_type", tcc_type, 0)
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h196 bfd_boolean (*complex_type) (void *, unsigned int); member
H A Ddebug.c2498 return (*fns->complex_type) (fhandle, type->size); in debug_write_type()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.h196 bfd_boolean (*complex_type) (void *, unsigned int); member
H A Ddebug.c2497 return (*fns->complex_type) (fhandle, type->size); in debug_write_type()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp378 const auto complex_type = in MapSymbolType() local
380 if (complex_type == llvm::COFF::IMAGE_SYM_DTYPE_FUNCTION) { in MapSymbolType()
385 complex_type == llvm::COFF::IMAGE_SYM_DTYPE_NULL) { in MapSymbolType()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c3840 struct type *complex_type = in read_range_type() local
3842 TYPE_TARGET_TYPE (complex_type) = float_type; in read_range_type()
3843 return complex_type; in read_range_type()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3940 const clang::ComplexType *complex_type = llvm::dyn_cast<clang::ComplexType>( in GetTypeInfo() local
3942 if (complex_type) { in GetTypeInfo()
3943 clang::QualType complex_element_type(complex_type->getElementType()); in GetTypeInfo()
5133 const clang::ComplexType *complex_type = in GetEncoding() local
5135 if (complex_type) in GetEncoding()
5136 encoding = GetType(complex_type->getElementType()).GetEncoding(count); in GetEncoding()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.def147 DEFTREECODE (COMPLEX_TYPE, "complex_type", 't', 0)