reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86605   SWIG_Python_SetConstant(d, "eBasicTypeFloat",SWIG_From_int(static_cast< int >(lldb::eBasicTypeFloat)));
tools/lldb/source/DataFormatters/VectorType.cpp
   53     return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat);
   61     return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  719     return lldb::eBasicTypeFloat;
tools/lldb/source/Symbol/ClangASTContext.cpp
  976       g_type_map.Append(ConstString("float"), eBasicTypeFloat);
 1996   case eBasicTypeFloat:
 5763         return eBasicTypeFloat;
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   72   EXPECT_TRUE(context->hasSameType(GetBasicQualType(eBasicTypeFloat),
  163   EXPECT_EQ(GetBasicQualType(eBasicTypeFloat), GetBasicQualType("float"));