Home
last modified time | relevance | path

Searched refs:IsScalarType (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DCompilerType.cpp257 bool CompilerType::IsScalarType() const { in IsScalarType() function in CompilerType
260 return type_system_sp->IsScalarType(m_type); in IsScalarType()
289 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
295 return element_type.IsScalarType(); in IsArrayOfScalarType()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DValueObject.h386 virtual bool IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DCompilerType.h195 bool IsScalarType() const;
DTypeSystem.h193 virtual bool IsScalarType(lldb::opaque_compiler_type_t type) = 0;
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h639 bool IsScalarType(lldb::opaque_compiler_type_t type) override;
DTypeSystemClang.cpp3704 bool TypeSystemClang::IsScalarType(lldb::opaque_compiler_type_t type) { in IsScalarType() function in TypeSystemClang
/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrame.cpp914 } else if (valobj_sp->GetCompilerType().IsScalarType()) { in GetValueForVariableExpressionPath()
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObject.cpp1657 if (IsScalarType()) { in GetSyntheticBitFieldChild()