Lines Matching refs:variable
38 not access any global variable, because all the accessed data structures will be
156 this expression is not a variable in the strict C sense since it is not
237 local variable EA
239 Note, the only local variable allowed to be used as an argument is the effective
241 variable declaration such as ``int a;``, a code block, which is just a
249 to simplify parsing. For instance, variable names such as ``RdV``, ``RssV``,
258 ``PC = ...``, and reads correspond to uses of the variable ``PC``.
284 ``int var1;`` which declares an uninitialized variable ``var1``. Initialization
328 In idef-parser, variable names are matched by a generic ``VARID`` token,
329 which will feature the variable name as a decoration. For a variable declaration
331 name, size, and bit width of the newly declared variable. In addition, this
333 and error message if that is the case. Upon use of a variable, the ``VARID``
334 token is used to lookup the size and bit width of the variable.
413 is a reentrant one, meaning that it does not have any global variable, and