Searched defs:rvalue (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/ |
H A D | cxx_loop_proto.proto | 65 required Rvalue rvalue = 2; field
|
H A D | cxx_proto.proto | 61 required Rvalue rvalue = 2; field
|
/openbsd/gnu/gcc/gcc/ |
H A D | struct-equiv.c | 311 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 D | loop_proto_to_llvm.cpp | 125 std::string rvalue = RvalueToString(os, x.rvalue()); in operator <<() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCall.h | 283 void add(RValue rvalue, QualType type) { push_back(CallArg(rvalue, type)); } in add()
|
H A D | CGAtomic.cpp | 2028 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue, in EmitAtomicStore() 2046 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue dest, in EmitAtomicStore()
|
H A D | CGExprAgg.cpp | 846 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr() local
|
H A D | CodeGenFunction.cpp | 2384 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes()
|
H A D | CGDecl.cpp | 1942 RValue rvalue = EmitReferenceBindingToExpr(init); in EmitExprAsInit() local
|
H A D | CGObjCMac.cpp | 2221 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs, in EmitMessageSend() local
|
/openbsd/usr.bin/vi/vi/ |
H A D | vi.h | 241 e_key_t rvalue; /* Value of last replacement character. */ member
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | tree.c | 387 rvalue (tree expr) in rvalue() function
|
/openbsd/gnu/usr.bin/perl/ |
H A D | pp.c | 3622 const bool rvalue = (GIMME_V != G_VOID); variable
|