Searched refs:declval (Results 1 – 1 of 1) sorted by relevance
321 static T declval() { in declval() function326 const auto unsigned_value = declval<unsigned long long>(); in testFormatStrings()327 const auto* unknown_string = declval<const char*>(); in testFormatStrings()328 const auto va = *declval<va_list*>(); in testFormatStrings()331 auto some_fd = declval<int>(); in testFormatStrings()341 auto* retval = declval<char*>(); in testFormatStrings()367 auto* file = declval<FILE*>(); in testFormatStrings()