Searched refs:IO (Results 51 - 75 of 96) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp310 static void mapping(IO &IO, TaintConfig &Config) { argument
311 IO.mapOptional("Propagations", Config.Propagations);
312 IO.mapOptional("Filters", Config.Filters);
313 IO.mapOptional("Sinks", Config.Sinks);
318 static void mapping(IO &IO, TaintConfig::Propagation &Propagation) { argument
319 IO.mapRequired("Name", Propagation.Name);
320 IO.mapOptional("Scope", Propagation.Scope);
321 IO
331 enumeration(IO &IO, GenericTaintChecker::VariadicType &Value) argument
339 mapping(IO &IO, TaintConfig::NameScopeArgs &NSA) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp30 static void enumeration(IO &YIO, AccessQualifier &EN) {
40 static void enumeration(IO &YIO, AddressSpaceQualifier &EN) {
52 static void enumeration(IO &YIO, ValueKind &EN) {
76 static void enumeration(IO &YIO, ValueType &EN) {
94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) {
108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) {
132 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) {
162 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) {
178 static void mapping(IO &YIO, Kernel::Metadata &MD) {
197 static void mapping(IO
[all...]
H A DYAMLTraits.cpp36 // IO
39 IO::IO(void *Context) : Ctxt(Context) {} function in class:IO
41 IO::~IO() = default;
43 void *IO::getContext() const {
47 void IO::setContext(void *Context) {
57 : IO(Ctxt), Strm(new Stream(InputContent, SrcMgr, false, &EC)) {
65 : IO(Ctxt), Strm(new Stream(Input, SrcMgr, false, &EC)) {
438 : IO(contex
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c91 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size, 0}}; local
93 if (BufferIO->FileWriter->Write(BufferIO->FileWriter, IO, 1))
100 lprofBufferWriter(&BufferWriter, IO, 1);
109 ProfDataIOVec IO[] = { local
111 if (BufferIO->FileWriter->Write(BufferIO->FileWriter, IO, 1))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h53 /// static void mapping(IO &io, MyStruct &s) {
62 // static void mapping(IO &io, T &fields);
64 // static StringRef validate(IO &io, T &fields);
75 /// static void mapping(IO &io, MyStruct &s, MyContext &c) {
84 // static void mapping(IO &io, T &fields, Context &Ctx);
86 // static StringRef validate(IO &io, T &fields, Context &Ctx);
98 /// static void enumeration(IO &io, Colors &value) {
106 // static void enumeration(IO &io, T &value);
114 /// static void bitset(IO &io, MyFlags &value) {
122 // static void bitset(IO
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_open.c86 LIBELF_SET_ERROR(IO, errno);
136 LIBELF_SET_ERROR(IO, errno);
213 LIBELF_SET_ERROR(IO, errno);
H A Delf_errmsg.c47 DEFINE_ERROR(IO, "I/O error"),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp23 static void mapRemarkHeader(yaml::IO &io, T PassName, T RemarkName,
39 static void mapping(IO &io, remarks::Remark *&Remark) {
77 static void mapping(IO &io, RemarkLocation &RL) {
126 static size_t size(IO &io, ArrayRef<T> &seq) { return seq.size(); }
127 static Argument &element(IO &io, ArrayRef<T> &seq, size_t index) {
136 static void mapping(IO &io, Argument &A) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h238 static void mapping(IO &IO, std::unique_ptr<MinidumpYAML::Stream> &S);
239 static StringRef validate(IO &IO, std::unique_ptr<MinidumpYAML::Stream> &S);
243 static void mapping(IO &IO, minidump::MemoryDescriptor &Memory,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.localtcpstate.ksh73 use IO::Socket;
74 my \$s = IO::Socket::INET->new(
H A Dtst.remotetcpstate.ksh78 use IO::Socket;
79 my \$s = IO::Socket::INET->new(
/freebsd-11-stable/bin/dd/
H A Ddd.h58 } IO; typedef in typeref:struct:__anon1
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h163 void mappingImpl(yaml::IO &YamlIO) override;
168 static void mapping(IO &YamlIO, WebAssemblyFunctionInfo &MFI) {
H A DWebAssemblyMachineFunctionInfo.cpp87 void yaml::WebAssemblyFunctionInfo::mappingImpl(yaml::IO &YamlIO) {
/freebsd-11-stable/contrib/sqlite3/
H A DReplace.cs18 using System.IO;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp67 IO &io, GDBRemotePacket::Type &value) {
84 void yaml::MappingTraits<GDBRemotePacket>::mapping(IO &io,
94 yaml::MappingTraits<GDBRemotePacket>::validate(IO &io,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp24 NormalizedAtomicChange(const llvm::yaml::IO &) {}
28 NormalizedAtomicChange(const llvm::yaml::IO &,
36 clang::tooling::AtomicChange denormalize(const llvm::yaml::IO &) {
55 static void mapping(IO &Io, NormalizedAtomicChange &Doc) {
68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) {
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dread_pwd.c335 sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, 0, 0,
361 sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, 0, 0, 0,
417 sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_orig, 12, 0, 0,
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DReader.cpp62 bool Registry::handleTaggedDoc(llvm::yaml::IO &io,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp29 void MappingTraits<DebugHSection>::mapping(IO &io, DebugHSection &DebugH) {
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_task.c119 #include <iodef.h> /* VMS IO$_ definitions */
177 status = SYS$QIOW(0, chan, IO$_READVBLK, &iosb, 0, 0,
190 status = SYS$QIOW(0, chan, IO$_WRITEVBLK, &iosb, 0, 0,
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_rtcp.c72 #include <iodef.h> /* VMS IO$_ definitions */
140 status = sys$qiow(0, chan, IO$_READVBLK, &iosb, 0, 0,
153 status = sys$qiow(0, chan, IO$_WRITEVBLK, &iosb, 0, 0,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp176 [](TypeIndex Value, const TypeIndexOffset &IO) {
177 return Value < IO.Type;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h165 static void mapping(IO &YamlIO, SIArgument &A) {
210 static void mapping(IO &YamlIO, SIArgumentInfo &AI) {
260 static void mapping(IO &YamlIO, SIMode &Mode) {
290 void mappingImpl(yaml::IO &YamlIO) override;
295 static void mapping(IO &YamlIO, SIMachineFunctionInfo &MFI) {
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c549 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12,
552 /* If IO$_SENSEMODE doesn't work, this is not a terminal device */
575 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12,
596 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12,

Completed in 407 milliseconds

1234