Home
last modified time | relevance | path

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

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