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

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp187 static bool isCDisp8(uint64_t TSFlags, int Value, int& CValue) {
195 CValue = Value;
227 CValue = Value;
/external/valgrind/main/perf/
H A Dtinycc.c2156 typedef union CValue {
2168 } CValue;
2176 CValue c; /* constant, if VT_CONST */
2287 CValue tokc;
2312 static CValue tokc;
5460 char *get_tok_str(int v, CValue *cv);
7286 char *get_tok_str(int v, CValue *cv)
8025 static void tok_str_add2(TokenString *s, int t, CValue *cv)
8092 CValue cval;
8296 CValue cva
2154 typedef union CValue { union
2166 } CValue; typedef in typeref:union:CValue
[all...]

Completed in 117 milliseconds