Home
last modified time | relevance | path

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

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