HomeSort by relevance Sort by last modified time
    Searched refs:Preamble (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 76 std::string Preamble;
    [all...]
RewriteObjC.cpp 75 std::string Preamble;
    [all...]
  /external/perfetto/src/perfetto_cmd/
packet_writer.cc 40 using Preamble = std::array<char, 16>;
54 size_t GetPreamble(size_t sz, Preamble* preamble) {
55 uint8_t* ptr = reinterpret_cast<uint8_t*>(preamble->data());
60 reinterpret_cast<uintptr_t>(preamble->data());
61 PERFETTO_DCHECK(preamble_size < preamble->size());
112 Preamble preamble; local
113 size_t size = GetPreamble<kPacketId>(packet.size(), &preamble);
114 if (fwrite(preamble.data(), 1, size, fd_) != size
206 Preamble preamble; local
    [all...]
  /external/boringssl/src/util/
doc.go 42 // Preamble contains a comment for the file as a whole. Each string
44 Preamble []string
51 // Preamble contains a comment for a group of functions.
52 Preamble []string
355 return nil, errors.New("preamble comment should be followed by two blank lines")
357 header.Preamble = comment
397 section.Preamble = comment
598 {{range .Preamble}}<p>{{. | markupPipeWords}}</p>{{end}}
603 {{if .Anchor}}<li class="header"><a href="#{{.Anchor}}">{{.Preamble | firstSentence | markupPipeWords}}</a></li>{{end}}
614 {{if .Preamble}}
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 84 /// \brief The file in which the precompiled preamble is stored.
94 /// \brief Erase the preamble file.
97 /// \brief Erase temporary files and the preamble file.
204 /// \brief After failing to build a precompiled preamble (due to
205 /// errors in the source that occurs in the preamble), the number of
207 /// preamble.
242 // Clean up the temporary files and the preamble file.
    [all...]
FrontendActions.cpp 429 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
441 Preamble ? serialization::MK_Preamble
749 unsigned Preamble =
751 llvm::outs().write((*Buffer)->getBufferStart(), Preamble);
CompilerInstance.cpp 412 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
419 OwnDeserializationListener, Preamble,
429 bool Preamble, bool UseGlobalModuleIndex) {
446 Preamble ? serialization::MK_Preamble
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 152 /// The files and decls are only local (and non-preamble) ones.
158 /// \brief The set of diagnostics produced when creating the preamble.
177 /// precompiled preamble.
179 /// If zero, we will never build a precompiled preamble. Otherwise,
181 /// without the benefit of a precompiled preamble. When it hits 1,
183 /// building the precompiled preamble fails, we won't try again for
226 return Preamble;
229 /// Data used to determine if a file used in the preamble has been changed.
257 /// \brief The contents of the preamble that has been precompiled to
259 PreambleData Preamble;
    [all...]
CompilerInstance.h 660 bool Preamble, bool UseGlobalModuleIndex);
  /external/clang/include/clang/Basic/
SourceManager.h 659 /// \brief The file ID for the precompiled preamble there is one.
761 /// \brief Set the file ID for the precompiled preamble.
762 void setPreambleFileID(FileID Preamble) {
764 PreambleFileID = Preamble;
767 /// \brief Get the file ID for the precompiled preamble if there is one.
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 414 auto Preamble = " { ";
420 OS << Preamble;
421 Preamble = " ";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h 221 ALWAYS_INLINE WARN_UNUSED bool Preamble()
    [all...]

Completed in 494 milliseconds