/llvm-project/clang/test/CodeGen/ |
H A D | ubsan-promoted-arith.cpp | 21 uchar add2(uchar uc) { return uc + uc; } in add2() 37 uchar sub2(uchar uc) { return uc - uc; } in sub2() 55 uchar mul2(uchar uc) { return uc * uc; } in mul2() 81 uchar div2(uchar uc) { return uc / uc; } in div2() 103 uchar rem2(uchar uc) { return uc % uc; } in rem2() 119 uchar inc2(uchar uc) { return uc++ + (uchar)0; } in inc2() 127 void inc4(uchar uc) { uc++; } in inc4()
|
H A D | nvptx-inlineasm-ptx.c | 6 unsigned char uc; in constraints() local
|
/llvm-project/clang/test/Sema/ |
H A D | tautological-unsigned-char-zero-compare.cc | 11 void f(char c, unsigned char uc, signed char cc) { in f() 26 void ref(char &c, unsigned char &uc, signed char &cc) { in ref()
|
H A D | format-type-confusion.c | 15 unsigned char uc = 0; in main() local
|
/llvm-project/libunwind/src/ |
H A D | UnwindLevel1.c | 78 unwind_phase1(unw_context_t * uc,unw_cursor_t * cursor,_Unwind_Exception * exception_object) unwind_phase1() argument 174 unwind_phase2(unw_context_t * uc,unw_cursor_t * cursor,_Unwind_Exception * exception_object) unwind_phase2() argument 310 unwind_phase2_forced(unw_context_t * uc,unw_cursor_t * cursor,_Unwind_Exception * exception_object,_Unwind_Stop_Fn stop,void * stop_parameter) unwind_phase2_forced() argument 424 unw_context_t uc; _Unwind_RaiseException() local 458 unw_context_t uc; _Unwind_Resume() local 483 unw_context_t uc; _Unwind_ForcedUnwind() local [all...] |
H A D | UnwindLevel1-gcc-ext.c | 118 unw_context_t uc; in _Unwind_FindEnclosingFunction() local 135 unw_context_t uc; in _Unwind_Backtrace() local 217 unw_context_t uc; in _Unwind_Find_FDE() local
|
H A D | Unwind-seh.cpp | 238 unwind_phase2_forced(unw_context_t *uc, in unwind_phase2_forced() 385 unw_context_t uc; in _Unwind_Resume() local 424 unw_context_t uc; in _Unwind_ForcedUnwind() local
|
/llvm-project/libc/src/stdio/baremetal/ |
H A D | putchar.cpp | 16 char uc = static_cast<char>(c); global() variable
|
/llvm-project/libc/src/stdio/gpu/ |
H A D | fputc.cpp | 17 unsigned char uc = static_cast<unsigned char>(c); global() variable
|
H A D | putc.cpp | 17 unsigned char uc = static_cast<unsigned char>(c); global() variable
|
H A D | putchar.cpp | 17 unsigned char uc = static_cast<unsigned char>(c); global() variable
|
/llvm-project/clang/test/C/drs/ |
H A D | dr338.c | 15 unsigned char uc; /* expected-note {{initialize the variable 'uc' to silence this warning}} */ in dr338() local
|
/llvm-project/libc/src/stdio/generic/ |
H A D | fputc.cpp | 18 unsigned char uc = static_cast<unsigned char>(c); global() variable
|
H A D | putc.cpp | 18 unsigned char uc = static_cast<unsigned char>(c); global() variable
|
H A D | putchar.cpp | 18 unsigned char uc = static_cast<unsigned char>(c); global() variable
|
/llvm-project/libunwind/test/ |
H A D | bad_unwind_info.pass.cpp | 71 unw_context_t uc; in stepper() local
|
H A D | signal_frame.pass.cpp | 36 unw_context_t uc; in test() local
|
H A D | unwind_scalable_vectors.pass.cpp | 19 unw_context_t uc; in stepper() local
|
/llvm-project/libcxx/test/std/numerics/c.math/ |
H A D | abs.verify.cpp | 15 unsigned char uc = -5; in f() local
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | fiber_race.cpp | 9 ucontext_t uc, orig_uc; variable
|
H A D | fiber_simple.cpp | 9 ucontext_t uc, orig_uc; variable
|
H A D | fiber_from_thread.cpp | 9 ucontext_t uc, orig_uc1, orig_uc2; variable
|
/llvm-project/lldb/test/API/lang/cpp/enum_types/ |
H A D | main.cpp | 17 DEFINE_UNSIGNED_ENUM(uc, unsigned char) in DEFINE_UNSIGNED_ENUM() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-std-format-custom.cpp | 40 const unsigned char uc = 'A'; in StrFormat_strict_conversion() local
|
/llvm-project/lldb/test/API/commands/expression/char/ |
H A D | main.cpp | 14 unsigned char uc = 0; in main() local
|