Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp61 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
H A DLibCxxVector.cpp178 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
H A DLibCxxMap.cpp298 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
H A DLibCxx.cpp327 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp39 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp339 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()
360 case lldb::eBasicTypeBool: in IsPromotableIntegerType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h814 eBasicTypeBool, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig592 if basic_type == eBasicTypeBool: return (False,False)
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp929 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp121 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1035 .. py:data:: eBasicTypeBool
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp908 {"bool", eBasicTypeBool}, in GetBasicTypeEnumeration()
2091 case eBasicTypeBool: in GetOpaqueCompilerType()
5419 return eBasicTypeBool; in GetBasicTypeEnumeration()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78315 {SWIG_LUA_CONSTTAB_INT("eBasicTypeBool", lldb::eBasicTypeBool)},