Next: , Previous: , Up: Expression Evaluator Functions   [Index]


3.22.3.9 x1f4_init_expression

extern int x1f4_init_expression
    (void **x1f4_expression, const char *expression, unsigned flags,
     const struct x1f4_e4_type *attributes);

The x1f4_init_expression function constructs the parsed expression representation from its expression textual representation in the interpretation context described by flags and attributes and stores the result at the address pointed to by x1f4_expression.

See Generation Flags.

See struct x1f4_e4_type.

The function returns 0 for success, one of the defined error codes for failure.

See Errors.