Searched refs:coerce (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp51 SBExpressionOptions::SetCoerceResultToId (bool coerce) argument
53 m_opaque_ap->SetCoerceToId (coerce);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h36 SetCoerceResultToId (bool coerce = true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h318 SetCoerceToId (bool coerce = true)
320 m_coerce_to_id = coerce;

Completed in 301 milliseconds