Searched refs:ExprValue (Results 1 – 2 of 2) sorted by relevance
3853 int64_t ExprValue; in parseDirectiveIf() local3854 if (parseAbsoluteExpression(ExprValue)) in parseDirectiveIf()3869 ExprValue = ExprValue == 0; in parseDirectiveIf()3872 ExprValue = ExprValue >= 0; in parseDirectiveIf()3875 ExprValue = ExprValue > 0; in parseDirectiveIf()3878 ExprValue = ExprValue <= 0; in parseDirectiveIf()3881 ExprValue = ExprValue < 0; in parseDirectiveIf()3885 TheCondState.CondMet = ExprValue; in parseDirectiveIf()4035 int64_t ExprValue; in parseDirectiveElseIf() local4036 if (parseAbsoluteExpression(ExprValue)) in parseDirectiveElseIf()[all …]
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 …]