Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDGenericBitset.cpp63 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
HDLibCxxVector.cpp164 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDVectorType.cpp40 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp360 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean()
381 case lldb::eBasicTypeBool: in IsPromotableIntegerType()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h817 eBasicTypeBool, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-extensions.swig592 if basic_type == eBasicTypeBool: return (False,False)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp929 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
HDSymbolFileCTF.cpp345 if (basic_type != eBasicTypeVoid && basic_type != eBasicTypeBool) { in CreateInteger()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp121 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd-13-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1035 .. py:data:: eBasicTypeBool
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp847 {"bool", eBasicTypeBool}, in GetBasicTypeEnumeration()
848 {"_Bool", eBasicTypeBool}, in GetBasicTypeEnumeration()
2043 case eBasicTypeBool: in GetOpaqueCompilerType()
5506 return eBasicTypeBool; in GetBasicTypeEnumeration()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.cpp3629 type_system_sp->GetBasicTypeFromAST(lldb::eBasicTypeBool)) { in CreateValueObjectFromBool()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81602 {SWIG_LUA_CONSTTAB_INT("eBasicTypeBool", (lldb::eBasicTypeBool))},