Home
last modified time | relevance | path

Searched refs:Content (Results 1 – 25 of 225) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp73 while (!Content.empty()) { in handleMethodOverloadList()
91 Content = Content.drop_front(Len); in handleMethodOverloadList()
213 while (!Content.empty()) { in handleFieldList()
244 ThisLen = handleVFPtr(Content, Offset, Refs); in handleFieldList()
252 Content = Content.drop_front(ThisLen); in handleFieldList()
254 if (!Content.empty()) { in handleFieldList()
255 uint8_t Pad = Content.front(); in handleFieldList()
258 Content = Content.drop_front(Skip); in handleFieldList()
347 handleMethodOverloadList(Content, Refs); in discoverTypeIndices()
350 handleFieldList(Content, Refs); in discoverTypeIndices()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp451 Content = Content.trim(Blanks); in mayReflowContent()
457 if (Content.starts_with(Prefix)) { in mayReflowContent()
474 !Content.ends_with("\\") && in mayReflowContent()
477 (!isPunctuation(Content[0]) || !isPunctuation(Content[1])); in mayReflowContent()
496 Content.resize(Lines.size()); in BreakableBlockComment()
497 Content[0] = Lines[0]; in BreakableBlockComment()
544 if (Content[i].empty()) { in BreakableBlockComment()
570 Content[i] = Content[i].substr(DecorationSize); in BreakableBlockComment()
808 if (Content[LineIndex].empty()) { in adaptStartOfLine()
883 Content.resize(Lines.size()); in BreakableLineCommentSection()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp40 bool isDontIncludeMeHeader(StringRef Content) { in isDontIncludeMeHeader() argument
43 Content = Content.take_front(100 * 100); in isDontIncludeMeHeader()
44 for (unsigned I = 0; I < 100 && !Content.empty(); ++I) { in isDontIncludeMeHeader()
45 std::tie(Line, Content) = Content.split('\n'); in isDontIncludeMeHeader()
46 if (isIf(Line) && isErrorAboutInclude(Content.split('\n').first)) in isDontIncludeMeHeader()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp89 T Content; member
194 DynStr.Content.add(Sym.Name); in ELFStubBuilder()
196 DynStr.Content.add(Lib); in ELFStubBuilder()
198 DynStr.Content.add(*Stub.SoName); in ELFStubBuilder()
207 ShStrTab.Content.add(Sec->Name); in ELFStubBuilder()
209 ShStrTab.Content.finalize(); in ELFStubBuilder()
211 DynStr.Content.finalize(); in ELFStubBuilder()
212 DynStr.Size = DynStr.Content.getSize(); in ELFStubBuilder()
222 DynSym.Content.add(DynStr.Content.getOffset(Sym.Name), Size, Bind, in ELFStubBuilder()
232 DynTab.Content.addValue(DT_NEEDED, DynStr.Content.getOffset(Lib)); in ELFStubBuilder()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h86 MemoryRegionInfo(ArrayRef<char> Content, JITTargetAddress TargetAddress, in MemoryRegionInfo() argument
88 : ContentPtr(Content.data()), Size(Content.size()), in MemoryRegionInfo()
102 void setContent(ArrayRef<char> Content) { in setContent() argument
104 ContentPtr = Content.data(); in setContent()
105 Size = Content.size(); in setContent()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp23 if (Doc.Content) { in yaml2archive()
24 Doc.Content->writeAsBinary(Out); in yaml2archive()
41 if (C.Content) in yaml2archive()
42 C.Content->writeAsBinary(Out); in yaml2archive()
H A DArchiveYAML.cpp25 IO.mapOptional("Content", A.Content); in mapping()
31 if (A.Members && A.Content) in validate()
41 IO.mapOptional("Content", E.Content); in mapping()
/freebsd/crypto/openssl/test/smime-eml/
H A DSignedInvalidMappingFromanyPolicyTest7.eml5 Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha-256"; boundary=…
10 Content-Type: text/plain
15 Content-Type: application/pkcs7-signature; name="smime.p7s"
16 Content-Transfer-Encoding: base64
17 Content-Disposition: attachment; filename="smime.p7s"
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp153 llvm::SmallString<64> Content; in VAPrintf() local
154 lldb_private::VASprintf(Content, format, args); in VAPrintf()
155 PutString(Content); in VAPrintf()
168 llvm::SmallString<64> Content; in VAFormatf() local
169 lldb_private::VASprintf(Content, format, args); in VAFormatf()
182 llvm::SmallString<64> Content; in VAError() local
183 VASprintf(Content, format, args); in VAError()
185 Printf("error: %s", Content.c_str()); in VAError()
201 llvm::SmallString<64> Content; in Warning() local
204 VASprintf(Content, format, args); in Warning()
[all …]
/freebsd/crypto/openssl/test/recipes/80-test_cms_data/
H A Dciphertext_from_1_1_1.cms2 Content-Disposition: attachment; filename="smime.p7m"
3 Content-Type: application/pkcs7-mime; smime-type=enveloped-data; name="smime.p7m"
4 Content-Transfer-Encoding: base64
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h89 ArrayRef<char> Content; member
98 ArrayRef<char> Content = in pickStub() local
101 Content = Content.slice(4); in pickStub()
104 Content, in pickStub()
109 ArrayRef<char> Content = in pickStub() local
113 Content, in pickStub()
118 ArrayRef<char> Content = isLE ? PointerJumpStubNoTOCContent_little in pickStub() local
123 Content, in pickStub()
150 Block &B = G.createContentBlock(StubSection, StubInfo.Content, in createAnonymousPointerJumpStub()
154 return G.addAnonymousSymbol(B, 0, StubInfo.Content.size(), true, false); in createAnonymousPointerJumpStub()
H A DJITLink.h181 Size(Content.size()) { in Block()
200 Size(Content.size()) { in Block()
247 void setContent(ArrayRef<char> Content) { in setContent() argument
249 Data = Content.data(); in setContent()
250 Size = Content.size(); in setContent()
1126 auto Content = allocateBuffer(ContentSize);
1128 memset(Content.data(), 0, Content.size());
1233 Content.getSection().addSymbol(Sym); in addAnonymousSymbol()
1248 Content.getSection().addSymbol(Sym); in addDefinedSymbol()
1379 Sym.setBlock(Content); in makeDefined()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h99 yaml::BinaryRef Content; member
149 yaml::BinaryRef Content; member
152 RawContentStream(minidump::StreamType Type, ArrayRef<uint8_t> Content = {})
153 : Stream(StreamKind::RawContent, Type), Content(Content), in Stream()
154 Size(Content.size()) {} in Stream()
244 BinaryRef &Content);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp113 if (LLVM_UNLIKELY(Seg.Size < Seg.Content.size())) in finalize()
117 Seg.Addr.getValue(), Seg.Content.size(), Seg.Size), in finalize()
129 if (!Seg.Content.empty()) in finalize()
130 memcpy(Mem, Seg.Content.data(), Seg.Content.size()); in finalize()
131 memset(Mem + Seg.Content.size(), 0, Seg.Size - Seg.Content.size()); in finalize()
/freebsd/crypto/openssl/demos/smime/
H A Dsign.txt1 Content-type: text/plain
3 Test OpenSSL Signed Content
/freebsd/crypto/openssl/demos/cms/
H A Dsign.txt1 Content-type: text/plain
3 Test OpenSSL CMS Signed Content
/freebsd/lib/libfetch/
H A Dhttp.errors10 204 OK No Content
11 205 OK Reset Content
12 206 OK Partial Content
/freebsd/contrib/file/magic/Magdir/
H A Dmime6 0 string/t Content-Type:\040
8 0 string/t Content-Type:
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.cpp22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents() argument
24 OwnedContents.emplace_back(std::move(Content)); in addSectionWithOwnedContents()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp183 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content, in printErrorContentToStream() argument
185 if (Content.Messages.size() == 1) { in printErrorContentToStream()
186 printMessageToStream(Content.Messages[0], "", OS); in printErrorContentToStream()
188 for (size_t i = 0, e = Content.Messages.size(); i != e; ++i) { in printErrorContentToStream()
190 printMessageToStream(Content.Messages[i], in printErrorContentToStream()
/freebsd/contrib/dialog/samples/copifuncs/
H A Difpatch71 if (!strcasecmp(msg->key,"Content-Type")) return removemime?0:1;
72 if (!strcasecmp(msg->key,"Content-Length")) return removemime?0:1;
74 if (!strcasecmp(msg->key,"Content-Name")) return 2;
75 if (!strcasecmp(msg->key,"Content-Description")) return 2;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp544 SmallVector<InlineContentComment *, 8> Content; in parseParagraphOrBlockCommand() local
554 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(), in parseParagraphOrBlockCommand()
564 if (Content.size() == 0) in parseParagraphOrBlockCommand()
578 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(), in parseParagraphOrBlockCommand()
585 Content.push_back(parseInlineCommand()); in parseParagraphOrBlockCommand()
607 if (Content.size() > 0) in parseParagraphOrBlockCommand()
608 Content.back()->addTrailingNewline(); in parseParagraphOrBlockCommand()
614 Content.push_back(parseHTMLStartTag()); in parseParagraphOrBlockCommand()
618 Content.push_back(parseHTMLEndTag()); in parseParagraphOrBlockCommand()
622 Content.push_back(S.actOnText(Tok.getLocation(), in parseParagraphOrBlockCommand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp226 auto Content = Sect.getContents(); in readMachOHeader() local
227 if (!Content) in readMachOHeader()
228 return Content.takeError(); in readMachOHeader()
230 if ((Content->size() >= 8) && (Content->front() == 0)) { in readMachOHeader()
234 reinterpret_cast<const support::ulittle32_t *>(Content->data() + 4); in readMachOHeader()
238 reinterpret_cast<const support::ubig32_t *>(Content->data() + 4); in readMachOHeader()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td53 let Content = [{
62 let Content = [{
71 let Content = [{
96 let Content = [{
120 let Content = [{
150 let Content = [{
166 let Content = [{
181 let Content = [{
195 let Content = [{
213 let Content = [{
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp122 Desc.Content = std::move(Buffer); in addInjectedSource()
186 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer())); in finalizeMsfLayout()
191 Entry.FileSize = IS.Content->getBufferSize(); in finalizeMsfLayout()
211 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout()
268 assert(SourceWriter.bytesRemaining() == IS.Content->getBufferSize()); in commitInjectedSources()
270 arrayRefFromStringRef(IS.Content->getBuffer()))); in commitInjectedSources()

123456789