Home
last modified time | relevance | path

Searched refs:Retry (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Support/
H A DBumpVector.h161 Retry: in push_back()
167 goto Retry; in push_back()
176 Retry: in insert()
185 goto Retry; in insert()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTVector.h164 Retry: in push_back()
170 goto Retry; in push_back()
226 Retry: in insert()
237 goto Retry; in insert()
/openbsd-src/share/misc/
H A Dscsi_modes180 {Read Retry Count} i1
185 {Write Retry Count} i1
214 {Verify Retry Count} i1
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc493 for (unsigned Retry = 0; Retry != 200; ++Retry) {
587 // Retry this a few times to defeat badly behaved file system scanners.
588 for (unsigned Retry = 0; Retry != 200; ++Retry) {
589 if (Retry != 0)
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h307 static DescriptorMapUpdateResult Retry() { return {false, true, 0}; } in Retry() function
H A DAppleObjCRuntimeV2.cpp1879 return DescriptorMapUpdateResult::Retry(); in UpdateISAToDescriptorMap()
2144 return DescriptorMapUpdateResult::Retry(); in UpdateISAToDescriptorMap()
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DIPA.rst153 Retry Without Inlining
208 "Retry Without Inlining").
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp178 Retry: in ParseStatementOrDeclarationAfterAttributes()
224 goto Retry; in ParseStatementOrDeclarationAfterAttributes()
285 goto Retry; in ParseStatementOrDeclarationAfterAttributes()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1127 for (auto Retry : Retries) { in canCheckPtrAtRT() local
1128 MemAccessInfo Access = Retry.first; in canCheckPtrAtRT()
1129 Type *AccessTy = Retry.second; in canCheckPtrAtRT()
/openbsd-src/usr.sbin/nsd/doc/
H A DNSD-VERIFY-MODS183 the master server. If that fails, each SOA-Retry time will be tried again. To
H A DRELNOTES415 - Retry when udp send buffer is full to wait until buffer space is
H A DChangeLog751 - Retry when udp send buffer is full to wait until buffer space is
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1449 Retry: in performORCombine()
1610 goto Retry; in performORCombine()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc1326 // Retry if fchown call fails due to interruption.
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19952487 * ser-tcp.c (tcp_open): Retry connection if we get ECONNREFUSED.
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog12928 * g++.old-deja/g++.other/init7.C: New test. Retry initialization
14753 Retry twice upon timeout. Make resetting of target more robust.
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog2364 - Retry for interfaces with unused ports if possible.