Home
last modified time | relevance | path

Searched refs:declval (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dclang_fortify_tests.cpp295 static T declval() { in declval() function
300 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()