Searched refs:writeImpl (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 288 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl() function in InstrProfWriter 391 return writeImpl(POS); in write() 399 if (Error E = writeImpl(POS)) in writeBuffer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 120 Error writeImpl(ProfOStream &OS);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | file.d | 534 writeImpl(name, name.tempCString!FSChar(), buffer, false); 536 writeImpl(null, name.tempCString!FSChar(), buffer, false); 581 writeImpl(name, name.tempCString!FSChar(), buffer, true); 583 writeImpl(null, name.tempCString!FSChar(), buffer, true); 616 version (Posix) private void writeImpl(const(char)[] name, const(FSChar)* namez, in version() 647 version (Windows) private void writeImpl(const(char)[] name, const(FSChar)* namez, in version()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | file.d | 741 writeImpl(name, name.tempCString!FSChar(), buffer, false); 743 writeImpl(null, name.tempCString!FSChar(), buffer, false); 789 writeImpl(name, name.tempCString!FSChar(), buffer, true); 791 writeImpl(null, name.tempCString!FSChar(), buffer, true); 826 version (Posix) private void writeImpl(scope const(char)[] name, scope const(FSChar)* namez, in version() 857 version (Windows) private void writeImpl(scope const(char)[] name, scope const(FSChar)* namez, in version()
|