Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp185 static bool isCDisp8(uint64_t TSFlags, int Value, int& CValue) { in isCDisp8() argument
192 CValue = Value; in isCDisp8()
204 CValue = Value; in isCDisp8()
/external/valgrind/perf/
Dtinycc.c2154 typedef union CValue { union
2166 } CValue; typedef
2174 CValue c; /* constant, if VT_CONST */
2285 CValue tokc;
2310 static CValue tokc;
5458 char *get_tok_str(int v, CValue *cv);
7284 char *get_tok_str(int v, CValue *cv) in get_tok_str()
8023 static void tok_str_add2(TokenString *s, int t, CValue *cv) in tok_str_add2()
8090 CValue cval; in tok_str_add_tok()
8294 CValue cval; in tok_print()
[all …]