HomeSort by: relevance | last modified time | path
    Searched refs:writeImpl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfWriter.h 120 Error writeImpl(ProfOStream &OS);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 288 Error InstrProfWriter::writeImpl(ProfOStream &OS) {
391 return writeImpl(POS);
399 if (Error E = writeImpl(POS))
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
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,
857 version (Windows) private void writeImpl(scope const(char)[] name, scope const(FSChar)* namez,

Completed in 26 milliseconds