Home
last modified time | relevance | path

Searched defs:rvalue (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp1013 void AtomicInfo::emitCopyIntoMemory(RValue rvalue, LValue dest) const { in emitCopyIntoMemory()
1090 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue dest, bool isInit) { in EmitAtomicStore()
H A DCGExprAgg.cpp665 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
H A DCodeGenFunction.cpp1629 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes()
H A DCGDecl.cpp1199 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
H A DCodeGenFunction.h868 RValue rvalue) in OpaqueValueMapping()
H A DCGObjCMac.cpp1912 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Fn, Return, ActualArgs); in EmitMessageSend() local
/minix3/external/bsd/nvi/dist/vi/
H A Dvi.h241 e_key_t rvalue; /* Value of last replacement character. */ member