Home | History | Annotate | Download | only in ltrace

Lines Matching full:expression

76 /* Expression of type self just returns the value in consideration.
78 * representing that array is returned by the expression. */
81 /* Expression that yields the value of an argument named NAME. NAME
86 /* Expression that yields the value of an argument number NUM. */
89 /* Constant expression always returns the same value VAL. VAL is
95 /* Expression LHS[RHS]. LHS and RHS are owned if, respectively,
101 /* This expression returns the containing value of LHS (^LHS). LHS is
105 /* Callback expression calls CB(eval(LHS), DATA). LHS is owned if
114 /* Callback expression calls CB(eval(LHS), eval(RHS), DATA). LHS and
128 /* Copy expression NODE into the area pointed to by RETP. Return 0 on
132 /* Evaluate the expression NODE in context of VALUE. ARGUMENTS is a
135 * ARGUMENTS may be NULL, but then the expression mustn't need them
140 /* Evaluate compile-time expression. Returns 0 on success or negative
144 /* Evaluate expression, whose result should fit into a word. In order
152 /* Returns non-zero value if the expression is a compile-time
157 /* Returns a pre-computed expression "self". */