Searched defs:rvalue (Results 1 – 11 of 11) sorted by relevance
| /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()
|
| H A D | CIRGenDecl.cpp | 491 RValue rvalue = emitReferenceBindingToExpr(init); in emitExprAsInit() local
|
| H A D | CIRGenFunction.h | 255 RValue 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
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.h | 305 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add()
|
| H A D | CGAtomic.cpp | 1973 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue, in EmitAtomicStore() 1991 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue dest, in EmitAtomicStore()
|
| H A D | CGExprAgg.cpp | 961 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
|
| H A D | CodeGenFunction.cpp | 2638 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes()
|
| H A D | CGDecl.cpp | 2099 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
|
| H A D | CGObjCMac.cpp | 2133 RValue rvalue = in EmitMessageSend() local
|
| /freebsd/contrib/nvi/vi/ |
| H A D | vi.h | 238 e_key_t rvalue; /* Value of last replacement character. */ member
|