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

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
sizeofpack.cpp 84 void cxx_throw(typename enable_if<(sizeof...(Args) > 0), const char *>::type fmt, Args&&... args) { function in namespace:pr13272
89 cxx_throw<Exception>("Youpi",1);

Completed in 511 milliseconds