Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_xattr_platform.c37 void *rvalue; in DEFINE_TEST()
98 rvalue = getXattr("writetest", attrname, &insize); in DEFINE_TEST()
100 assertEqualMem(rvalue, writeval, insize); in DEFINE_TEST()
101 free(rvalue); in DEFINE_TEST()
/freebsd/contrib/nvi/vi/
H A Dv_replace.c118 vip->rvalue = ev.e_value; in v_replace()
152 if ((!quote && vip->rvalue == K_CR) || vip->rvalue == K_NL) { in v_replace()
H A Dvi.h238 e_key_t rvalue; /* Value of last replacement character. */ member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp207 void emitCopyIntoMemory(RValue rvalue) const;
254 Address materializeRValue(RValue rvalue) const;
1561 void AtomicInfo::emitCopyIntoMemory(RValue rvalue) const { in emitCopyIntoMemory()
1566 if (rvalue.isAggregate()) { in emitCopyIntoMemory()
1568 LValue Src = CGF.MakeAddrLValue(rvalue.getAggregateAddress(), in emitCopyIntoMemory()
1570 bool IsVolatile = rvalue.isVolatileQualified() || in emitCopyIntoMemory()
1586 if (rvalue.isScalar()) { in emitCopyIntoMemory()
1587 CGF.EmitStoreOfScalar(rvalue.getScalarVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory()
1589 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory()
1596 Address AtomicInfo::materializeRValue(RValue rvalue) const { in materializeRValue()
[all …]
H A DCGCall.h298 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add() argument
H A DCodeGenFunction.h1471 RValue rvalue)
1472 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, rvalue)) {
3494 PeepholeProtection protectFromPeepholes(RValue rvalue);
4150 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
4152 void EmitAtomicStore(RValue rvalue, LValue lvalue, llvm::AtomicOrdering AO,
H A DCodeGenFunction.cpp2530 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes() argument
2535 if (!rvalue.isScalar()) return PeepholeProtection(); in protectFromPeepholes()
2536 llvm::Value *value = rvalue.getScalarVal(); in protectFromPeepholes()
H A DCGExprAgg.cpp859 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
860 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
H A DCGDecl.cpp2034 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
2037 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
H A DCGObjCMac.cpp2220 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs, in EmitMessageSend() local
2229 return nullReturn.complete(CGF, Return, rvalue, ResultType, CallArgs, in EmitMessageSend()
/freebsd/contrib/bsnmp/lib/
H A Dsnmpcrypto.c338 int32_t err, rvalue[SNMP_AUTH_HMACSHA_KEY_SIZ / 4]; in snmp_calc_keychange() local
356 rvalue[i] = random(); in snmp_calc_keychange()
359 memcpy(keychange + keylen, rvalue, keylen); in snmp_calc_keychange()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dranges.cppm
H A Dranges.inc171 // [range.as.rvalue], as rvalue view
/freebsd/stand/forth/
H A Dmenusets.4th60 \ Generate a string representing rvalue inheritance var
130 \ Generate a string representing rvalue inheritance var
222 \ Generate a string representing rvalue inheritance var
/freebsd/contrib/llvm-project/libcxx/include/
H A Dostream129 // rvalue stream insertion
H A Dranges333 // [range.as.rvalue]
H A Dany546 "ValueType is required to be an rvalue reference "
H A Distream153 // rvalue stream extraction
/freebsd/contrib/libcbor/
H A DCHANGELOG.md68 - If you have previously relied on the broken behavior, you can use `cbor_move` to emulate as long as the returned handle is an "rvalue"
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def70 /// object representation of an lvalue as an rvalue. Created by
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td798 "cannot use volatile type %1 where it causes an lvalue-to-rvalue conversion"
1825 "rvalue reference type %0 is not allowed in exception specification">;
2033 "'this' argument to member function %0 is an %select{lvalue|rvalue}1, "
2034 "but function has %select{non-const lvalue|rvalue}2 ref-qualifier">;
2257 "%diff{of type $ with an %select{rvalue|lvalue}2 of type $|"
2258 "with an %select{rvalue|lvalue}2 of incompatible type}1,3"
2268 def err_lvalue_to_rvalue_ref : Error<"rvalue reference %diff{to type $ cannot "
2286 "%select{rvalue|lvalue}2 of type $|could not bind to %select{rvalue|lvalue}2 of "
4907 "expects an %select{lvalue|rvalue}5 for "
5121 "non-type template parameter has rvalue reference type %0">;
[all …]
H A DDiagnosticParseKinds.td350 "rvalue references are a C++11 extension">, InGroup<CXX11>;
352 "rvalue references are incompatible with C++98">,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td692 "variables (or rvalue references). With setting \"All\" warn "
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr1564 # EOF. This implies that you must execute this either as an rvalue to a pipe,
/freebsd/contrib/googletest/docs/
H A Dadvanced.md246 initialize return object of type 'bool' with an rvalue of type 'void'"` or