Searched defs:VT_FUNC (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c2533 #define VT_FUNC 6 /* function type */
6924 if ((sym->type.t & VT_BTYPE) == VT_FUNC)
11203 } else if (bt1 != VT_FUNC)
11208 } else if (bt2 != VT_FUNC) {
11698 } else if (bt1 == VT_FUNC) {
11772 case VT_FUNC:
11827 if (sbt == VT_FUNC) {
11858 if (sbt == VT_PTR || sbt == VT_FUNC) {
12200 if ((type1.t & VT_BTYPE) == VT_FUNC ||
12487 if ((pt->t & VT_BTYPE) == VT_FUNC) {
2531 #define VT_FUNC macro
[all...]

Completed in 244 milliseconds