Home
last modified time | relevance | path

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

/llvm-project/libc/src/stdio/printf_core/
H A Dwriter.h109 write(char new_char,size_t length) write() argument
122 write(char new_char) write() argument
H A Dwriter.cpp18 pad(char new_char,size_t length) pad() argument
/llvm-project/libc/src/__support/
H A Dchar_vector.h40 append(char new_char) append() argument
/llvm-project/clang/test/Sema/
H A Dconstant-conversion.c106 …char new_char = max_char_plus_one; // expected-warning {{implicit conversion from 'const short' t… in test9() local