OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:two_bytes
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
sfinae-1.cpp
5
struct
two_bytes
{ char data[2]; };
struct
8
template<typename T>
two_bytes
__is_class_check(...);
/external/clang/test/SemaTemplate/
instantiate-expr-2.cpp
3
typedef char (&
two_bytes
)[2];
typedef
16
two_bytes
operator+(Y, Y);
Completed in 59 milliseconds