Home
last modified time | relevance | path

Searched refs:rvalue (Results 1 – 25 of 37) sorted by relevance

12

/NextBSD/contrib/gcc/
HDstruct-equiv.c311 note_local_live (struct equiv_info *info, rtx x, rtx y, int rvalue) in note_local_live() argument
319 int x_change = assign_reg_reg_set (info->x_local_live, x, rvalue); in note_local_live()
320 int y_change = assign_reg_reg_set (info->y_local_live, y, rvalue); in note_local_live()
358 rtx_equiv_p (rtx *xp, rtx y, int rvalue, struct equiv_info *info) in rtx_equiv_p() argument
413 if (!rvalue && info->cur.input_valid in rtx_equiv_p()
420 && assign_reg_reg_set (info->common_live, x, rvalue)) in rtx_equiv_p()
432 if (! rvalue || info->input_cost < 0 || no_new_pseudos) in rtx_equiv_p()
542 note_local_live (info, x, y, rvalue); in rtx_equiv_p()
547 gcc_assert (rvalue < 0); in rtx_equiv_p()
582 gcc_assert (rvalue < 0); in rtx_equiv_p()
[all …]
/NextBSD/contrib/nvi/vi/
HDv_replace.c122 vip->rvalue = ev.e_value; in v_replace()
156 if ((!quote && vip->rvalue == K_CR) || vip->rvalue == K_NL) { in v_replace()
HDvi.h240 e_key_t rvalue; /* Value of last replacement character. */ member
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGAtomic.cpp186 void emitCopyIntoMemory(RValue rvalue) const;
231 llvm::Value *materializeRValue(RValue rvalue) const;
1336 void AtomicInfo::emitCopyIntoMemory(RValue rvalue) const { in emitCopyIntoMemory()
1341 if (rvalue.isAggregate()) { in emitCopyIntoMemory()
1343 rvalue.getAggregateAddr(), in emitCopyIntoMemory()
1345 (rvalue.isVolatileQualified() in emitCopyIntoMemory()
1360 if (rvalue.isScalar()) { in emitCopyIntoMemory()
1361 CGF.EmitStoreOfScalar(rvalue.getScalarVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory()
1363 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory()
1370 llvm::Value *AtomicInfo::materializeRValue(RValue rvalue) const { in materializeRValue()
[all …]
HDCGCall.h81 void add(RValue rvalue, QualType type, bool needscopy = false) {
82 push_back(CallArg(rvalue, type, needscopy));
HDCodeGenFunction.h848 RValue rvalue) in OpaqueValueMapping() argument
849 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, rvalue)) { in OpaqueValueMapping()
1978 PeepholeProtection protectFromPeepholes(RValue rvalue);
2315 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
2317 void EmitAtomicStore(RValue rvalue, LValue lvalue, llvm::AtomicOrdering AO,
HDCodeGenFunction.cpp1667 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes() argument
1672 if (!rvalue.isScalar()) return PeepholeProtection(); in protectFromPeepholes()
1673 llvm::Value *value = rvalue.getScalarVal(); in protectFromPeepholes()
HDCGExprAgg.cpp678 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
679 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
HDCGDecl.cpp1216 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
1219 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
HDCGObjCMac.cpp1909 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Fn, Return, ActualArgs); in EmitMessageSend() local
1910 return nullReturn.complete(CGF, rvalue, ResultType, CallArgs, in EmitMessageSend()
/NextBSD/contrib/bsnmp/lib/
HDsnmpcrypto.c312 int32_t err, rvalue[SNMP_AUTH_HMACSHA_KEY_SIZ / 4]; in snmp_calc_keychange() local
324 rvalue[i] = random(); in snmp_calc_keychange()
327 memcpy(keychange + keylen, rvalue, keylen); in snmp_calc_keychange()
/NextBSD/sys/boot/forth/
HDmenusets.4th61 \ Generate a string representing rvalue inheritance var
131 \ Generate a string representing rvalue inheritance var
223 \ Generate a string representing rvalue inheritance var
/NextBSD/contrib/libc++/include/
Dtuple231 "Attempted to construct a reference element in a tuple with an rvalue");}
245 "Attempted to construct a reference element in a tuple with an rvalue");}
259 "Attempted to construct a reference element in a tuple with an rvalue");}
273 "Attempted to construct a reference element in a tuple with an rvalue");}
Dostream128 // rvalue stream insertion
Dmemory2598 static_assert(!is_reference<deleter_type>::value, "rvalue deleter bound to reference");
2791 static_assert(!is_reference<deleter_type>::value, "rvalue deleter bound to reference");
2798 static_assert(!is_reference<deleter_type>::value, "rvalue deleter bound to reference");
/NextBSD/contrib/gcc/cp/
HDChangeLog1996 before lvalue-to-rvalue, function-to-pointer, and array-to-pointer
1999 (expand_default_init): Do not call rvalue.
2002 * except.c (build_throw): Do not perform lvalue-to-rvalue
2007 (rvalue): Don't convert bitfields to their declared type here.
2011 lvalue-to-rvalue, function-to-pointer, or array-to-pointer
2070 types when forming an rvalue.
2072 (rvalue): Use it.
2198 * tree.c (rvalue): Convert bitfields to their declared types.
2210 * tree.c (rvalue): Convert bitfields to their correct types.
2247 expressions used in an rvalue context.
[all …]
HDrtti.c561 expr = rvalue (expr); in build_dynamic_cast_1()
HDtree.c387 rvalue (tree expr) in rvalue() function
HDtypeck.c4159 arg = rvalue (arg); in build_unary_op()
4412 arg = rvalue (arg); in build_unary_op()
5067 result = rvalue (result); in build_static_cast_1()
HDChangeLog-19971632 an rvalue to a reference.
2064 * call.c (build_user_type_conversion_1): Really ignore rvalue
HDChangeLog-1996848 initializing anything from an rvalue.
983 (reference_binding): Handle bad rvalue bindings.
1299 a class rvalue.
HDcp-tree.h4490 extern tree rvalue (tree);
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticParseKinds.td264 "rvalue references are a C++11 extension">, InGroup<CXX11>;
266 "rvalue references are incompatible with C++98">,
HDDiagnosticSemaKinds.td1134 "rvalue reference type %0 is not allowed in exception specification">;
1478 "%diff{of type $ with an %select{rvalue|lvalue}2 of type $|"
1479 "with an %select{rvalue|lvalue}2 of incompatible type}1,3"
1490 def err_lvalue_to_rvalue_ref : Error<"rvalue reference %diff{to type $ cannot "
1508 "reference %diff{to type $ could not bind to an %select{rvalue|lvalue}1 of "
1509 "type $|could not bind to %select{rvalue|lvalue}1 of incompatible type}0,2">;
3468 "%select{rvalue|lvalue}1">;
4021 "rvalue reference type %2">;
5052 "cannot take the address of an rvalue of type %0">;
5412 "functional-style cast}0 from rvalue to reference type %2">;
[all …]
/NextBSD/contrib/gcc/doc/
HDimplement-c.texi531 According to the C standard, such an expression is an rvalue whose type

12