| /openbsd-src/regress/lib/libc/sys/ |
| H A D | t_pipe.c | 82 RL(sigemptyset(&emptysigset)); in ATF_TC_BODY() 83 RL(sigemptyset(&asigset)); in ATF_TC_BODY() 84 RL(sigaddset(&asigset, SIGINFO)); in ATF_TC_BODY() 93 RL(pipe(pp)); in ATF_TC_BODY() 95 RL(pid = fork()); in ATF_TC_BODY() 98 RL(close(pp[1])); in ATF_TC_BODY() 104 RL(done = read(pp[0], f, 128 * 1024)); in ATF_TC_BODY() 107 RL(sigprocmask(SIG_BLOCK, &asigset, &osigset)); in ATF_TC_BODY() 113 RL(sigprocmask(SIG_SETMASK, &osigset, NULL)); in ATF_TC_BODY() 130 RL(close(pp[0])); in ATF_TC_BODY() [all …]
|
| H A D | t_clock_gettime.c | 176 RL(sysctlbyname(TC_CHOICE, ctrbuf, &ctrbufsiz, NULL, 0)); in ATF_TC_BODY() 201 RL(sysctlbyname(TC_HARDWARE, NULL, 0, save, strlen(save))); in ATF_TC_BODY()
|
| H A D | h_macros.h | 48 #define RL(x) REQUIRE_LIBC(x, -1) macro
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | i960.h | 110 #define RL OP( 0, LIT, 0, 0 ) macro 232 { 0x30000000, "bbc", I_BASE, COBR, 3, { RL, RS, 0 } }, 233 { 0x31000000, "cmpobg", I_BASE, COBR, 3, { RL, RS, 0 } }, 234 { 0x32000000, "cmpobe", I_BASE, COBR, 3, { RL, RS, 0 } }, 235 { 0x33000000, "cmpobge", I_BASE, COBR, 3, { RL, RS, 0 } }, 236 { 0x34000000, "cmpobl", I_BASE, COBR, 3, { RL, RS, 0 } }, 237 { 0x35000000, "cmpobne", I_BASE, COBR, 3, { RL, RS, 0 } }, 238 { 0x36000000, "cmpoble", I_BASE, COBR, 3, { RL, RS, 0 } }, 239 { 0x37000000, "bbs", I_BASE, COBR, 3, { RL, RS, 0 } }, 240 { 0x38000000, "cmpibno", I_BASE, COBR, 3, { RL, RS, 0 } }, [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | i960.h | 110 #define RL OP( 0, LIT, 0, 0 ) macro 232 { 0x30000000, "bbc", I_BASE, COBR, 3, { RL, RS, 0 } }, 233 { 0x31000000, "cmpobg", I_BASE, COBR, 3, { RL, RS, 0 } }, 234 { 0x32000000, "cmpobe", I_BASE, COBR, 3, { RL, RS, 0 } }, 235 { 0x33000000, "cmpobge", I_BASE, COBR, 3, { RL, RS, 0 } }, 236 { 0x34000000, "cmpobl", I_BASE, COBR, 3, { RL, RS, 0 } }, 237 { 0x35000000, "cmpobne", I_BASE, COBR, 3, { RL, RS, 0 } }, 238 { 0x36000000, "cmpoble", I_BASE, COBR, 3, { RL, RS, 0 } }, 239 { 0x37000000, "bbs", I_BASE, COBR, 3, { RL, RS, 0 } }, 240 { 0x38000000, "cmpibno", I_BASE, COBR, 3, { RL, RS, 0 } }, [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 91 const ASTRecordLayout &RL = ASTContext.getASTRecordLayout(RD); in visitRecord() local 92 assert(llvm::isPowerOf2_64(RL.getAlignment().getQuantity())); in visitRecord() 94 CharUnits BaselinePad = calculateBaselinePad(RD, ASTContext, RL); in visitRecord() 101 calculateOptimalPad(RD, ASTContext, RL); in visitRecord() 192 const ASTRecordLayout &RL) { in calculateBaselinePad() argument 194 CharUnits Offset = ASTContext.toCharUnitsFromBits(RL.getFieldOffset(0)); in calculateBaselinePad() 206 auto FieldOffsetBits = RL.getFieldOffset(FD->getFieldIndex()); in calculateBaselinePad() 211 PaddingSum += RL.getSize() - Offset; in calculateBaselinePad() 233 const ASTRecordLayout &RL) { in calculateOptimalPad() argument 271 CharUnits NewOffset = ASTContext.toCharUnitsFromBits(RL.getFieldOffset(0)); in calculateOptimalPad() [all …]
|
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 100 const auto *RL = Match.getNodeAs<ObjCMessageExpr>(RunLoopBind); in emitDiagnostics() local 124 (RL ? "main run loop " : "xpc_main ") + in emitDiagnostics()
|
| /openbsd-src/gnu/llvm/llvm/lib/Remarks/ |
| H A D | YAMLRemarkSerializer.cpp | 26 std::optional<RemarkLocation> RL, T FunctionName, in mapRemarkHeader() argument 31 io.mapOptional("DebugLoc", RL); in mapRemarkHeader() 78 static void mapping(IO &io, RemarkLocation &RL) { in mapping() 81 StringRef File = RL.SourceFilePath; in mapping() 82 unsigned Line = RL.SourceLine; in mapping() 83 unsigned Col = RL.SourceColumn; in mapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.cpp | 75 void HexagonBlockRanges::RangeList::include(const RangeList &RL) { in include() argument 76 for (const auto &R : RL) in include() 442 RangeList &RL = F->second; in computeDeadMap() local 443 RangeList::iterator A = RL.begin(), Z = RL.end()-1; in computeDeadMap() 514 const HexagonBlockRanges::RangeList &RL) { in operator <<() argument 515 for (const auto &R : RL) in operator <<() 532 const HexagonBlockRanges::RangeList &RL = I.second; in operator <<() local 533 OS << printReg(I.first.Reg, &P.TRI, I.first.Sub) << " -> " << RL << "\n"; in operator <<()
|
| H A D | HexagonBlockRanges.h | 117 void include(const RangeList &RL); 241 const HexagonBlockRanges::RangeList &RL);
|
| H A D | HexagonFrameLowering.cpp | 2289 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots() local 2291 RL.add(LastStore[FI], LastLoad[FI], false, false); in optimizeSpillSlots() 2293 RL.add(IndexType::Entry, LastLoad[FI], false, false); in optimizeSpillSlots() 2306 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots() local 2309 RL.add(LS, LL, false, false); in optimizeSpillSlots() 2311 RL.add(IndexType::Entry, LL, false, false); in optimizeSpillSlots() 2318 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots() local 2319 RL.add(LS, IndexType::None, false, false); in optimizeSpillSlots() 2396 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots() local 2397 for (auto &Range : RL) { in optimizeSpillSlots() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p3068.C | 25 class RL { 33 class R : public RL, public RR {
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 905 auto RL = std::make_unique<CGRecordLayout>( in ComputeRecordLayout() local 909 RL->NonVirtualBases.swap(Builder.NonVirtualBases); in ComputeRecordLayout() 910 RL->CompleteObjectVirtualBases.swap(Builder.VirtualBases); in ComputeRecordLayout() 913 RL->FieldInfo.swap(Builder.Fields); in ComputeRecordLayout() 916 RL->BitFields.swap(Builder.BitFields); in ComputeRecordLayout() 924 RL->print(llvm::outs()); in ComputeRecordLayout() 947 llvm::StructType *ST = RL->getLLVMType(); in ComputeRecordLayout() 962 unsigned FieldNo = RL->getLLVMFieldNo(FD); in ComputeRecordLayout() 972 const CGBitFieldInfo &Info = RL->getBitFieldInfo(FD); in ComputeRecordLayout() 973 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD)); in ComputeRecordLayout() [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | DwarfLinkerForBinary.cpp | 230 StringRef ArchName, const remarks::RemarkLinker &RL) { in emitRemarks() argument 233 if (RL.empty()) in emitRemarks() 261 if (Error E = RL.serialize(OS, Options.RemarksFormat)) in emitRemarks() 270 remarks::RemarkLinker &RL) { in loadObject() argument 284 Error E = RL.link(*ErrorOrObj); in loadObject() 563 remarks::RemarkLinker RL; in link() local 565 RL.setExternalFilePrependPath(Options.RemarksPrependPath); in link() 592 objFileLoader Loader = [&DebugMap, &RL, in link() 598 if (auto ErrorOrObj = loadObject(Obj, DebugMap, RL)) { in link() 710 if (auto ErrorOrObj = loadObject(*Obj, Map, RL)) in link() [all …]
|
| /openbsd-src/regress/bin/chmod/ |
| H A D | Makefile | 95 ${CHOWN} -RL root:wheel regress 103 ${CHFLAGS} -RL dump regress 145 ${CHMOD} -RL 0755 regress/linked_dir 275 ${CHGRP} -RL nobody regress/linked_dir 325 ${CHOWN} -RL nobody regress/linked_dir 367 ${CHFLAGS} -RL nodump regress/linked_dir
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local 511 GetSplitOp(N->getOperand(2), RL, RH); in SplitRes_Select() 541 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL); in SplitRes_Select() 550 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL, EVLLo); in SplitRes_Select() 556 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local 559 GetSplitOp(N->getOperand(3), RL, RH); in SplitRes_SELECT_CC() 562 N->getOperand(1), LL, RL, N->getOperand(4)); in SplitRes_SELECT_CC()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExplicitLocals.cpp | 410 auto RL = Reg2Local.find(Reg); in runOnMachineFunction() local 411 if (RL == Reg2Local.end() || RL->second < MFI.getParams().size()) in runOnMachineFunction() 414 MFI.setLocal(RL->second - MFI.getParams().size(), in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXRegisterInfo.td | 39 def RL#i : NVPTXReg<"%rd"#i>; // 64-bit 62 def Int64Regs : NVPTXRegClass<[i64], 64, (add (sequence "RL%u", 0, 4), VRFrame64, VRFrameLocal64)>;
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 1741.crt | 11 NZ9N7rhDK7Dd/4mAXQE1Nw5lUoe4zMpNI97QFwVuLdp1KrXR3f5vm/pkyqeY/RL+
|
| H A D | 1928.key | 4 1gzM0KDP+TOFp+IU6ReWRy3dkVo7e1+lCJpp346zhXk6/0IfErHzMOgIC9R+4RL/
|
| H A D | 2525.key | 22 ylAe6+RL+1F9QVN8KtHM5TGAYLUQbdnLi/87n+NDJE1Z7bQI53pKJpcxRbAOZO8d
|
| H A D | 254.chain | 13 RL/i4nXJwLiH3W5ZD+qeGQLCyvaEmkgc0x57Z8Oj6XBmTxXOtCA6798hBBL3hHIQ
|
| H A D | 1129.chain | 17 AAwnOlMvhTCYoBuwERrSh3i6caxY3nO8tgSY4NVtUITUMQYSfh7tuRi9/i3BG+RL
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 510 TreeTy *RL = getLeft(R); 513 if (getHeight(RR) >= getHeight(RL)) 514 return createNode(createNode(L,V,RL), R, RR); 516 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1"); 518 TreeTy *RLL = getLeft(RL); 519 TreeTy *RLR = getRight(RL); 521 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZEC12.td | 181 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "L(Y|FH|RL|Mux)?$")>; 182 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LG(RL)?$")>; 200 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STG(RL)?$")>; 202 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "ST(Y|FH|RL|Mux)?$")>; 228 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LH(H|Mux|RL)$")>; 230 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LG(H|F)RL$")>; 253 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>; 282 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LA(Y|RL)?$")>; 495 def : InstRW<[WLat1LSU, RegReadAdv, FXU, LSU, NormalGr], (instregex "C(G|Y|Mux|RL)?$")>; 498 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "CG(HSI|RL)$")>; [all …]
|