Home
last modified time | relevance | path

Searched defs:uc (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project/clang/test/CodeGen/
H A Dubsan-promoted-arith.cpp21 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 Dnvptx-inlineasm-ptx.c6 unsigned char uc; in constraints() local
/llvm-project/clang/test/Sema/
H A Dtautological-unsigned-char-zero-compare.cc11 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 Dformat-type-confusion.c15 unsigned char uc = 0; in main() local
/llvm-project/libunwind/src/
H A DUnwindLevel1.c78 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 DUnwindLevel1-gcc-ext.c118 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 DUnwind-seh.cpp238 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 Dputchar.cpp16 char uc = static_cast<char>(c); global() variable
/llvm-project/libc/src/stdio/gpu/
H A Dfputc.cpp17 unsigned char uc = static_cast<unsigned char>(c); global() variable
H A Dputc.cpp17 unsigned char uc = static_cast<unsigned char>(c); global() variable
H A Dputchar.cpp17 unsigned char uc = static_cast<unsigned char>(c); global() variable
/llvm-project/clang/test/C/drs/
H A Ddr338.c15 unsigned char uc; /* expected-note {{initialize the variable 'uc' to silence this warning}} */ in dr338() local
/llvm-project/libc/src/stdio/generic/
H A Dfputc.cpp18 unsigned char uc = static_cast<unsigned char>(c); global() variable
H A Dputc.cpp18 unsigned char uc = static_cast<unsigned char>(c); global() variable
H A Dputchar.cpp18 unsigned char uc = static_cast<unsigned char>(c); global() variable
/llvm-project/libunwind/test/
H A Dbad_unwind_info.pass.cpp71 unw_context_t uc; in stepper() local
H A Dsignal_frame.pass.cpp36 unw_context_t uc; in test() local
H A Dunwind_scalable_vectors.pass.cpp19 unw_context_t uc; in stepper() local
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dabs.verify.cpp15 unsigned char uc = -5; in f() local
/llvm-project/compiler-rt/test/tsan/
H A Dfiber_race.cpp9 ucontext_t uc, orig_uc; variable
H A Dfiber_simple.cpp9 ucontext_t uc, orig_uc; variable
H A Dfiber_from_thread.cpp9 ucontext_t uc, orig_uc1, orig_uc2; variable
/llvm-project/lldb/test/API/lang/cpp/enum_types/
H A Dmain.cpp17 DEFINE_UNSIGNED_ENUM(uc, unsigned char) in DEFINE_UNSIGNED_ENUM() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-std-format-custom.cpp40 const unsigned char uc = 'A'; in StrFormat_strict_conversion() local
/llvm-project/lldb/test/API/commands/expression/char/
H A Dmain.cpp14 unsigned char uc = 0; in main() local

1234