Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp63 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
H A DLibCxxVector.cpp164 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp40 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp360 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()
381 case lldb::eBasicTypeBool: in IsPromotableIntegerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h817 eBasicTypeBool, enumerator
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig592 if basic_type == eBasicTypeBool: return (False,False)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp929 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp345 if (basic_type != eBasicTypeVoid && basic_type != eBasicTypeBool) { in CreateInteger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp121 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1035 .. py:data:: eBasicTypeBool
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp847 {"bool", eBasicTypeBool}, in GetBasicTypeEnumeration()
848 {"_Bool", eBasicTypeBool}, in GetBasicTypeEnumeration()
2043 case eBasicTypeBool: in GetOpaqueCompilerType()
5506 return eBasicTypeBool; in GetBasicTypeEnumeration()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3629 type_system_sp->GetBasicTypeFromAST(lldb::eBasicTypeBool)) { in CreateValueObjectFromBool()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81602 {SWIG_LUA_CONSTTAB_INT("eBasicTypeBool", (lldb::eBasicTypeBool))},