Home
last modified time | relevance | path

Searched refs:Returning (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/sys/geom/part/
Dg_part_if.m169 # to the schemes needs before they are used. Returning an error will
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
Darm_neon.td1402 // Signed Saturating Rounding Doubling Multiply Accumulate Returning High Half
1406 // Signed Saturating Rounding Doubling Multiply Subtract Returning High Half
1632 // Signed Saturating Rounding Doubling Multiply Accumulate Returning High Half
1638 // Signed Saturating Rounding Doubling Multiply Subtract Returning High Half
/freebsd-12-stable/contrib/sendmail/
DREADME241 RFC2034 SMTP Service Extension for Returning Enhanced Error Codes
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_read_early_data.pod237 set. Returning 1 from the callback will allow early data and returning 0 will
/freebsd-12-stable/contrib/googletest/googlemock/docs/
DCheatSheet.md360 ## Returning a Value ##
DCookBook.md1499 ## Returning References from Mock Methods ##
1519 ## Returning Live Values from Mock Methods ##
1527 `ReturnRef(x)`, as shown in the previous recipe ("Returning References
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdb.info-2506 * Returning:: Returning from a function
641 File: gdb.info, Node: Signaling, Next: Returning, Prev: Jumping, Up: Altering
668 File: gdb.info, Node: Returning, Next: Calling, Prev: Signaling, Up: Altering
670 Returning from a function
697 File: gdb.info, Node: Calling, Next: Patching, Prev: Returning, Up: Altering
Dgdb.info-12925 (*note Returning from a function: Returning.) to go back to the calling
3000 Contrast this with the `return' command (*note Returning from a
3001 function: Returning.).
4983 *Note Returning from a function: Returning.
Dgdb.texinfo3465 (@pxref{Returning, ,Returning from a function}) to go back to the
3562 Contrast this with the @code{return} command (@pxref{Returning,
3563 ,Returning from a function}).
5854 see @ref{Returning, ,Returning from a function}.} with
9464 * Returning:: Returning from a function
9658 @node Returning
9659 @section Returning from a function
Dgdb.info-36191 * return: Returning.
6192 * returning from a function: Returning.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td4284 // VADDHN : Vector Add and Narrow Returning High Half (D = Q + Q)
4286 // VRADDHN : Vector Rounding Add and Narrow Returning High Half (D = Q + Q)
4372 // VQDMULH : Vector Saturating Doubling Multiply Returning High Half
4397 // VQRDMULH : Vector Rounding Saturating Doubling Multiply Returning High Half
5125 // VSUBHN : Vector Subtract and Narrow Returning High Half (D = Q - Q)
5127 // VRSUBHN : Vector Rounding Subtract and Narrow Returning High Half (D=Q-Q)
/freebsd-12-stable/contrib/libstdc++/include/ext/
Drope1119 typedef _CharT reference; // Really a value. Returning a reference
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi2436 to find the best one. Returning @code{NO_REGS}, in this case, makes
7986 if the reference was output. Returning @code{false} will cause the
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c15189 typedef struct Returning Returning; typedef
19627 Returning *pReturning; /* The RETURNING clause */
19869 struct Returning { struct
120247 Returning *pReturning = pParse->u1.pReturning;
120337 Returning *pRet = pParse->u1.pReturning;
121489 static void sqlite3DeleteReturning(sqlite3 *db, Returning *pRet){
121514 Returning *pRet;
150955 Returning *pReturning;