Searched refs:lvalue (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.0-release/usr.bin/bc/
H A Dextern.h22 struct lvalue { struct
H A Dbc.y147 struct lvalue lvalue;
173 %type <lvalue> named_expression
/freebsd-10.0-release/lib/libc/gen/
H A Dsysconf.c78 long lvalue, defaultresult; local
188 lvalue = pathconf(path, _PC_NAME_MAX);
189 if (lvalue == -1 && errno != 0)
192 return (lvalue);
545 len = sizeof(lvalue);
547 if (sysctlbyname("kern.ipc.shmmin", &lvalue, &len, NULL,
594 len = sizeof(lvalue);
595 if (sysctlbyname("hw.availpages", &lvalue, &len, NULL, 0) == -1)
597 return (lvalue);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp550 LValue &lvalue,
552 lvalue.setAddress(CGF.BuildBlockByrefAddress(lvalue.getAddress(), var));
557 LValue lvalue,
559 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime();
563 drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
564 EmitStoreThroughLValue(RValue::get(value), lvalue, true); local
584 LValue tempLV = lvalue;
631 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
633 EmitARCStoreWeak(lvalue
549 drillIntoBlockVariable(CodeGenFunction &CGF, LValue &lvalue, const VarDecl *var) argument
555 EmitScalarInit(const Expr *init, const ValueDecl *D, LValue lvalue, bool capturedByInit) argument
660 EmitScalarInit(llvm::Value *init, LValue lvalue) argument
1147 EmitExprAsInit(const Expr *init, const ValueDecl *D, LValue lvalue, bool capturedByInit) argument
1173 EmitAtomicInit(const_cast<Expr*>(init), lvalue); local
[all...]
H A DCGExprComplex.cpp290 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue) { argument
291 assert(lvalue.isSimple() && "non-simple complex l-value?");
292 if (lvalue.getType()->isAtomicType())
293 return CGF.EmitAtomicLoad(lvalue).getComplexVal();
295 llvm::Value *SrcPtr = lvalue.getAddress();
296 bool isVolatile = lvalue.isVolatileQualified();
317 LValue lvalue,
319 if (lvalue.getType()->isAtomicType())
320 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit);
322 llvm::Value *Ptr = lvalue
316 EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue, bool isInit) argument
[all...]
H A DCGAtomic.cpp49 AtomicInfo(CodeGenFunction &CGF, LValue &lvalue) : CGF(CGF) { argument
50 assert(lvalue.isSimple());
52 AtomicTy = lvalue.getType();
69 if (lvalue.getAlignment().isZero())
70 lvalue.setAlignment(AtomicAlign);
73 (AtomicSizeInBits > uint64_t(C.toBits(lvalue.getAlignment())) ||
112 void emitCopyIntoMemory(RValue rvalue, LValue lvalue) const;
115 LValue projectValue(LValue lvalue) const {
116 llvm::Value *addr = lvalue.getAddress();
120 return LValue::MakeAddr(addr, getValueType(), lvalue
355 LValue lvalue = LValue::MakeAddr(Ptr, AtomicTy, alignChars, getContext()); local
[all...]
H A DCGExpr.cpp236 // Emit the expression as an lvalue.
766 // Store the updated result through the lvalue.
840 /// If this returns a normal address, and if the lvalue's C type is fixed size,
842 /// type of the same size of the lvalue's type. If the lvalue has a variable
1066 llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue) { argument
1067 return EmitLoadOfScalar(lvalue.getAddress(), lvalue.isVolatile(),
1068 lvalue.getAlignment().getQuantity(),
1069 lvalue
1175 LValue lvalue = LValue::MakeAddr(Addr, Ty, local
1307 EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit) argument
3254 LValue lvalue = MakeNaturalAlignAddrLValue(addr, type); local
[all...]
H A DCodeGenFunction.h1123 LValue lvalue)
1124 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, lvalue)) {
1769 LValue lvalue, bool capturedByInit);
2023 /// this expression is used as an lvalue, for instance in "&Arr[Idx]".
2046 LValue lvalue, bool capturedByInit);
2047 void EmitScalarInit(llvm::Value *init, LValue lvalue);
2236 /// If this returns a normal address, and if the lvalue's C type is fixed
2238 /// an LLVM type of the same size of the lvalue's type. If the lvalue has a
2250 void EmitAtomicInit(Expr *E, LValue lvalue);
1121 OpaqueValueMapping(CodeGenFunction &CGF, const OpaqueValueExpr *opaqueValue, LValue lvalue) argument
[all...]
H A DCGObjC.cpp502 LValue lvalue, QualType type);
584 /// lvalue-to-rvalue expressions.
1297 LValue lvalue local
1299 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer,
2073 // lvalue is inadequately aligned.
2351 LValue lvalue,
2358 return TryEmitResult(CGF.EmitLoadOfLValue(lvalue).getScalarVal(),
2362 return TryEmitResult(CGF.EmitARCLoadWeakRetained(lvalue.getAddress()),
2380 // Emit the lvalue.
2686 LValue lvalue,
2350 tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, LValue lvalue, QualType type) argument
2685 emitARCRetainLoadOfScalar(CodeGenFunction &CGF, LValue lvalue, QualType type) argument
2783 LValue lvalue = EmitLValue(e->getLHS()); local
2801 LValue lvalue = EmitLValue(e->getLHS()); local
[all...]
H A DCGObjCMac.cpp1484 bool lvalue = false)
1485 { return EmitSelector(CGF, Sel, lvalue); }
4453 bool lvalue) {
4467 if (lvalue)
4452 EmitSelector(CodeGenFunction &CGF, Selector Sel, bool lvalue) argument
/freebsd-10.0-release/sbin/tunefs/
H A Dtunefs.c87 const char *avalue, *jvalue, *Jvalue, *Lvalue, *lvalue, *Nvalue, *nvalue; local
104 avalue = jvalue = Jvalue = Lvalue = lvalue = Nvalue = nvalue = NULL;
203 lvalue = optarg;
204 if (strcmp(lvalue, "enable") &&
205 strcmp(lvalue, "disable")) {
432 if (strcmp(lvalue, "enable") == 0) {
439 } else if (strcmp(lvalue, "disable") == 0) {
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dtip.h150 #define lvalue(v) (long)vtable[v].v_value macro
H A Dcmds.c362 alarm((unsigned int)lvalue(ETIMEOUT));
450 alarm((unsigned int)lvalue(ETIMEOUT));
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1065 /// True if this is an lvalue reference, false if it's an rvalue reference.
1134 /// \brief Whether the ref-qualifier (if any) is an lvalue reference.
1372 bool lvalue) {
1377 I.Ref.LValueRef = lvalue;
1371 getReference(unsigned TypeQuals, SourceLocation Loc, bool lvalue) argument
/freebsd-10.0-release/contrib/gcc/cp/
H A Dtypeck.c1473 /* Perform the conversions in [expr] that apply when an lvalue appears
1474 in an rvalue context: the lvalue-to-rvalue, array-to-pointer, and
1482 that the return value is no longer an lvalue. */
1504 /* build_c_cast puts on a NOP_EXPR to make the result not an lvalue.
1505 Leave such NOP_EXPRs, since RHS is being used in non-lvalue context. */
1535 error ("invalid use of non-lvalue array");
1579 Whenever an lvalue expression appears as an operand of an
1581 lvalue-to-rvalue, array-to-pointer, or function-to-pointer
1683 can, for example, use as an lvalue. This code used to be in
1687 this was with CODE == ADDR_EXPR, since it's not an lvalue whe
4504 tree lvalue = TREE_OPERAND (arg, 0); local
[all...]
H A Dcall.c967 an lvalue of the appropriate type. From the
1082 purposes of reference binding. For lvalue binding, either pass a
1083 reference type to FROM or an lvalue expression to EXPR. If the
1108 /* Anything with reference type is an lvalue. */
1132 -- is an lvalue (but not an lvalue for a bit-field), and "cv1 T1"
1136 lvalue. */
1163 implicitly converted to an lvalue of type "cv3 T3," where
1169 the reference is bound to the lvalue result of the conversion
2524 If TOTYPE is a REFERENCE_TYPE, we're trying to find an lvalue bindin
4416 cp_lvalue_kind lvalue = real_lvalue_p (expr); local
[all...]
/freebsd-10.0-release/sys/kern/
H A Dvfs_bio.c340 long lvalue; local
345 lvalue = *(long *)arg1;
346 if (lvalue > INT_MAX)
348 return (sysctl_handle_long(oidp, &lvalue, 0, req));
349 ivalue = lvalue;
/freebsd-10.0-release/contrib/gcc/
H A Dgimplify.c1817 /* Step 2 is to gimplify the base expression. Make sure lvalue is set
1837 expressions into a minimal gimple lvalue. However, that
1898 tree lhs, lvalue, rhs, t1, post = NULL, *orig_post_p = post_p;
1926 /* Gimplify the LHS into a GIMPLE lvalue. */
1927 lvalue = TREE_OPERAND (*expr_p, 0);
1928 ret = gimplify_expr (&lvalue, pre_p, post_p, is_gimple_lvalue, fb_lvalue);
1933 lhs = lvalue;
1946 t1 = build2 (MODIFY_EXPR, TREE_TYPE (lvalue), lvalue, t1);
3917 value; output operands should be a gimple lvalue
1897 tree lhs, lvalue, rhs, t1, post = NULL, *orig_post_p = post_p; local
[all...]
/freebsd-10.0-release/contrib/lukemftpd/
H A Dconfigure2892 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/freebsd-10.0-release/contrib/opie/
H A Dconfigure1843 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/freebsd-10.0-release/contrib/bmake/
H A Dconfigure4934 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/freebsd-10.0-release/contrib/gcclibs/libdecnumber/
H A Dconfigure6187 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dconfigure3243 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dconfigure3788 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dconfigure3146 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */

Completed in 581 milliseconds

12