Home
last modified time | relevance | path

Searched refs:eBasicTypeBool (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxBitset.cpp50 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in BitsetFrontEnd()
DLibCxxVector.cpp180 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
DLibCxxMap.cpp310 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
DLibCxx.cpp292 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp53 context.hasSameType(GetBasicQualType(eBasicTypeBool), context.BoolTy)); in TEST_F()
153 EXPECT_EQ(GetBasicQualType(eBasicTypeBool), GetBasicQualType("bool")); in TEST_F()
300 TypeSystemClang::GetOpaqueCompilerType(&context, lldb::eBasicTypeBool); in TEST_F()
/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp36 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h757 eBasicTypeBool, enumerator
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp694 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
/external/llvm-project/lldb/bindings/python/
Dpython-extensions.swig577 if basic_type == eBasicTypeBool: return (False,False)
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp118 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp915 g_type_map.Append(ConstString("bool"), eBasicTypeBool); in GetBasicTypeEnumeration()
1939 case eBasicTypeBool: in GetOpaqueCompilerType()
5320 return eBasicTypeBool; in GetBasicTypeEnumeration()