Home
last modified time | relevance | path

Searched defs: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
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp3 typedef char (&two_bytes)[2]; typedef
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DDataEncoderTest.cpp349 char two_bytes[] = {12, 13}; in TEST() local