Home
last modified time | relevance | path

Searched refs:IsPointerToScalarType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h178 bool IsPointerToScalarType() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp852 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in LegacyGetValueForVariableExpressionPath()
1051 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in LegacyGetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp307 bool CompilerType::IsPointerToScalarType() const { in IsPointerToScalarType() function in CompilerType