HomeSort by relevance Sort by last modified time
    Searched refs:tmv (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/depr/depr.c.headers/
time_h.pass.cpp 28 tm tmv = {0}; local
31 static_assert((std::is_same<decltype(mktime(&tmv)), time_t>::value), "");
33 static_assert((std::is_same<decltype(asctime(&tmv)), char*>::value), "");
39 static_assert((std::is_same<decltype(strftime(c1,s,c2,&tmv)), size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 28 tm tmv = {0}; local
31 static_assert((std::is_same<decltype(mktime(&tmv)), time_t>::value), "");
33 static_assert((std::is_same<decltype(asctime(&tmv)), char*>::value), "");
39 static_assert((std::is_same<decltype(strftime(c1,s,c2,&tmv)), size_t>::value), "");

Completed in 2937 milliseconds