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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp217 bool CompilerType::IsScalarType() const { function in class:CompilerType
221 return m_type_system->IsScalarType(m_type);
240 return IsPointerType() && GetPointeeType().IsScalarType();
246 return element_type.IsScalarType();
H A DClangASTContext.cpp3390 bool ClangASTContext::IsScalarType(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h134 bool IsScalarType() const;
H A DTypeSystem.h181 virtual bool IsScalarType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h553 bool IsScalarType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1693 bool ValueObject::IsScalarType() { return GetCompilerType().IsScalarType(); } function in class:ValueObject
1783 if (IsScalarType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h381 virtual bool IsScalarType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp893 } else if (valobj_sp->GetCompilerType().IsScalarType()) {

Completed in 92 milliseconds