/openbsd-src/usr.bin/bc/ |
H A D | extern.h | 22 struct lvalue { struct 23 ssize_t load; 24 ssize_t store;
|
H A D | bc.y | 126 struct lvalue lvalue; member
|
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/ |
H A D | cxx_proto.proto | 60 required Lvalue lvalue = 1; field
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 588 LValue lvalue = EmitLValue(lvalueExpr); in EmitObjCMessageExpr() local 1662 LValue lvalue in Emit() local 2920 LValue lvalue, in tryEmitARCRetainLoadOfScalar() 3296 LValue lvalue = in visitBinAssignUnsafeUnretained() local 3461 LValue lvalue, in emitARCRetainLoadOfScalar() 3622 LValue lvalue = EmitLValue(e->getLHS()); in EmitARCStoreUnsafeUnretained() local 3645 LValue lvalue = EmitLValue(e->getLHS()); in EmitARCStoreStrong() local 3662 LValue lvalue = EmitLValue(e->getLHS()); in EmitARCStoreAutoreleasing() local
|
H A D | CGAtomic.cpp | 43 AtomicInfo(CodeGenFunction &CGF, LValue &lvalue) in AtomicInfo() 820 LValue lvalue = MakeAddrLValue(Ptr, AtomicTy); in EmitAtomicExpr() local 2028 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue, in EmitAtomicStore()
|
H A D | CGExprComplex.cpp | 368 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, in EmitLoadOfLValue() 394 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue, in EmitStoreOfComplex()
|
H A D | CGDecl.cpp | 752 LValue &lvalue, in drillIntoBlockVariable() 779 LValue lvalue, bool capturedByInit) { in EmitScalarInit() 1938 LValue lvalue, bool capturedByInit) { in EmitExprAsInit()
|
H A D | CGExpr.cpp | 1590 llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue, in EmitLoadOfScalar() 1826 static void EmitStoreOfMatrixScalar(llvm::Value *value, LValue lvalue, in EmitStoreOfMatrixScalar() 1890 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *value, LValue lvalue, in EmitStoreOfScalar() 5529 LValue lvalue = MakeAddrLValue(addr, type, AlignmentSource::Decl); in convertTempToRValue() local
|
/openbsd-src/usr.bin/openssl/ |
H A D | apps.h | 302 long *lvalue; global() member
|
/openbsd-src/sys/dev/usb/ |
H A D | udl.c | 1542 uint16_t lvalue; udl_cmd_insert_int_2() local 1554 uint32_t lvalue; udl_cmd_insert_int_3() local 1569 uint32_t lvalue; udl_cmd_insert_int_4() local [all...] |
/openbsd-src/gnu/usr.bin/perl/ |
H A D | pp.c | 297 const I32 lvalue = PL_op->op_flags & OPf_MOD || LVRET; PP() local 3334 I32 lvalue = PL_op->op_flags & OPf_MOD || LVRET; PP() local 3468 const I32 lvalue = PL_op->op_flags & OPf_MOD || LVRET; PP() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 4403 tree lvalue = TREE_OPERAND (arg, 0); local
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | typeck.c | 4504 tree lvalue = TREE_OPERAND (arg, 0); in unary_complex_lvalue() local
|
H A D | call.c | 4416 cp_lvalue_kind lvalue = real_lvalue_p (expr); in convert_like_real() local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gimplify.c | 1899 tree lhs, lvalue, rhs, t1, post = NULL, *orig_post_p = post_p; in gimplify_self_mod_expr() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.y | 12159 tree lvalue = java_stabilize_reference (TREE_OPERAND (node, 0)); local 12796 tree lvalue = TREE_OPERAND (node, 0), llvalue; local
|
H A D | parse.c | 15724 tree lvalue = java_stabilize_reference (TREE_OPERAND (node, 0)); local 16361 tree lvalue = TREE_OPERAND (node, 0), llvalue; local
|