Searched refs:snprint (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/IR/ |
D | UseTest.cpp | 53 format("v%u", I++).snprint(vnbuf, sizeof(vnbuf)); in TEST() 63 format("v%u", (7 - I++)).snprint(vnbuf, sizeof(vnbuf)); in TEST() 98 format("v%u", I++).snprint(vnbuf, sizeof(vnbuf)); in TEST() 106 format("v%u", (7 - I++)).snprint(vnbuf, sizeof(vnbuf)); in TEST()
|
/external/llvm/include/llvm/Support/ |
D | Format.h | 45 virtual int snprint(char *Buffer, unsigned BufferSize) const = 0; 57 int N = snprint(Buffer, BufferSize); in print() 96 int snprint(char *Buffer, unsigned BufferSize) const override { in snprint() function
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 245 len = format("%e", N).snprint(buf, sizeof(buf)); in operator <<()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 630 format("+0x%X", PC).snprint(Buffer, 32); in printCodeViewDebugInfo()
|
/external/libvncserver/x11vnc/ |
D | ChangeLog | 993 * cleanup putenv, snprint, other string manip.
|