Lines Matching refs:deref
560 bool deref = false; in GetValueForVariableExpressionPath() local
575 deref = true; in GetValueForVariableExpressionPath()
762 if (valobj_sp->GetClangType().IsPointerToScalarType() && deref) in GetValueForVariableExpressionPath()
778 deref = false; in GetValueForVariableExpressionPath()
780 else if (valobj_sp->GetClangType().IsArrayOfScalarType() && deref) in GetValueForVariableExpressionPath()
797 deref = false; in GetValueForVariableExpressionPath()
964 if (valobj_sp->GetClangType().IsPointerToScalarType() && deref) in GetValueForVariableExpressionPath()
980 deref = false; in GetValueForVariableExpressionPath()
982 … else if (valobj_sp->GetClangType().IsArrayOfScalarType() && deref) in GetValueForVariableExpressionPath()
999 deref = false; in GetValueForVariableExpressionPath()
1081 if (deref) in GetValueForVariableExpressionPath()