Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp61 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
H A DLibCxxVector.cpp180 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
H A DLibCxxMap.cpp306 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
H A DLibCxx.cpp323 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp39 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h776 eBasicTypeBool, enumerator
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig579 if basic_type == eBasicTypeBool: return (False,False)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp925 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp121 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1033 .. py:data:: eBasicTypeBool
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp909 g_type_map.Append(ConstString("bool"), eBasicTypeBool); in GetBasicTypeEnumeration()
2084 case eBasicTypeBool: in GetOpaqueCompilerType()
5539 return eBasicTypeBool; in GetBasicTypeEnumeration()