Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3517 int64_t ExprValue; in ParseDirectiveIf() local
3518 if (parseAbsoluteExpression(ExprValue)) in ParseDirectiveIf()
3526 TheCondState.CondMet = ExprValue; in ParseDirectiveIf()
3630 int64_t ExprValue; in ParseDirectiveElseIf() local
3631 if (parseAbsoluteExpression(ExprValue)) in ParseDirectiveElseIf()
3638 TheCondState.CondMet = ExprValue; in ParseDirectiveElseIf()
/external/valgrind/main/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 …]