Home
last modified time | relevance | path

Searched refs:ACK (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/docs/
H A Dlldb-platform-packets.txt18 // A request to stop sending ACK packets for each properly formatted packet.
28 // ACK mode is now disabled.
H A Dlldb-gdb-remote.txt22 // Try to enable no ACK mode to skip sending ACKs and NACKs.
29 Having to send an ACK/NACK after every packet slows things down a bit, so we
30 have a way to disable ACK packets to minimize the traffic for reliable
/llvm-project-15.0.7/lldb/utils/lui/
H A Dcui.py325 elif key == curses.KEY_RIGHT or key == curses.ascii.ACK: # right or CTRL-F
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp1480 bool IsCompAssign = ACK == Sema::ACK_CompAssign; in checkEnumArithmeticConversions()
1487 << (int)ACK << LEnum << L << R; in checkEnumArithmeticConversions()
1499 } else if (ACK == Sema::ACK_Conditional) { in checkEnumArithmeticConversions()
1505 } else if (ACK == Sema::ACK_Comparison) { in checkEnumArithmeticConversions()
1517 << (int)ACK << L << R; in checkEnumArithmeticConversions()
1527 ArithConvKind ACK) { in UsualArithmeticConversions() argument
1530 if (ACK != ACK_CompAssign) { in UsualArithmeticConversions()
1567 if (LHSType != LHSUnpromotedType && ACK != ACK_CompAssign) in UsualArithmeticConversions()
1584 ACK == ACK_CompAssign); in UsualArithmeticConversions()
1589 ACK == ACK_CompAssign); in UsualArithmeticConversions()
[all …]
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm1359 // Wait for the event bit to reset if a reset ACK is requested
2380 // Wait for the event bit to reset if a reset ACK is requested
2402 // Wait for the event bit to reset if a reset ACK is requested
2562 // Wait for the event bit to reset if a reset ACK is requested
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog1481 the checksums and sends/expects the gdb remote protocol ACK packets.
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11980 SourceLocation Loc, ArithConvKind ACK);