::OP_FUNC is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

::OP_FUNC

Syntax

OP_FUNC = 0x0001;

References

LocationReferrerText
jimsh0.c:13155
OP_FUNC = 0x0001,
jimsh0.c:13209
OPRINIT_ATTR("int", 200, 1, JimExprOpNumUnary, OP_FUNC),
jimsh0.c:13210
OPRINIT_ATTR("wide", 200, 1, JimExprOpNumUnary, OP_FUNC),
jimsh0.c:13211
OPRINIT_ATTR("abs", 200, 1, JimExprOpNumUnary, OP_FUNC),
jimsh0.c:13212
OPRINIT_ATTR("double", 200, 1, JimExprOpNumUnary, OP_FUNC),
jimsh0.c:13213
OPRINIT_ATTR("round", 200, 1, JimExprOpNumUnary, OP_FUNC),
jimsh0.c:13214
OPRINIT_ATTR("rand", 200, 0, JimExprOpNone, OP_FUNC),
jimsh0.c:13215
OPRINIT_ATTR("srand", 200, 1, JimExprOpIntUnary, OP_FUNC),
jimsh0.c:13429JimParseExprOperator()
if (bestOp->attr & OP_FUNC) {
jimsh0.c:13687ExprTreeBuildTree()
if (op->attr & OP_FUNC) {

Data Use

Functions using ::OP_FUNC
::OP_FUNC