Searched defs:rvalue (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpcrypto.c | 338 int32_t err, rvalue[SNMP_AUTH_HMACSHA_KEY_SIZ / 4]; in snmp_calc_keychange() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.h | 298 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add()
|
H A D | CGAtomic.cpp | 1929 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue, in EmitAtomicStore() 1947 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue dest, in EmitAtomicStore()
|
H A D | CGExprAgg.cpp | 859 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
|
H A D | CodeGenFunction.cpp | 2530 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes()
|
H A D | CGDecl.cpp | 2034 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
|
H A D | CGObjCMac.cpp | 2220 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs, in EmitMessageSend() local
|
/freebsd/contrib/nvi/vi/ |
H A D | vi.h | 238 e_key_t rvalue; /* Value of last replacement character. */ member
|