coercedDoubleObjType is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

coercedDoubleObjType variable

Syntax

static const Jim_ObjType coercedDoubleObjType = { "coerced-double", NULL, NULL, UpdateStringOfInt, JIM_TYPE_NONE, };

References

LocationReferrerText
jimsh0.c:10812
static const Jim_ObjType coercedDoubleObjType = {
jimsh0.c:10861SetIntFromAny()
if (objPtr->typePtr == &coercedDoubleObjType) {
jimsh0.c:11027SetDoubleFromAny()
objPtr->typePtr = &coercedDoubleObjType;
jimsh0.c:11047Jim_GetDouble()
if (objPtr->typePtr == &coercedDoubleObjType) {
jimsh0.c:11054Jim_GetDouble()
if (objPtr->typePtr == &coercedDoubleObjType) {

Type Use

Type of coercedDoubleObjType
coercedDoubleObjType
all items filtered out