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
jim.c:6004
static const Jim_ObjType coercedDoubleObjType = {
jim.c:6057SetIntFromAny()
if (objPtr->typePtr == &coercedDoubleObjType) {
jim.c:6248SetDoubleFromAny()
objPtr->typePtr = &coercedDoubleObjType;
jim.c:6260SetDoubleFromAny()
objPtr->typePtr = &coercedDoubleObjType;
jim.c:6280Jim_GetDouble()
if (objPtr->typePtr == &coercedDoubleObjType) {
jim.c:6287Jim_GetDouble()
if (objPtr->typePtr == &coercedDoubleObjType) {

Type Use

Type of coercedDoubleObjType
coercedDoubleObjType
all items filtered out