Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.h163 void add(RValue rvalue, clang::QualType type) { emplace_back(rvalue, type); } in add()
H A DCIRGenDecl.cpp491 RValue rvalue = emitReferenceBindingToExpr(init); in emitExprAsInit() local
H A DCIRGenFunction.h255 RValue rvalue) in OpaqueValueMapping()
/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.h305 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add()
H A DCGAtomic.cpp1973 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue, in EmitAtomicStore()
1991 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue dest, in EmitAtomicStore()
H A DCGExprAgg.cpp961 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
H A DCodeGenFunction.cpp2638 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes()
H A DCGDecl.cpp2099 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
H A DCGObjCMac.cpp2133 RValue rvalue = in EmitMessageSend() local
/freebsd/contrib/nvi/vi/
H A Dvi.h238 e_key_t rvalue; /* Value of last replacement character. */ member