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

exprObjType variable

Syntax

static const Jim_ObjType exprObjType = { "expression", FreeExprInternalRep, DupExprInternalRep, NULL, JIM_TYPE_REFERENCES, };

References

LocationReferrerText
jimsh0.c:13479
static const Jim_ObjType exprObjType = {
jimsh0.c:13945SetExprFromAny()
objPtr->typePtr = &exprObjType;
jimsh0.c:13951JimGetExpression()
if (objPtr->typePtr != &exprObjType) {

Type Use

Type of exprObjType
exprObjType
all items filtered out