Home
last modified time | relevance | path

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

12

/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.cpp206 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 DCGCall.h305 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add() argument
H A DCodeGenFunction.h1501 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 DCodeGenFunction.cpp2638 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 DCGExprAgg.cpp961 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
962 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
H A DCGDecl.cpp2099 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
2102 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.h163 void add(RValue rvalue, clang::QualType type) { emplace_back(rvalue, type); } in add() argument
H A DCIRGenDecl.cpp491 RValue rvalue = emitReferenceBindingToExpr(init); in emitExprAsInit() local
494 emitStoreThroughLValue(rvalue, lvalue); in emitExprAsInit()
H A DCIRGenFunction.h255 RValue rvalue) in OpaqueValueMapping() argument
257 data(OpaqueValueMappingData::bind(cgf, opaqueValue, rvalue)) {} in OpaqueValueMapping()
/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/__cxx03/
H A Dostream129 // rvalue stream insertion
H A Distream153 // rvalue stream extraction
/freebsd/contrib/llvm-project/libcxx/include/
H A Dostream129 // rvalue stream insertion
H A Dranges342 // [range.as.rvalue]
H A Dany549 "ValueType is required to be an rvalue reference "
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def70 /// object representation of an lvalue as an rvalue. Created by
/freebsd/contrib/libcbor/
H A DCHANGELOG.md106 …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 DDiagnosticSemaKinds.td870 "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 DCIROps.td173 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 {

12