Searched refs:ExprValue (Results 1 – 2 of 2) sorted by relevance
3517 int64_t ExprValue; in ParseDirectiveIf() local3518 if (parseAbsoluteExpression(ExprValue)) in ParseDirectiveIf()3526 TheCondState.CondMet = ExprValue; in ParseDirectiveIf()3630 int64_t ExprValue; in ParseDirectiveElseIf() local3631 if (parseAbsoluteExpression(ExprValue)) in ParseDirectiveElseIf()3638 TheCondState.CondMet = ExprValue; in ParseDirectiveElseIf()
5503 typedef struct ExprValue { struct5506 } ExprValue; argument5524 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()[all …]