Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp50 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in BitsetFrontEnd()
H A DLibCxxVector.cpp180 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
H A DLibCxxMap.cpp309 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
H A DLibCxx.cpp292 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp36 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h762 eBasicTypeBool, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp694 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig578 if basic_type == eBasicTypeBool: return (False,False)
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp118 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1032 .. py:data:: eBasicTypeBool
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp916 g_type_map.Append(ConstString("bool"), eBasicTypeBool); in GetBasicTypeEnumeration()
2045 case eBasicTypeBool: in GetOpaqueCompilerType()
5447 return eBasicTypeBool; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71030 {SWIG_LUA_CONSTTAB_INT("eBasicTypeBool", lldb::eBasicTypeBool)},