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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3820 int64_t ExprValue; local
3821 if (parseAbsoluteExpression(ExprValue))
3836 ExprValue = ExprValue == 0;
3839 ExprValue = ExprValue >= 0;
3842 ExprValue = ExprValue > 0;
3845 ExprValue = ExprValue <
3993 int64_t ExprValue; local
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c5505 typedef struct ExprValue {
5508 } ExprValue;
5526 static void asm_expr(TCCState *s1, ExprValue *pe);
15105 ExprValue e;
16117 ExprValue e;
16221 static void gen_expr32(ExprValue *pe)
16229 static void gen_disp32(ExprValue *pe)
17114 static void asm_expr(TCCState *s1, ExprValue *pe);
17119 static void asm_expr_unary(TCCState *s1, ExprValue *pe)
17209 static void asm_expr_prod(TCCState *s1, ExprValue *p
5503 typedef struct ExprValue { struct
5506 } ExprValue; typedef in typeref:struct:ExprValue
[all...]

Completed in 149 milliseconds