| /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 | 206 void emitCopyIntoMemory(RValue rvalue) const; 253 Address materializeRValue(RValue rvalue) const; 1605 void AtomicInfo::emitCopyIntoMemory(RValue rvalue) const { in emitCopyIntoMemory() 1610 if (rvalue.isAggregate()) { in emitCopyIntoMemory() 1612 LValue Src = CGF.MakeAddrLValue(rvalue.getAggregateAddress(), in emitCopyIntoMemory() 1614 bool IsVolatile = rvalue.isVolatileQualified() || in emitCopyIntoMemory() 1630 if (rvalue.isScalar()) { in emitCopyIntoMemory() 1631 CGF.EmitStoreOfScalar(rvalue.getScalarVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory() 1633 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory() 1640 Address AtomicInfo::materializeRValue(RValue rvalue) const { in materializeRValue() [all …]
|
| H A D | CGCall.h | 305 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add() argument
|
| H A D | CodeGenFunction.h | 1501 RValue rvalue) 1503 Data(OpaqueValueMappingData::bind(CGF, opaqueValue, rvalue)) {} 3539 PeepholeProtection protectFromPeepholes(RValue rvalue); 4260 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit); 4262 void EmitAtomicStore(RValue rvalue, LValue lvalue, llvm::AtomicOrdering AO,
|
| H A D | CodeGenFunction.cpp | 2638 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes() argument 2643 if (!rvalue.isScalar()) return PeepholeProtection(); in protectFromPeepholes() 2644 llvm::Value *value = rvalue.getScalarVal(); in protectFromPeepholes()
|
| H A D | CGExprAgg.cpp | 961 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local 962 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
|
| H A D | CGDecl.cpp | 2099 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local 2102 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.h | 163 void add(RValue rvalue, clang::QualType type) { emplace_back(rvalue, type); } in add() argument
|
| H A D | CIRGenDecl.cpp | 491 RValue rvalue = emitReferenceBindingToExpr(init); in emitExprAsInit() local 494 emitStoreThroughLValue(rvalue, lvalue); in emitExprAsInit()
|
| H A D | CIRGenFunction.h | 255 RValue rvalue) in OpaqueValueMapping() argument 257 data(OpaqueValueMappingData::bind(cgf, opaqueValue, rvalue)) {} in OpaqueValueMapping()
|
| /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/__cxx03/ |
| H A D | ostream | 129 // rvalue stream insertion
|
| H A D | istream | 153 // rvalue stream extraction
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | ostream | 129 // rvalue stream insertion
|
| H A D | ranges | 342 // [range.as.rvalue]
|
| H A D | any | 549 "ValueType is required to be an rvalue reference "
|
| /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/libcbor/ |
| H A D | CHANGELOG.md | 106 …e 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/Basic/ |
| H A D | DiagnosticSemaKinds.td | 870 "cannot use volatile type %1 where it causes an lvalue-to-rvalue conversion" 1979 "rvalue reference type %0 is not allowed in exception specification">; 2187 "'this' argument to member function %0 is an %select{lvalue|rvalue}1, " 2188 "but function has %select{non-const lvalue|rvalue}2 ref-qualifier">; 2409 "%diff{of type $ with an %select{rvalue|lvalue}2 of type $|" 2410 "with an %select{rvalue|lvalue}2 of incompatible type}1,3" 2420 def err_lvalue_to_rvalue_ref : Error<"rvalue reference %diff{to type $ cannot " 2438 "%select{rvalue|lvalue}2 of type $|could not bind to %select{rvalue|lvalue}2 of " 5144 "expects an %select{lvalue|rvalue}5 for " 5362 "non-type template parameter has rvalue reference type %0">; [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 173 lvalue-to-rvalue conversion is modeled as a `cir.load` instead. Currently 385 `cir.load` reads a value (lvalue to rvalue conversion) given an address 710 %rvalue = cir.scope {
|