HomeSort by relevance Sort by last modified time
    Searched defs:Stream (Results 351 - 375 of 403) sorted by null

<<11121314151617

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
Module.h 180 llvm::BitstreamCursor Stream;
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
777 /// \brief Emit the record to the stream, followed by its substatements, and
781 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h 125 /// // stream out custom formatting
157 /// // stream out custom formatting
1002 llvm::raw_ostream &Stream) {
1003 ScalarTraits<value_type>::output(static_cast<value_type>(E), Ctx, Stream);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
Module.h 180 llvm::BitstreamCursor Stream;
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
778 /// \brief Emit the record to the stream, followed by its substatements, and
782 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h 126 /// // stream out custom formatting
158 /// // stream out custom formatting
1011 static void output(const endian_type &E, void *Ctx, raw_ostream &Stream) {
1012 ScalarTraits<value_type>::output(static_cast<value_type>(E), Ctx, Stream);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
Module.h 180 llvm::BitstreamCursor Stream;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h 126 /// // stream out custom formatting
158 /// // stream out custom formatting
1011 static void output(const endian_type &E, void *Ctx, raw_ostream &Stream) {
1012 ScalarTraits<value_type>::output(static_cast<value_type>(E), Ctx, Stream);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
Module.h 180 llvm::BitstreamCursor Stream;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
YAMLTraits.h 126 /// // stream out custom formatting
158 /// // stream out custom formatting
1011 static void output(const endian_type &E, void *Ctx, raw_ostream &Stream) {
1012 ScalarTraits<value_type>::output(static_cast<value_type>(E), Ctx, Stream);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
Module.h 180 llvm::BitstreamCursor Stream;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h 126 /// // stream out custom formatting
158 /// // stream out custom formatting
1011 static void output(const endian_type &E, void *Ctx, raw_ostream &Stream) {
1012 ScalarTraits<value_type>::output(static_cast<value_type>(E), Ctx, Stream);
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 97 /// output stream, plus those deserialized from a chained PCH.
101 /// stored in the stream, the ID number is shifted by 2 bits to
110 llvm::BitstreamWriter &Stream;
182 /// the output stream, as well as those deserialized from a chained PCH.
217 /// output stream, plus those deserialized from a chained PCH.
221 /// stored in the stream, the ID number is shifted by 2 bits to
238 /// the output stream.
499 ASTWriter(llvm::BitstreamWriter &Stream,
751 /// \brief Emit the record to the stream, followed by its substatements, and
755 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 967 yaml::Stream &Stream;
970 Stream.printError(N, Msg);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 186 llvm::BitstreamWriter Stream;
189 ASTWriterData() : Stream(Buffer), Writer(Stream, { }) { }
    [all...]
  /external/pdfium/third_party/lcms/src/
cmscgats.c 35 #define MAXTABLES 255 // Max Number of tables in a single stream
61 SEOF, // End of stream
62 SSYNERROR, // Syntax error found on stream
128 char** DataFormat; // The binary stream descriptor
129 char** Data; // The binary stream
133 // File stream being parsed
136 FILE* Stream; // File stream or NULL if holded in memory
143 cmsUInt32Number TablesCount; // How many tables in this stream
162 // Allowed keywords & datasets. They have visibility on whole stream
184 FILE* stream; \/\/ For save-to-file behaviour member in struct:__anon31421
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
781 /// \brief Emit the record to the stream, followed by its substatements, and
785 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
777 /// \brief Emit the record to the stream, followed by its substatements, and
781 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
777 /// \brief Emit the record to the stream, followed by its substatements, and
781 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
778 /// \brief Emit the record to the stream, followed by its substatements, and
782 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
778 /// \brief Emit the record to the stream, followed by its substatements, and
782 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
778 /// \brief Emit the record to the stream, followed by its substatements, and
782 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
778 /// \brief Emit the record to the stream, followed by its substatements, and
782 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
781 /// \brief Emit the record to the stream, followed by its substatements, and
785 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
777 /// \brief Emit the record to the stream, followed by its substatements, and
781 uint64_t Offset = Writer->Stream.GetCurrentBitNo()
    [all...]

Completed in 666 milliseconds

<<11121314151617