Lines Matching refs:ExprValue
5503 typedef struct ExprValue { struct
5506 } ExprValue; typedef
5524 static void asm_expr(TCCState *s1, ExprValue *pe);
15103 ExprValue e;
16115 ExprValue e; in parse_operand()
16219 static void gen_expr32(ExprValue *pe) in gen_expr32()
16227 static void gen_disp32(ExprValue *pe) in gen_disp32()
17112 static void asm_expr(TCCState *s1, ExprValue *pe);
17117 static void asm_expr_unary(TCCState *s1, ExprValue *pe) in asm_expr_unary()
17207 static void asm_expr_prod(TCCState *s1, ExprValue *pe) in asm_expr_prod()
17210 ExprValue e2; in asm_expr_prod()
17249 static void asm_expr_logic(TCCState *s1, ExprValue *pe) in asm_expr_logic()
17252 ExprValue e2; in asm_expr_logic()
17278 static inline void asm_expr_sum(TCCState *s1, ExprValue *pe) in asm_expr_sum()
17281 ExprValue e2; in asm_expr_sum()
17322 static void asm_expr(TCCState *s1, ExprValue *pe) in asm_expr()
17329 ExprValue e; in asm_int_expr()
17485 ExprValue e; in asm_parse_directive()