Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h130 bool IsPointerToScalarType() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp242 bool CompilerType::IsPointerToScalarType() const { in IsPointerToScalarType() function in CompilerType
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp779 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath()
977 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath()