Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto65 required Rvalue rvalue = 2; field
H A Dcxx_proto.proto61 required Rvalue rvalue = 2; field
/openbsd/gnu/gcc/gcc/
H A Dstruct-equiv.c311 note_local_live (struct equiv_info *info, rtx x, rtx y, int rvalue) in note_local_live()
358 rtx_equiv_p (rtx *xp, rtx y, int rvalue, struct equiv_info *info) in rtx_equiv_p()
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp125 std::string rvalue = RvalueToString(os, x.rvalue()); in operator <<() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h283 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add()
H A DCGAtomic.cpp2028 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue, in EmitAtomicStore()
2046 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue dest, in EmitAtomicStore()
H A DCGExprAgg.cpp846 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
H A DCodeGenFunction.cpp2384 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes()
H A DCGDecl.cpp1942 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
H A DCGObjCMac.cpp2221 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs, in EmitMessageSend() local
/openbsd/usr.bin/vi/vi/
H A Dvi.h241 e_key_t rvalue; /* Value of last replacement character. */ member
/openbsd/gnu/gcc/gcc/cp/
H A Dtree.c387 rvalue (tree expr) in rvalue() function
/openbsd/gnu/usr.bin/perl/
H A Dpp.c3622 const bool rvalue = (GIMME_V != G_VOID); variable