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

  /external/clang/test/PCH/
cxx-templates.cpp 31 int x = templ_f<int, 5>(3);
cxx-templates.h 26 T templ_f(T x) { function
27 int z = templ_f<int, 5>(3);

Completed in 36 milliseconds