Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp5 struct two_bytes { char data[2]; }; struct
8 template<typename T> two_bytes __is_class_check(...);
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp3 typedef char (&two_bytes)[2]; typedef
16 two_bytes operator+(Y, Y);
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DDataEncoderTest.cpp349 char two_bytes[] = {12, 13}; in TEST() local
366 offset = encoder.PutData(offset, two_bytes, sizeof(two_bytes)); in TEST()