Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h182 bool IsPointerToScalarType() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp799 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath()
997 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp285 bool CompilerType::IsPointerToScalarType() const { in IsPointerToScalarType() function in CompilerType