Searched refs:rvalue (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_xattr_platform.c38 void *rvalue;
99 rvalue = getXattr("writetest", attrname, &insize);
101 assertEqualMem(rvalue, writeval, insize);
102 free(rvalue);
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_replace.c122 vip->rvalue = ev.e_value;
156 if ((!quote && vip->rvalue == K_CR) || vip->rvalue == K_NL) {
H A Dvi.h240 e_key_t rvalue; /* Value of last replacement character. */ member in struct:_vi_private
/freebsd-11-stable/contrib/gcc/
H A Dstruct-equiv.c307 /* Update register liveness to reflect that X is now life (if rvalue is
308 nonzero) or dead (if rvalue is zero) in INFO->x_block, and likewise Y
312 note_local_live (struct equiv_info *info, rtx x, rtx y, int rvalue)
320 int x_change = assign_reg_reg_set (info->x_local_live, x, rvalue);
321 int y_change = assign_reg_reg_set (info->y_local_live, y, rvalue);
359 rtx_equiv_p (rtx *xp, rtx y, int rvalue, struct equiv_info *info)
414 if (!rvalue && info->cur.input_valid
421 && assign_reg_reg_set (info->common_live, x, rvalue))
433 if (! rvalue || info->input_cost < 0 || no_new_pseudos)
543 note_local_live (info, x, y, rvalue);
311 note_local_live(struct equiv_info *info, rtx x, rtx y, int rvalue) argument
358 rtx_equiv_p(rtx *xp, rtx y, int rvalue, struct equiv_info *info) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp188 /// Converts a rvalue to integer value.
196 void emitCopyIntoMemory(RValue rvalue) const;
243 Address materializeRValue(RValue rvalue) const;
1586 void AtomicInfo::emitCopyIntoMemory(RValue rvalue) const {
1588 // If we have an r-value, the rvalue should be of the atomic type,
1591 if (rvalue.isAggregate()) {
1593 LValue Src = CGF.MakeAddrLValue(rvalue.getAggregateAddress(),
1595 bool IsVolatile = rvalue.isVolatileQualified() ||
1610 // Okay, store the rvalue in.
1611 if (rvalue
1954 EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit) argument
1972 EmitAtomicStore(RValue rvalue, LValue dest, llvm::AtomicOrdering AO, bool IsVolatile, bool isInit) argument
[all...]
H A DCGCall.h285 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } argument
H A DCodeGenFunction.h1207 RValue rvalue)
1208 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, rvalue)) {
2826 PeepholeProtection protectFromPeepholes(RValue rvalue);
3348 /// GetUndefRValue - Get an appropriate 'undef' rvalue for the given type.
3399 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
3401 void EmitAtomicStore(RValue rvalue, LValue lvalue, llvm::AtomicOrdering AO,
3478 /// rvalue, returning the rvalue.
3484 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
1205 OpaqueValueMapping(CodeGenFunction &CGF, const OpaqueValueExpr *opaqueValue, RValue rvalue) argument
H A DCodeGenFunction.cpp2123 CodeGenFunction::protectFromPeepholes(RValue rvalue) { argument
2128 if (!rvalue.isScalar()) return PeepholeProtection();
2129 llvm::Value *value = rvalue.getScalarVal();
H A DCGDecl.cpp1875 RValue rvalue = EmitReferenceBindingToExpr(init); local
1878 EmitStoreThroughLValue(rvalue, lvalue, true);
H A DCGExprAgg.cpp806 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); local
807 return EmitFinalDestCopy(valueType, rvalue);
833 llvm_unreachable("should not be emitting lvalue bitcast as rvalue");
H A DCGObjCMac.cpp2268 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs, local
2277 return nullReturn.complete(CGF, Return, rvalue, ResultType, CallArgs,
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpcrypto.c312 int32_t err, rvalue[SNMP_AUTH_HMACSHA_KEY_SIZ / 4]; local
324 rvalue[i] = random();
327 memcpy(keychange + keylen, rvalue, keylen);
/freebsd-11-stable/contrib/gcc/cp/
H A Drtti.c500 /* If T is a pointer type, v shall be an rvalue of a pointer to
501 complete class type, and the result is an rvalue of type T. */
563 expr = rvalue (expr);
H A Dtypeck.c1509 in an rvalue context: the lvalue-to-rvalue, array-to-pointer, and
1514 Although the returned value is being used as an rvalue, this
1594 promotion, and that, therefore, the type of the resulting rvalue
1598 /* We do not call rvalue() here because we do not want to wrap EXP
1615 operator that expects the rvalue for that operand, the
1616 lvalue-to-rvalue, array-to-pointer, or function-to-pointer
1618 rvalue.
4167 expression is always a rvalue. */
4168 arg = rvalue (ar
[all...]
H A Dtree.c99 rvalue we want to preserve that information. */
194 a class rvalue. */
218 (lvalue_p_1 (ref, /*class rvalue ok*/ 1) != clk_none);
383 /* EXPR is being used in an rvalue context. Return a version of EXPR
384 that is marked as an rvalue. */
387 rvalue (tree expr) function
H A Dcp-tree.h932 used to test whether or not it is OK to bind an rvalue to a
3174 clk_class = 2, /* An rvalue of class-type. */
4499 extern tree rvalue (tree);
H A Dcall.c428 (_expr.const_) rvalue of integer type that evaluates to zero. */
720 An rvalue of type "pointer to cv D," where D is a
721 class type, can be converted to an rvalue of type
810 An rvalue of arithmetic, enumeration, pointer, or pointer to
811 member type can be converted to an rvalue of type bool. */
982 rvalue of the right type is good enough. */
1213 If the initializer expression is an rvalue, with T2 a class type,
1217 -- The reference is bound to the object represented by the rvalue
3167 changed to an rvalue of type T2 that still refers to the original
3190 converted to an rvalue (o
[all...]

Completed in 479 milliseconds