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

  /external/compiler-rt/test/msan/
dtls_test.c 17 typedef long *(* get_t)(); typedef
18 get_t GetTls;
45 GetTls = (get_t)dlsym(handle, "GetTls");
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
sizeofpack.cpp 56 using get_t = decltype(sizeof...(Members));
59 get_t<i> get();
64 X<Members...>::get_t<i> X<Members...>::get()

Completed in 1137 milliseconds