Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDstruct-equiv.c311 note_local_live (struct equiv_info *info, rtx x, rtx y, int rvalue) in note_local_live()
358 rtx_equiv_p (rtx *xp, rtx y, int rvalue, struct equiv_info *info) in rtx_equiv_p()
/NextBSD/contrib/bsnmp/lib/
HDsnmpcrypto.c312 int32_t err, rvalue[SNMP_AUTH_HMACSHA_KEY_SIZ / 4]; in snmp_calc_keychange() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGAtomic.cpp1708 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue, in EmitAtomicStore()
1726 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue dest, in EmitAtomicStore()
HDCGExprAgg.cpp678 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
HDCodeGenFunction.cpp1667 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes()
HDCodeGenFunction.h848 RValue rvalue) in OpaqueValueMapping()
HDCGDecl.cpp1216 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
HDCGObjCMac.cpp1909 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Fn, Return, ActualArgs); in EmitMessageSend() local
/NextBSD/contrib/nvi/vi/
HDvi.h240 e_key_t rvalue; /* Value of last replacement character. */ member
/NextBSD/contrib/gcc/cp/
HDtree.c387 rvalue (tree expr) in rvalue() function