Home
last modified time | relevance | path

Searched defs:rvalue (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/bsnmp/lib/
H A Dsnmpcrypto.c338 int32_t err, rvalue[SNMP_AUTH_HMACSHA_KEY_SIZ / 4]; in snmp_calc_keychange() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h298 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add()
H A DCGAtomic.cpp1929 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue, in EmitAtomicStore()
1947 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue dest, in EmitAtomicStore()
H A DCGExprAgg.cpp859 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
H A DCodeGenFunction.cpp2530 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes()
H A DCGDecl.cpp2034 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
H A DCGObjCMac.cpp2220 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs, in EmitMessageSend() local
/freebsd/contrib/nvi/vi/
H A Dvi.h238 e_key_t rvalue; /* Value of last replacement character. */ member