Searched refs:complex_type (Results 1 – 5 of 5) sorted by relevance
1 struct complex_type { struct3 struct complex_type *complex_ptr; argument8 struct complex_type c = { { 1L }, &c }; in main()
14 complex complex_type variable58 call co_min(complex_type)
14 complex complex_type variable58 call co_max(complex_type)
376 const auto complex_type = in MapSymbolType() local378 if (complex_type == llvm::COFF::IMAGE_SYM_DTYPE_FUNCTION) { in MapSymbolType()
3892 const clang::ComplexType *complex_type = llvm::dyn_cast<clang::ComplexType>( in GetTypeInfo() local3894 if (complex_type) { in GetTypeInfo()3895 clang::QualType complex_element_type(complex_type->getElementType()); in GetTypeInfo()5082 const clang::ComplexType *complex_type = in GetEncoding() local5084 if (complex_type) in GetEncoding()5085 encoding = GetType(complex_type->getElementType()).GetEncoding(count); in GetEncoding()