Home
last modified time | relevance | path

Searched refs:Terminated (Results 1 – 13 of 13) sorted by relevance

/src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp248 bool Terminated = false; in getEntityEndLoc() local
273 Terminated = true; in getEntityEndLoc()
275 Terminated = true; in getEntityEndLoc()
282 while (!Terminated) { in getEntityEndLoc()
301 Terminated = true; in getEntityEndLoc()
/src/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp343 case syntax::List::TerminationKind::Terminated: in getElementsAsNodesAndDelimiters()
387 case syntax::List::TerminationKind::Terminated: in getElementsAsNodes()
416 return TerminationKind::Terminated; in getTerminationKind()
/src/contrib/tcsh/nls/ukrainian/
H A Dset225 23 Terminated
/src/contrib/tcsh/nls/C/
H A Dset225 23 Terminated
/src/contrib/tcsh/nls/et/
H A Dset225 23 Terminated
/src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h262 Terminated, enumerator
/src/crypto/openssl/doc/designs/quic-design/
H A Dconnection-state-machine.md16 - The Terminated state, which is the terminal state.
177 - the Terminated state if the idle timeout expires; a `CONNECTION_CLOSE`
179 - the Terminated state if the peer triggers a stateless reset; a
200 The endpoint progresses to the Terminated state after a timeout
214 The endpoint progresses to the Terminated state after a timeout
217 - The Terminated state is the terminal state of a connection.
H A Dquic-concurrency.md281 - Notification: Connection Terminated by Peer
H A Dquic-api.md572 QUIC connection transitions immediately to the Terminated state. Otherwise, the
623 reaches the Terminated state or is freed. An application can change its mind
/src/lib/libc/nls/
H A DC.msg234 15 Terminated
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1002 bool Terminated = false; in decodeOpcodes() local
1003 for (unsigned OI = Offset, OE = Opcodes.size(); !Terminated && OI < OE; ) { in decodeOpcodes()
1020 Terminated = in decodeOpcodes()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp625 SmallVectorImpl<TerminatedPath> &Terminated) { in getBlockingAccess() argument
674 Terminated.push_back(Term); in getBlockingAccess()
/src/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md248 (Terminating or Terminated states).
254 terminating (Terminated state).