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

exprObjType variable

Syntax

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

References

LocationReferrerText
jim.c:9170
static const Jim_ObjType exprObjType = {
jim.c:9654SetExprFromAny()
objPtr->typePtr = &exprObjType;
jim.c:9660JimGetExpression()
if (objPtr->typePtr != &exprObjType) {
jim.c:9875Jim_EvalExpression()
exprObjPtr->typePtr = &exprObjType;

Type Use

Type of exprObjType
exprObjType
all items filtered out