Searched refs:FOLLY_SDT_ISARRAY (Results 1 – 1 of 1) sorted by relevance
51 #define FOLLY_SDT_ISARRAY(x) (__builtin_classify_type(x) == 14) macro52 #define FOLLY_SDT_ARGSIZE(x) (FOLLY_SDT_ISARRAY(x) ? sizeof(void*) : sizeof(x))