| /freebsd/sys/fs/udf/ |
| H A D | osta.c | 40 int returnValue, unicodeIndex, byteIndex; in udf_UncompressUnicode() local 47 returnValue = -1; in udf_UncompressUnicode() 70 returnValue = unicodeIndex; in udf_UncompressUnicode() 72 return(returnValue); in udf_UncompressUnicode() 86 int returnValue, unicodeIndex, byteIndex; in udf_UncompressUnicodeByte() local 93 returnValue = -1; in udf_UncompressUnicodeByte() 115 returnValue = unicodeIndex; in udf_UncompressUnicodeByte() 117 return(returnValue); in udf_UncompressUnicodeByte()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCXXExpr.cpp | 77 const CallExpr *ce, const CXXMethodDecl *md, ReturnValueSlot returnValue, in emitCXXMemberOrOperatorMemberCallExpr() argument 161 calleeDecl, callee, returnValue, thisPtr.getPointer(), in emitCXXMemberOrOperatorMemberCallExpr() 168 ReturnValueSlot returnValue) { in emitCXXOperatorMemberCallExpr() argument 172 e, md, returnValue, /*HasQualifier=*/false, /*Qualifier=*/nullptr, in emitCXXOperatorMemberCallExpr() 178 ReturnValueSlot returnValue, mlir::Value thisPtr, mlir::Value implicitParam, in emitCXXMemberOrOperatorCall() argument 189 return emitCall(fnInfo, callee, returnValue, args, nullptr, loc); in emitCXXMemberOrOperatorCall()
|
| H A D | CIRGenFunction.h | 786 const clang::CallExpr *e, ReturnValueSlot returnValue); 789 const CIRGenCallee &callee, ReturnValueSlot returnValue, 793 const CIRGenCallee &callee, ReturnValueSlot returnValue, 797 return emitCall(funcInfo, callee, returnValue, args, callOrTryCall, 802 const clang::CallExpr *e, ReturnValueSlot returnValue); 810 ReturnValueSlot returnValue = ReturnValueSlot()); 854 ReturnValueSlot returnValue); 858 ReturnValueSlot returnValue, mlir::Value thisPtr, 864 ReturnValueSlot returnValue, bool hasQualifier, 872 ReturnValueSlot returnValue);
|
| H A D | CIRGenExpr.cpp | 1211 ReturnValueSlot returnValue) { in emitCall() argument 1242 RValue callResult = emitCall(funcInfo, callee, returnValue, args, &callOp, in emitCall() 1299 ReturnValueSlot returnValue) { in emitCallExpr() argument 1303 return emitCXXMemberCallExpr(ce, returnValue); in emitCallExpr() 1315 return emitCXXOperatorMemberCallExpr(operatorCall, md, returnValue); in emitCallExpr() 1325 returnValue); in emitCallExpr() 1332 return emitCall(e->getCallee()->getType(), callee, e, returnValue); in emitCallExpr() 1544 ReturnValueSlot returnValue) { in emitCXXMemberCallExpr() argument 1567 ce, md, returnValue, hasQualifier, qualifier, isArrow, base); in emitCXXMemberCallExpr()
|
| H A D | CIRGenBuiltin.cpp | 62 ReturnValueSlot returnValue) { in emitBuiltinExpr() argument
|
| H A D | CIRGenCall.cpp | 482 ReturnValueSlot returnValue, in emitCall() argument 613 Address destPtr = returnValue.getValue(); in emitCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ARMAttributeParser.cpp | 410 std::optional<Error> returnValue; in also_compatible_with() local 427 returnValue = in also_compatible_with() 436 returnValue = createStringError( in also_compatible_with() 450 returnValue = createStringError( in also_compatible_with() 486 return returnValue ? std::move(*returnValue) : Error::success(); in also_compatible_with()
|
| /freebsd/crypto/heimdal/appl/telnet/telnet/ |
| H A D | sys_bsd.c | 776 int returnValue = 0; in process_rings() local 938 returnValue = 1; in process_rings() 966 returnValue = 1; /* did something useful */ in process_rings() 971 returnValue |= netflush(); in process_rings() 975 returnValue |= (ttyflush(SYNCHing|flushout) > 0); in process_rings() 978 return returnValue; in process_rings()
|
| H A D | telnet.c | 1591 int returnValue = 0; in telrcv() local 1599 returnValue = 1; in telrcv() 1811 return returnValue||count; in telrcv() 1833 int returnValue = 0; in telsnd() local 1845 returnValue = 1; in telsnd() 1966 return returnValue||count; /* Non-zero if we did anything */ in telsnd() 1987 int returnValue; in Scheduler() local 2016 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler() 2021 returnValue |= telsnd(); in Scheduler() 2025 returnValue |= telrcv(); in Scheduler() [all …]
|
| /freebsd/contrib/telnet/telnet/ |
| H A D | telnet.c | 1671 int returnValue = 0; in telrcv() local 1679 returnValue = 1; in telrcv() 1890 return returnValue||count; in telrcv() 1912 int returnValue = 0; in telsnd() local 1924 returnValue = 1; in telsnd() 2045 return returnValue||count; /* Non-zero if we did anything */ in telsnd() 2064 int returnValue; in Scheduler() local 2087 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler() 2092 returnValue |= telsnd(); in Scheduler() 2096 returnValue |= telrcv(); in Scheduler() [all …]
|
| H A D | sys_bsd.c | 846 int returnValue = 0; in process_rings() local 1026 returnValue = 1; in process_rings() 1054 returnValue = 1; /* did something useful */ in process_rings() 1059 returnValue |= netflush(); in process_rings() 1063 returnValue |= (ttyflush(SYNCHing|flushout) > 0); in process_rings() 1066 return returnValue; in process_rings()
|
| /freebsd/stand/ficl/ |
| H A D | ficl.c | 335 int returnValue; in ficlEvaluate() local 338 returnValue = ficlExecC(pVM, pText, -1); in ficlEvaluate() 340 return returnValue; in ficlEvaluate()
|
| /freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/ |
| H A D | MSVCPaths.cpp | 183 bool returnValue = false; in getSystemRegistryString() 238 returnValue = true; in getSystemRegistryString() 252 returnValue = true; in getSystemRegistryString() 258 return returnValue; in getSystemRegistryString()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTraverse.h | 888 self()->printSExpr(E->returnValue(), SS, Prec_Other); in printReturn()
|
| H A D | ThreadSafetyTIL.h | 1472 SExpr *returnValue() { return Retval; } in returnValue() function 1473 const SExpr *returnValue() const { return Retval; } in returnValue() function
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | LeashView.cpp | 1275 LONG returnValue; in OnSynTime() local 1276 returnValue = pLeash_timesync(1); in OnSynTime()
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 3505 this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false || 3549 e.returnValue = false;
|