Searched refs:eBasicTypeBool (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | GenericBitset.cpp | 61 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
|
| H A D | LibCxxVector.cpp | 178 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
|
| H A D | LibCxxMap.cpp | 298 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
|
| H A D | LibCxx.cpp | 327 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 39 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 339 return GetCanonicalType().GetBasicTypeEnumeration() == lldb::eBasicTypeBool; in IsBoolean() 360 case lldb::eBasicTypeBool: in IsPromotableIntegerType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 814 eBasicTypeBool, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 592 if basic_type == eBasicTypeBool: return (False,False)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 929 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 121 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 1035 .. py:data:: eBasicTypeBool
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 908 {"bool", eBasicTypeBool}, in GetBasicTypeEnumeration() 2091 case eBasicTypeBool: in GetOpaqueCompilerType() 5419 return eBasicTypeBool; in GetBasicTypeEnumeration()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 78315 {SWIG_LUA_CONSTTAB_INT("eBasicTypeBool", lldb::eBasicTypeBool)},
|