Home
last modified time | relevance | path

Searched refs:ExprValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3987 int64_t ExprValue; in parseDirectiveIf() local
3988 if (parseAbsoluteExpression(ExprValue)) in parseDirectiveIf()
4003 ExprValue = ExprValue == 0; in parseDirectiveIf()
4006 ExprValue = ExprValue >= 0; in parseDirectiveIf()
4009 ExprValue = ExprValue > 0; in parseDirectiveIf()
4012 ExprValue = ExprValue <= 0; in parseDirectiveIf()
4015 ExprValue = ExprValue < 0; in parseDirectiveIf()
4019 TheCondState.CondMet = ExprValue; in parseDirectiveIf()
4169 int64_t ExprValue; in parseDirectiveElseIf() local
4170 if (parseAbsoluteExpression(ExprValue)) in parseDirectiveElseIf()
[all …]
/external/valgrind/perf/
Dtinycc.c5503 typedef struct ExprValue { struct
5506 } ExprValue; argument
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()
[all …]