Home
last modified time | relevance | path

Searched refs:eBasicTypeFloatComplex (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp46 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloatComplex); in GetCompilerTypeForFormat()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h762 eBasicTypeFloatComplex, enumerator
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp712 return lldb::eBasicTypeFloatComplex; in GetCompilerTypeForSimpleKind()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp66 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeFloatComplex), in TEST_F()
/external/llvm-project/lldb/bindings/python/
Dpython-extensions.swig582 if basic_type == eBasicTypeFloatComplex: return (True,True)
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1949 case eBasicTypeFloatComplex: in GetOpaqueCompilerType()