Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp4 typedef char (&four_bytes)[4]; typedef
35 four_bytes operator+(X, X);
/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp4 typedef char (&four_bytes)[4]; typedef
35 four_bytes operator+(X, X);
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp1302 static const unsigned char four_bytes[] = { 0xf0, 0x93, 0x83, 0x93, 0x00 }; in getUtf8Character() local
1318 result = (const GLchar*)four_bytes; in getUtf8Character()