Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp43 return m_opaque_up->DoesCoerceToId(); in GetCoerceResultToId()
/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDUserExpression.cpp180 const ResultType desired_type = options.DoesCoerceToId() in Evaluate()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h326 bool DoesCoerceToId() const { return m_coerce_to_id; } in DoesCoerceToId() function