Home
last modified time | relevance | path

Searched defs:uch (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Support/
H A Dregutils.h43 typedef unsigned char uch; typedef
/llvm-project/clang/test/Analysis/
H A Dconstant-folding.c286 int s1, int s2, int s3, unsigned char uch, in testDisequalityRules()
/llvm-project/flang/lib/Parser/
H A Dcharacters.cpp132 char32_t uch{static_cast<std::make_unsigned_t<decltype(ch)>>(ch)}; in EncodeString() local
/llvm-project/clang/test/SemaCXX/
H A Dconversion.cpp69 …unsigned char uch = NULL; // expected-warning {{implicit conversion of NULL constant to 'unsigned … in test3() local