Searched refs:eBasicTypeBool (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | GenericBitset.cpp | 60 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
|
| H A D | LibCxxVector.cpp | 179 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
|
| H A D | LibCxxMap.cpp | 307 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
|
| H A D | LibCxx.cpp | 311 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 53 context.hasSameType(GetBasicQualType(eBasicTypeBool), context.BoolTy)); in TEST_F() 156 EXPECT_EQ(GetBasicQualType(eBasicTypeBool), GetBasicQualType("bool")); in TEST_F() 303 TypeSystemClang::GetOpaqueCompilerType(&context, lldb::eBasicTypeBool); in TEST_F() 924 CompilerType bool_ = m_ast->GetBasicType(eBasicTypeBool); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 36 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 771 eBasicTypeBool, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 831 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-extensions.swig | 579 if basic_type == eBasicTypeBool: return (False,False)
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 120 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 1033 .. py:data:: eBasicTypeBool
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 906 g_type_map.Append(ConstString("bool"), eBasicTypeBool); in GetBasicTypeEnumeration() 2051 case eBasicTypeBool: in GetOpaqueCompilerType() 5486 return eBasicTypeBool; in GetBasicTypeEnumeration()
|