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

/external/valgrind/main/perf/
H A Dtinycc.c2539 #define VT_LLONG 12 /* 64 bit integer */
5918 if ((vtop->type.t & VT_BTYPE) == VT_LLONG) {
6408 if ((vtop->type.t & VT_BTYPE) == VT_LLONG) {
6471 if (t == VT_LLONG) {
10261 (!is_float(type->t) && (type->t & VT_BTYPE) != VT_LLONG))
10276 if ((type->t & VT_BTYPE) == VT_LLONG) {
10482 ((vtop->type.t & VT_BTYPE) == VT_LLONG &&
10485 if ((vtop->type.t & VT_BTYPE) == VT_LLONG) {
10714 if ((t & VT_BTYPE) == VT_LLONG) {
11172 ((p->type.t & VT_BTYPE) == VT_LLONG
2537 #define VT_LLONG macro
[all...]

Completed in 57 milliseconds