Searched defs:yasm_expr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dexpr.h61 yasm_expr *expn; /**< Subexpression (YASM_EXPR_EXPR) */
70 struct yasm_expr { struct
90 /*@only@*/ yasm_expr *yasm_expr_create
113 /*@only@*/ yasm_expr__item *yasm_expr_expr(/*@keep@*/ yasm_expr *e);
167 yasm_expr *yasm_expr_copy(const yasm_expr *e);
176 void yasm_expr_destroy(/*@only@*/ /*@null@*/ yasm_expr *e);
185 int yasm_expr_is_op(const yasm_expr *e, yasm_expr_op op);
193 typedef /*@only@*/ yasm_expr * (*yasm_expr_xform_func)
194 (/*@returned@*/ /*@only@*/ yasm_expr *
[all...]
H A Dcoretype.h108 typedef struct yasm_expr yasm_expr; typedef in typeref:struct:yasm_expr
116 /** A value. May be absolute or relative. Outside the parser, yasm_expr
126 /*@null@*/ /*@only@*/ yasm_expr *abs;
217 /** Expression operators usable in #yasm_expr expressions. */

Completed in 134 milliseconds