/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_xattr_platform.c | 37 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 D | v_replace.c | 118 vip->rvalue = ev.e_value; in v_replace() 152 if ((!quote && vip->rvalue == K_CR) || vip->rvalue == K_NL) { in v_replace()
|
H A D | vi.h | 238 e_key_t rvalue; /* Value of last replacement character. */ member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 207 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 D | CGCall.h | 298 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add() argument
|
H A D | CodeGenFunction.h | 1471 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 D | CodeGenFunction.cpp | 2530 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 D | CGExprAgg.cpp | 859 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local 860 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
|
H A D | CGDecl.cpp | 2034 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local 2037 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
|
H A D | CGObjCMac.cpp | 2220 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 D | snmpcrypto.c | 338 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 D | ranges.cppm |
|
H A D | ranges.inc | 171 // [range.as.rvalue], as rvalue view
|
/freebsd/stand/forth/ |
H A D | menusets.4th | 60 \ 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 D | ostream | 129 // rvalue stream insertion
|
H A D | ranges | 333 // [range.as.rvalue]
|
H A D | any | 546 "ValueType is required to be an rvalue reference "
|
H A D | istream | 153 // rvalue stream extraction
|
/freebsd/contrib/libcbor/ |
H A D | CHANGELOG.md | 68 - 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 D | OperationKinds.def | 70 /// object representation of an lvalue as an rvalue. Created by
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 798 "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 D | DiagnosticParseKinds.td | 350 "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 D | Checkers.td | 692 "variables (or rvalue references). With setting \"All\" warn "
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 1564 # EOF. This implies that you must execute this either as an rvalue to a pipe,
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 246 initialize return object of type 'bool' with an rvalue of type 'void'"` or
|