Searched refs:eBasicTypeBool (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxBitset.cpp | 50 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in BitsetFrontEnd()
|
D | LibCxxVector.cpp | 180 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
|
D | LibCxxMap.cpp | 310 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
|
D | LibCxx.cpp | 292 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 53 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/ |
D | VectorType.cpp | 36 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-enumerations.h | 757 eBasicTypeBool, enumerator
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbUtil.cpp | 694 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
|
/external/llvm-project/lldb/bindings/python/ |
D | python-extensions.swig | 577 if basic_type == eBasicTypeBool: return (False,False)
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 118 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 915 g_type_map.Append(ConstString("bool"), eBasicTypeBool); in GetBasicTypeEnumeration() 1939 case eBasicTypeBool: in GetOpaqueCompilerType() 5320 return eBasicTypeBool; in GetBasicTypeEnumeration()
|