Searched refs:declval (Results 1 – 1 of 1) sorted by relevance
295 static T declval() { in declval() function300 const auto unsigned_value = declval<unsigned long long>(); in testFormatStrings()301 const auto* unknown_string = declval<const char*>(); in testFormatStrings()302 const auto va = *declval<va_list*>(); in testFormatStrings()305 auto some_fd = declval<int>(); in testFormatStrings()315 auto* retval = declval<char*>(); in testFormatStrings()341 auto* file = declval<FILE*>(); in testFormatStrings()