HomeSort by relevance Sort by last modified time
    Searched defs:Writer (Results 176 - 200 of 278) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 35 ASTWriter &Writer;
43 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context,
45 : Writer(Writer), Context(Context), Record(Writer, Record),
169 Firsts[Writer.Chain->getOwningModuleFile(R)] = R;
200 if (Writer.Chain != Writer.Context->getExternalSource() &&
247 if (Writer.getFirstLocalDecl(Specialization) != Specialization)
250 Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate
    [all...]
  /external/llvm/lib/Transforms/Utils/
MemorySSA.cpp 664 MemorySSAAnnotatedWriter Writer(this);
665 F.print(OS, &Writer);
669 MemorySSAAnnotatedWriter Writer(this);
670 F.print(dbgs(), &Writer);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 98 struct schedule_instruction * Writer;
377 decrease_dependencies(s, v->Next->Writer);
403 decrease_dependencies(s, v->Next->Writer);
1134 struct schedule_instruction * writer,
1137 if (!writer || writer->Instruction->Type != RC_INSTRUCTION_NORMAL) {
1142 rc_list_add(&writer->TexReaders, rc_list(&s->C->Pool, reader));
1155 if (*v && (*v)->Writer == s->Current) {
1160 * registers _and_ the most recent writer of its destination
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 84 return new Writer(sink, client);
363 static final class Writer implements FrameWriter {
367 private final Hpack.Writer hpackWriter;
371 Writer(BufferedSink sink, boolean client) {
375 this.hpackWriter = new Hpack.Writer(hpackBuffer);
Spdy3.java 103 return new Writer(sink, client);
287 static final class Writer implements FrameWriter {
294 Writer(BufferedSink sink, boolean client) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 667 MCObjectWriter &Writer;
762 /// Emit the section contents using the given object writer.
794 MCObjectWriter &getWriter() const { return Writer; }
797 /// \arg Writer is used for custom object writer (as the MCJIT does),
849 // factored so that the streamer has direct access to the .o writer, it can
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
mop_test.go 33 type Writer interface {
773 var a, b Writer
786 var a, b Writer
798 var a Writer
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
mop_test.go 33 type Writer interface {
773 var a, b Writer
786 var a, b Writer
798 var a Writer
  /system/core/libziparchive/
zip_archive.cc 752 // A Writer that writes data to a fixed size memory region.
755 class MemoryWriter : public zip_archive::Writer {
757 MemoryWriter(uint8_t* buf, size_t size) : Writer(), buf_(buf), size_(size), bytes_written_(0) {}
777 // A Writer that appends data to a file |fd| at its current position.
779 class FileWriter : public zip_archive::Writer {
865 : Writer(), fd_(fd), declared_length_(declared_length), total_bytes_written_(0) {}
900 Writer::~Writer() {}
903 const uint32_t uncompressed_length, Writer* writer, uint64_t* crc_out)
1085 auto writer = FileWriter::Create(fd, entry); local
    [all...]
  /external/v8/src/
gdb-jit.cc 41 class Writer BASE_EMBEDDED {
43 explicit Writer(DebugObject* debug_object)
50 ~Writer() {
61 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) { }
76 Writer* w_;
179 virtual void WriteBody(Writer::Slot<THeader> header, Writer* writer) {
180 uintptr_t start = writer->position();
181 if (WriteBodyInternal(writer)) {
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
109 /// \brief The bitstream writer used to emit this precompiled header.
470 ModuleFileExtensionWriter &Writer);
497 /// \brief Create a new precompiled header writer that outputs to
694 ASTWriter *Writer;
724 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
725 : Writer(&Writer), Record(&Record) {}
730 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 187 ASTWriter Writer;
189 ASTWriterData() : Stream(Buffer), Writer(Stream, { }) { }
623 return &WriterData->Writer;
629 return &WriterData->Writer;
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 278 // writer.h
329 /** \brief Configuration passed to reader and writer.
330 * This configuration object can be used to force the Reader or Writer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
724 ASTWriter *Writer;
754 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
755 : Writer(&Writer), Record(&Record) {}
760 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
720 ASTWriter *Writer;
750 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
751 : Writer(&Writer), Record(&Record) {}
756 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
720 ASTWriter *Writer;
750 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
751 : Writer(&Writer), Record(&Record) {}
756 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
721 ASTWriter *Writer;
751 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
752 : Writer(&Writer), Record(&Record) {}
757 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
721 ASTWriter *Writer;
751 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
752 : Writer(&Writer), Record(&Record) {}
757 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
721 ASTWriter *Writer;
751 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
752 : Writer(&Writer), Record(&Record) {}
757 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
721 ASTWriter *Writer;
751 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
752 : Writer(&Writer), Record(&Record) {}
757 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
724 ASTWriter *Writer;
754 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
755 : Writer(&Writer), Record(&Record) {}
760 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
720 ASTWriter *Writer;
750 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
751 : Writer(&Writer), Record(&Record) {}
756 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
720 ASTWriter *Writer;
750 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
751 : Writer(&Writer), Record(&Record) {}
756 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
721 ASTWriter *Writer;
751 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
752 : Writer(&Writer), Record(&Record) {}
757 : Writer(Parent.Writer), Record(&Record) {
    [all...]

Completed in 1003 milliseconds

1 2 3 4 5 6 78 91011>>