| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 14 let Read = [{ node->getElementType() }]; 22 let Read = [{ node->getPointeeType() }]; 107 let Read = [{ node->getSize() }]; 361 let Read = [{ node->getDecl() }]; 384 let Read = [{ node->getDecl() }]; 387 let Read = [{ node->desugar() }]; 401 let Read = [{ node->getKind() }]; 415 let Read = [{ node->getKind() }]; 632 let Read = [{ node->getAttr() }]; 671 let Read = [{ [all …]
|
| H A D | PropertiesBase.td | 176 code Read; 242 string Read = readCode; 271 let Read = [{ 336 let Read = [{ buffer }]; 364 let Read = [{ buffer }]; 389 let Read = [{ structBases }]; 392 let Read = [{ structFields }]; 490 let Read = [{ 500 let Read = [{ 527 let Read = [{ [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/tests/ |
| H A D | rawprofile.cpp | 37 template <class T = uint64_t> T Read(char *&Buffer) { in Read() function 75 EXPECT_THAT(Read(Ptr), MEMPROF_RAW_MAGIC_64); in TEST() 76 EXPECT_THAT(Read(Ptr), MEMPROF_RAW_VERSION); in TEST() 77 const uint64_t TotalSize = Read(Ptr); in TEST() 78 const uint64_t SegmentOffset = Read(Ptr); in TEST() 79 const uint64_t MIBOffset = Read(Ptr); in TEST() 80 const uint64_t StackOffset = Read(Ptr); in TEST()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 772 return transformOptional(zipOpt(inst.rs1.Read(m_emu), inst.rs2.Read(m_emu)), in operator ()() 780 return transformOptional(zipOpt(inst.rs1.Read(m_emu), inst.rs2.Read(m_emu)), in operator ()() 788 return transformOptional(zipOpt(inst.rs1.Read(m_emu), inst.rs2.Read(m_emu)), in operator ()() 806 return transformOptional(zipOpt(inst.rs1.Read(m_emu), inst.rs2.Read(m_emu)), in operator ()() 814 return transformOptional(zipOpt(inst.rs1.Read(m_emu), inst.rs2.Read(m_emu)), in operator ()() 822 return transformOptional(zipOpt(inst.rs1.Read(m_emu), inst.rs2.Read(m_emu)), in operator ()() 840 return transformOptional(zipOpt(inst.rs1.Read(m_emu), inst.rs2.Read(m_emu)), in operator ()() 848 return transformOptional(zipOpt(inst.rs1.Read(m_emu), inst.rs2.Read(m_emu)), in operator ()() 971 zipOpt(inst.rs1.Read(m_emu), inst.rs2.Read(m_emu)), in operator ()() 983 zipOpt(inst.rs1.Read(m_emu), inst.rs2.Read(m_emu)), in operator ()() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 25 bool ret = objc_class->Read(process, m_objc_class_ptr); in Read_objc_class() 46 bool ClassDescriptorV2::objc_class_t::Read(Process *process, in Read() function in ClassDescriptorV2::objc_class_t 215 if (!class_rw->Read(process, objc_class.m_data_ptr)) { in Read_class_row() 222 if (!class_ro->Read(process, class_rw->m_ro_ptr)) { in Read_class_row() 230 if (!class_ro->Read(process, objc_class.m_data_ptr)) { in Read_class_row() 239 bool ClassDescriptorV2::method_list_t::Read(Process *process, in Read() function in ClassDescriptorV2::method_list_t 375 bool ClassDescriptorV2::relative_list_entry_t::Read(Process *process, in Read() function in ClassDescriptorV2::relative_list_entry_t 401 bool ClassDescriptorV2::relative_list_list_t::Read(Process *process, in Read() function in ClassDescriptorV2::relative_list_list_t 432 if (!method_list.Read(process, method_list_ptr)) in GetMethodList() 493 if (!entry->Read(process, entry_addr)) in ProcessRelativeMethodLists() [all …]
|
| H A D | AppleObjCClassDescriptorV2.h | 101 bool Read(Process *process, lldb::addr_t addr); 121 bool Read(Process *process, lldb::addr_t addr); 139 bool Read(Process *process, lldb::addr_t addr); 149 bool Read(Process *process, lldb::addr_t addr); 175 bool Read(Process *process, lldb::addr_t addr, 185 bool Read(Process *process, lldb::addr_t addr); 208 bool Read(Process *process, lldb::addr_t addr); 215 bool Read(Process *process, lldb::addr_t addr); 223 bool Read(Process *process, lldb::addr_t addr);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 452 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() local 453 Read.OpIndex = OpIndex; in populateReads() 454 Read.UseIndex = I; in populateReads() 455 Read.SchedClassID = SchedClassID; in populateReads() 465 Read.OpIndex = ~I; in populateReads() 466 Read.UseIndex = NumExplicitUses + I; in populateReads() 467 Read.RegisterID = MCDesc.implicit_uses()[I]; in populateReads() 468 Read.SchedClassID = SchedClassID; in populateReads() 483 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() local 484 Read.OpIndex = OpIndex; in populateReads() [all …]
|
| /freebsd-14.2/tests/sys/fs/fusefs/ |
| H A D | read.cc | 64 Read::SetUp(); in SetUp() 110 Read::SetUp(); in SetUp() 117 Read::SetUp(); in SetUp() 152 Read::SetUp(); in SetUp() 348 TEST_F(Read, atime) in TEST_F() argument 635 TEST_F(Read, eio) in TEST_F() argument 667 TEST_F(Read, eof) in TEST_F() argument 802 TEST_F(Read, mmap) in TEST_F() argument 971 TEST_F(Read, mmap_eof) in TEST_F() argument 1129 TEST_F(Read, pread) in TEST_F() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 138 if (Expected<word_t> Res = Read(WordBitNo)) in JumpToBit() 185 Expected<word_t> Read(unsigned NumBits) { in Read() function 229 Expected<unsigned> MaybeRead = Read(NumBits); in ReadVBR() 254 MaybeRead = Read(NumBits); in ReadVBR() 264 Expected<uint64_t> MaybeRead = Read(NumBits); in ReadVBR64() 288 MaybeRead = Read(NumBits); in ReadVBR64() 396 using SimpleBitstreamCursor::Read; 473 Expected<unsigned> ReadCode() { return Read(CurCodeSize); } in ReadCode() 492 Expected<unsigned> MaybeNum = Read(bitc::BlockSizeWidth); in SkipBlock()
|
| /freebsd-14.2/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 11 ~d Read in dead.letter 13 ~f messages Read in messages 17 ~m messages Read in messages, right shifted by a tab 21 ~r file Read a file into the message buffer
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextDarwin_arm64.h | 120 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator 132 SetError(GPRRegSet, Read, -1); in InvalidateAllRegisterStates() 133 SetError(FPURegSet, Read, -1); in InvalidateAllRegisterStates() 134 SetError(EXCRegSet, Read, -1); in InvalidateAllRegisterStates() 183 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
|
| H A D | RegisterContextDarwin_i386.h | 111 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator 121 SetError(GPRRegSet, Read, -1); in InvalidateAllRegisterStates() 122 SetError(FPURegSet, Read, -1); in InvalidateAllRegisterStates() 123 SetError(EXCRegSet, Read, -1); in InvalidateAllRegisterStates() 166 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
|
| H A D | RegisterContextDarwin_x86_64.h | 116 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator 126 SetError(GPRRegSet, Read, -1); in InvalidateAllRegisterStates() 127 SetError(FPURegSet, Read, -1); in InvalidateAllRegisterStates() 128 SetError(EXCRegSet, Read, -1); in InvalidateAllRegisterStates() 171 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
|
| H A D | RegisterContextDarwin_arm.h | 153 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator 165 SetError(GPRRegSet, Read, -1); in InvalidateAllRegisterStates() 166 SetError(FPURegSet, Read, -1); in InvalidateAllRegisterStates() 167 SetError(EXCRegSet, Read, -1); in InvalidateAllRegisterStates() 216 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
|
| H A D | RegisterContextDarwin_arm64.cpp | 174 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR() 176 return GetError(GPRRegSet, Read); in ReadGPR() 182 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU() 184 return GetError(FPURegSet, Read); in ReadFPU() 190 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC() 192 return GetError(EXCRegSet, Read); in ReadEXC() 200 return GetError(DBGRegSet, Read); in ReadDBG() 210 SetError(set, Read, -1); in WriteGPR() 221 SetError(set, Read, -1); in WriteFPU() 232 SetError(set, Read, -1); in WriteEXC() [all …]
|
| H A D | RegisterContextDarwin_i386.cpp | 505 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR() 507 return GetError(set, Read); in ReadGPR() 513 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU() 515 return GetError(set, Read); in ReadFPU() 521 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC() 523 return GetError(set, Read); in ReadEXC() 533 SetError(set, Read, -1); in WriteGPR() 544 SetError(set, Read, -1); in WriteFPU() 555 SetError(set, Read, -1); in WriteEXC()
|
| /freebsd-14.2/contrib/bearssl/src/x509/ |
| H A D | asn1.t0 | 52 \ Read next source character, skipping blanks. 58 \ Read a decimal integer, followed by either a dot or whitespace. 159 \ Read one byte from the stream. 166 \ Read one byte, enforcing current read limit. 171 \ Read a 16-bit value, big-endian encoding. 175 \ Read a 16-bit value, little-endian encoding. 224 \ Read an ASN.1 tag. This function returns the "constructed" status 297 \ Read a length and open the value as a sub-structure. 310 \ Read a length and then skip the value. 639 \ Read tag; must be UTCTime or GeneralizedTime. Year count is [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 201 unsigned Read; in parseType() local 202 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots); in parseType() 205 if (Read != Asm.size()) { in parseType() 209 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), in parseType() 215 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, in parseTypeAtBeginning() argument 223 .parseTypeAtBeginning(Ty, Read, Slots)) in parseTypeAtBeginning()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 82 static const unsigned Read = 1; variable 257 MemRef::Read | MemRef::Write); in visitCallBase() 293 MCI->getSourceAlign(), nullptr, MemRef::Read); in visitCallBase() 315 MCII->getSourceAlign(), nullptr, MemRef::Read); in visitCallBase() 331 MMI->getSourceAlign(), nullptr, MemRef::Read); in visitCallBase() 353 std::nullopt, nullptr, MemRef::Read | MemRef::Write); in visitCallBase() 359 std::nullopt, nullptr, MemRef::Read); in visitCallBase() 363 std::nullopt, nullptr, MemRef::Read | MemRef::Write); in visitCallBase() 424 if (Flags & MemRef::Read) { in visitMemoryReference() 487 MemRef::Read); in visitLoadInst() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | ExecutorSharedMemoryMapperService.cpp | 30 if (MP == MemProt::Read) in getWindowsProtectionFlags() 33 MP == (MemProt::Write | MemProt::Read)) { in getWindowsProtectionFlags() 37 if (MP == (MemProt::Read | MemProt::Exec)) in getWindowsProtectionFlags() 39 if (MP == (MemProt::Read | MemProt::Write | MemProt::Exec)) in getWindowsProtectionFlags() 135 if ((Segment.RAG.Prot & MemProt::Read) == MemProt::Read) in initialize()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | lpc32xx-slc.txt | 18 - nxp,rwidth: Read pulse width (R_WIDTH) 19 - nxp,rhold: Read hold time (R_HOLD) 20 - nxp,rsetup: Read setup time (R_SETUP)
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | descriptor.h | 46 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); member 52 #define descriptor_Read(d, b, f) ((*(d)->Read)(d, b, f))
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 143 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); in readBytes() local 144 if (Read <= 0) { in readBytes() 146 if (Read == 0) { in readBytes() 164 Completed += Read; in readBytes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 52 Expected<word_t> MaybeNum = Read(bitc::BlockSizeWidth); in EnterSubBlock() 82 return Cursor.Read((unsigned)Op.getEncodingData()); in readAbbreviatedField() 87 if (Expected<unsigned> Res = Cursor.Read(6)) in readAbbreviatedField() 304 Read((unsigned)EltEnc.getEncodingData())) in readRecord() 319 if (Expected<SimpleBitstreamCursor::word_t> MaybeVal = Read(6)) in readRecord() 370 Expected<word_t> MaybeIsLiteral = Read(1); in ReadAbbrevRecord() 382 Expected<word_t> MaybeEncoding = Read(3); in ReadAbbrevRecord()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | MemoryFlags.h | 29 Read = 1U << 0, enumerator 37 return OS << (((MP & MemProt::Read) != MemProt::None) ? 'R' : '-') 46 if ((MP & MemProt::Read) != MemProt::None) in toSysMemoryProtectionFlags() 60 MP |= MemProt::Read; in fromSysMemoryProtectionFlags()
|