Home
last modified time | relevance | path

Searched defs:BYTE (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/test/tools/llvm-ml/
H A Dbasic_data.asm4 BYTE 2, 4, 6, 8 label
11 BYTE 2 dup (1, 2 dup (2)), label
36 BYTE 5 label
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-standard-types.h18 typedef unsigned char BYTE; // NOLINT typedef
/llvm-project/libc/test/src/__support/File/
H A Dplatform_file_test.cpp121 constexpr char BYTE = 123; TEST() local