reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Utility/Scalar.cpp
   52     temp_value = rhs; // Copy right hand side into the temp value
   53     if (temp_value.Promote(lhs_type)) // Promote it
   55           &temp_value; // Update the pointer for the promoted right hand side
   58     temp_value = lhs; // Copy left hand side value into the temp value
   59     if (temp_value.Promote(rhs_type)) // Promote it
   61           &temp_value; // Update the pointer for the promoted left hand side