Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/
H A Dwriter.h134 LIBC_INLINE int write(char new_char, size_t length) { in write()
147 LIBC_INLINE int write(char new_char) { in write()
H A Dwriter.cpp19 int Writer::pad(char new_char, size_t length) { in pad()
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dchar_vector.h43 LIBC_INLINE bool append(char new_char) { in append()
/aosp_15_r20/external/clang/test/Sema/
H A Dconstant-conversion.c93 …char new_char = max_char_plus_one; // expected-warning {{implicit conversion from 'const short' t… in test9() local