Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddecl-microsoft-call-conv.cpp176 template <typename T> static int cast_to_int(T) { in cast_to_int() function
180 template <> inline int ExactlyInt::cast_to_int<int>(int x) { return x; } in cast_to_int() function in ExactlyInt