Searched refs:ExprValue (Results 1 – 3 of 3) sorted by relevance
4354 int64_t ExprValue; in parseDirectiveIf() local4355 if (parseAbsoluteExpression(ExprValue)) in parseDirectiveIf()4370 ExprValue = ExprValue == 0; in parseDirectiveIf()4373 ExprValue = ExprValue >= 0; in parseDirectiveIf()4376 ExprValue = ExprValue > 0; in parseDirectiveIf()4379 ExprValue = ExprValue <= 0; in parseDirectiveIf()4382 ExprValue = ExprValue < 0; in parseDirectiveIf()4386 TheCondState.CondMet = ExprValue; in parseDirectiveIf()4536 int64_t ExprValue; in parseDirectiveElseIf() local4537 if (parseAbsoluteExpression(ExprValue)) in parseDirectiveElseIf()[all …]
2190 int64_t ExprValue; in ParseDirectiveIf() local2191 if (ParseAbsoluteExpression(ExprValue)) in ParseDirectiveIf()2199 TheCondState.CondMet = ExprValue; in ParseDirectiveIf()2248 int64_t ExprValue; in ParseDirectiveElseIf() local2249 if (ParseAbsoluteExpression(ExprValue)) in ParseDirectiveElseIf()2256 TheCondState.CondMet = ExprValue; in ParseDirectiveElseIf()
5503 typedef struct ExprValue { struct5506 } ExprValue; typedef5524 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 …]