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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2188 int64_t ExprValue; local
2189 if (ParseAbsoluteExpression(ExprValue))
2197 TheCondState.CondMet = ExprValue;
2246 int64_t ExprValue; local
2247 if (ParseAbsoluteExpression(ExprValue))
2254 TheCondState.CondMet = ExprValue;
/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 137 milliseconds