Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/value_var_update/
H A Dmain.c1 struct complex_type { struct
3 struct complex_type *complex_ptr; argument
8 struct complex_type c = { { 1L }, &c }; in main()
/llvm-project-15.0.7/flang/test/Semantics/
H A Dcollectives02.f9014 complex complex_type variable
58 call co_min(complex_type)
H A Dcollectives03.f9014 complex complex_type variable
58 call co_max(complex_type)
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp376 const auto complex_type = in MapSymbolType() local
378 if (complex_type == llvm::COFF::IMAGE_SYM_DTYPE_FUNCTION) { in MapSymbolType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3892 const clang::ComplexType *complex_type = llvm::dyn_cast<clang::ComplexType>( in GetTypeInfo() local
3894 if (complex_type) { in GetTypeInfo()
3895 clang::QualType complex_element_type(complex_type->getElementType()); in GetTypeInfo()
5082 const clang::ComplexType *complex_type = in GetEncoding() local
5084 if (complex_type) in GetEncoding()
5085 encoding = GetType(complex_type->getElementType()).GetEncoding(count); in GetEncoding()