Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibCxxBitset.cpp50 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in BitsetFrontEnd()
HDLibCxxVector.cpp180 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
HDLibCxxMap.cpp310 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
HDLibCxx.cpp256 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDVectorType.cpp36 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h749 eBasicTypeBool, enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp694 return lldb::eBasicTypeBool; in GetCompilerTypeForSimpleKind()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-extensions.swig577 if basic_type == eBasicTypeBool: return (False,False)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp118 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp863 g_type_map.Append(ConstString("bool"), eBasicTypeBool); in GetBasicTypeEnumeration()
1806 case eBasicTypeBool: in GetOpaqueCompilerType()
5069 return eBasicTypeBool; in GetBasicTypeEnumeration()