Home
last modified time | relevance | path

Searched refs:rvalue (Results 1 – 24 of 24) 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.cpp205 void emitCopyIntoMemory(RValue rvalue) const;
252 Address materializeRValue(RValue rvalue) const;
1775 if (rvalue.isAggregate()) { in emitCopyIntoMemory()
1779 bool IsVolatile = rvalue.isVolatileQualified() || in emitCopyIntoMemory()
1795 if (rvalue.isScalar()) { in emitCopyIntoMemory()
1808 if (rvalue.isAggregate()) in materializeRValue()
1809 return rvalue.getAggregateAddress(); in materializeRValue()
1814 Atomics.emitCopyIntoMemory(rvalue); in materializeRValue()
2152 assert(!rvalue.isAggregate() || in EmitAtomicStore()
2162 atomics.emitCopyIntoMemory(rvalue); in EmitAtomicStore()
[all …]
H A DCGCall.h282 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add() argument
H A DCodeGenFunction.h1383 RValue rvalue)
1384 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, rvalue)) {
3268 PeepholeProtection protectFromPeepholes(RValue rvalue);
3904 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit);
3906 void EmitAtomicStore(RValue rvalue, LValue lvalue, llvm::AtomicOrdering AO,
H A DCodeGenFunction.cpp2448 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes() argument
2453 if (!rvalue.isScalar()) return PeepholeProtection(); in protectFromPeepholes()
2454 llvm::Value *value = rvalue.getScalarVal(); in protectFromPeepholes()
H A DCGExprAgg.cpp849 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
850 return EmitFinalDestCopy(valueType, rvalue); in VisitCastExpr()
H A DCGDecl.cpp2003 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
2006 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
H A DCGObjCMac.cpp2213 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs, in EmitMessageSend() local
2222 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.inc157 // [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 Dranges328 // [range.as.rvalue]
H A Dany549 "ValueType is required to be an rvalue reference "
H A Distream153 // rvalue stream extraction
H A Dostream129 // rvalue stream insertion
/freebsd/contrib/libcbor/
H A DCHANGELOG.md68 …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/AST/
H A DOperationKinds.def70 /// object representation of an lvalue as an rvalue. Created by
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td676 "local variables (or local rvalue references) and of STL "
678 "local rvalue references) are not tempting their user to "
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td1991 "but function has %select{non-const lvalue|rvalue}2 ref-qualifier">;
2214 "%diff{of type $ with an %select{rvalue|lvalue}2 of type $|"
2215 "with an %select{rvalue|lvalue}2 of incompatible type}1,3"
2243 "%select{rvalue|lvalue}2 of type $|could not bind to %select{rvalue|lvalue}2 of "
4811 "expects an %select{lvalue|rvalue}5 for "
5022 "non-type template parameter has rvalue reference type %0">;
5033 "of rvalue reference type">;
5234 "%select{rvalue|lvalue}1">;
5907 "rvalue reference type %2">;
7169 "cannot take the address of an rvalue of type %0">;
[all …]
H A DDiagnosticParseKinds.td342 "rvalue references are a C++11 extension">, InGroup<CXX11>;
344 "rvalue references are incompatible with C++98">,
/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