Home
last modified time | relevance | path

Searched refs:eBasicTypeFloat (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDVectorType.cpp53 return ast_ctx->GetBasicType(lldb::eBasicTypeFloat); in GetClangTypeForFormat()
61 return ast_ctx->GetBasicType(lldb::eBasicTypeFloat); in GetClangTypeForFormat()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h673 eBasicTypeFloat, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp683 g_type_map.Append(ConstString("float").GetCString(), eBasicTypeFloat); in GetBasicTypeEnumeration()
797 case eBasicTypeFloat: in GetBasicType()
HDClangASTType.cpp2688 case clang::BuiltinType::Float: return eBasicTypeFloat; in GetBasicTypeEnumeration()