Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dsfinae-1.cpp5 struct two_bytes { char data[2]; }; struct
8 template<typename T> two_bytes __is_class_check(...);
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp3 typedef char (&two_bytes)[2]; typedef
16 two_bytes operator+(Y, Y);