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/
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/
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/
Dscsi_modes180 {Read Retry Count} i1
185 {Write Retry Count} i1
214 {Verify Retry Count} i1
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
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/
DAppleObjCRuntimeV2.h307 static DescriptorMapUpdateResult Retry() { return {false, true, 0}; } in Retry() function
DAppleObjCRuntimeV2.cpp1879 return DescriptorMapUpdateResult::Retry(); in UpdateISAToDescriptorMap()
2144 return DescriptorMapUpdateResult::Retry(); in UpdateISAToDescriptorMap()
/openbsd/src/gnu/llvm/clang/docs/analyzer/developer-docs/
DIPA.rst153 Retry Without Inlining
208 "Retry Without Inlining").
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
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/gnu/llvm/clang/lib/Parse/
DParseStmt.cpp178 Retry: in ParseStatementOrDeclarationAfterAttributes()
224 goto Retry; in ParseStatementOrDeclarationAfterAttributes()
285 goto Retry; in ParseStatementOrDeclarationAfterAttributes()
/openbsd/src/usr.sbin/nsd/doc/
DNSD-VERIFY-MODS183 the master server. If that fails, each SOA-Retry time will be tried again. To
DRELNOTES415 - Retry when udp send buffer is full to wait until buffer space is
DChangeLog751 - Retry when udp send buffer is full to wait until buffer space is
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DPath.inc1326 // Retry if fchown call fails due to interruption.
/openbsd/src/sys/arch/sparc64/sparc64/
Dlocore.s3384 bne,pn %xcc, 2b ! Retry?
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-19952487 * ser-tcp.c (tcp_open): Retry connection if we get ECONNREFUSED.
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/
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/
DChangelog2364 - Retry for interfaces with unused ports if possible.