Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp77 const CallExpr *ce, const CXXMethodDecl *md, ReturnValueSlot returnValue, in emitCXXMemberOrOperatorMemberCallExpr()
168 ReturnValueSlot returnValue) { in emitCXXOperatorMemberCallExpr()
178 ReturnValueSlot returnValue, mlir::Value thisPtr, mlir::Value implicitParam, in emitCXXMemberOrOperatorCall()
H A DCIRGenBuiltin.cpp62 ReturnValueSlot returnValue) { in emitBuiltinExpr()
H A DCIRGenExpr.cpp1211 ReturnValueSlot returnValue) { in emitCall()
1299 ReturnValueSlot returnValue) { in emitCallExpr()
1544 ReturnValueSlot returnValue) { in emitCXXMemberCallExpr()
H A DCIRGenCall.cpp482 ReturnValueSlot returnValue, in emitCall()
/freebsd/sys/fs/udf/
H A Dosta.c40 int returnValue, unicodeIndex, byteIndex; in udf_UncompressUnicode() local
86 int returnValue, unicodeIndex, byteIndex; in udf_UncompressUnicodeByte() local
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1591 int returnValue = 0; in telrcv() local
1833 int returnValue = 0; in telsnd() local
1987 int returnValue; in Scheduler() local
H A Dsys_bsd.c776 int returnValue = 0; in process_rings() local
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c1671 int returnValue = 0; in telrcv() local
1912 int returnValue = 0; in telsnd() local
2064 int returnValue; in Scheduler() local
H A Dsys_bsd.c846 int returnValue = 0; in process_rings() local
/freebsd/stand/ficl/
H A Dficl.c335 int returnValue; in ficlEvaluate() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp410 std::optional<Error> returnValue; in also_compatible_with() local
/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp1275 LONG returnValue; in OnSynTime() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1472 SExpr *returnValue() { return Retval; } in returnValue() function
1473 const SExpr *returnValue() const { return Retval; } in returnValue() function