Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp256 bool CompilerType::IsScalarType() const { in IsScalarType() function in CompilerType
259 return type_system_sp->IsScalarType(m_type); in IsScalarType()
288 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
294 return element_type.IsScalarType(); in IsArrayOfScalarType()
350 return IsScalarType() || IsUnscopedEnumerationType(); in IsScalarOrUnscopedEnumerationType()
430 return IsScalarType() || IsUnscopedEnumerationType() || IsPointerType() || in IsContextuallyConvertibleToBool()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h386 bool IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h190 bool IsScalarType() const;
H A DTypeSystem.h198 virtual bool IsScalarType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h710 bool IsScalarType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3629 bool TypeSystemClang::IsScalarType(lldb::opaque_compiler_type_t type) { in IsScalarType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp908 } else if (valobj_sp->GetCompilerType().IsScalarType()) { in GetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1612 if (!IsScalarType()) in GetSyntheticBitFieldChild()