| /freebsd-9-stable/lib/libc/gen/ |
| D | sysconf.c | 78 long lvalue, defaultresult; local 188 lvalue = pathconf(path, _PC_NAME_MAX); 189 if (lvalue == -1 && errno != 0) 192 return (lvalue); 551 len = sizeof(lvalue); 553 if (sysctlbyname("kern.ipc.shmmin", &lvalue, &len, NULL, 600 len = sizeof(lvalue); 601 if (sysctlbyname("hw.availpages", &lvalue, &len, NULL, 0) == -1) 603 return (lvalue);
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGDecl.cpp | 557 LValue &lvalue, in drillIntoBlockVariable() argument 559 lvalue.setAddress(CGF.BuildBlockByrefAddress(lvalue.getAddress(), var)); in drillIntoBlockVariable() 564 LValue lvalue, in EmitScalarInit() argument 566 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); in EmitScalarInit() 570 drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D)); in EmitScalarInit() 571 EmitStoreThroughLValue(RValue::get(value), lvalue, true); in EmitScalarInit() 591 LValue tempLV = lvalue; in EmitScalarInit() 638 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D)); in EmitScalarInit() 640 EmitARCStoreWeak(lvalue.getAddress(), value, /*ignored*/ true); in EmitScalarInit() 642 EmitARCInitWeak(lvalue.getAddress(), value); in EmitScalarInit() [all …]
|
| D | CGExprComplex.cpp | 295 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, in EmitLoadOfLValue() argument 297 assert(lvalue.isSimple() && "non-simple complex l-value?"); in EmitLoadOfLValue() 298 if (lvalue.getType()->isAtomicType()) in EmitLoadOfLValue() 299 return CGF.EmitAtomicLoad(lvalue, loc).getComplexVal(); in EmitLoadOfLValue() 301 llvm::Value *SrcPtr = lvalue.getAddress(); in EmitLoadOfLValue() 302 bool isVolatile = lvalue.isVolatileQualified(); in EmitLoadOfLValue() 303 unsigned AlignR = lvalue.getAlignment().getQuantity(); in EmitLoadOfLValue() 305 QualType ComplexTy = lvalue.getType(); in EmitLoadOfLValue() 330 LValue lvalue, in EmitStoreOfComplex() argument 332 if (lvalue.getType()->isAtomicType()) in EmitStoreOfComplex() [all …]
|
| D | CGAtomic.cpp | 50 AtomicInfo(CodeGenFunction &CGF, LValue &lvalue) : CGF(CGF) { in AtomicInfo() argument 51 assert(lvalue.isSimple()); in AtomicInfo() 53 AtomicTy = lvalue.getType(); in AtomicInfo() 70 if (lvalue.getAlignment().isZero()) in AtomicInfo() 71 lvalue.setAlignment(AtomicAlign); in AtomicInfo() 74 (AtomicSizeInBits > uint64_t(C.toBits(lvalue.getAlignment())) || in AtomicInfo() 114 void emitCopyIntoMemory(RValue rvalue, LValue lvalue) const; 117 LValue projectValue(LValue lvalue) const { in projectValue() 118 llvm::Value *addr = lvalue.getAddress(); in projectValue() 122 return LValue::MakeAddr(addr, getValueType(), lvalue.getAlignment(), in projectValue() [all …]
|
| D | CGExpr.cpp | 990 llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue, in EmitLoadOfScalar() argument 992 return EmitLoadOfScalar(lvalue.getAddress(), lvalue.isVolatile(), in EmitLoadOfScalar() 993 lvalue.getAlignment().getQuantity(), in EmitLoadOfScalar() 994 lvalue.getType(), Loc, lvalue.getTBAAInfo(), in EmitLoadOfScalar() 995 lvalue.getTBAABaseType(), lvalue.getTBAAOffset()); in EmitLoadOfScalar() 1101 LValue lvalue = LValue::MakeAddr(Addr, Ty, in EmitLoadOfScalar() local 1104 return EmitAtomicLoad(lvalue, Loc).getScalarVal(); in EmitLoadOfScalar() 1234 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *value, LValue lvalue, in EmitStoreOfScalar() argument 1236 EmitStoreOfScalar(value, lvalue.getAddress(), lvalue.isVolatile(), in EmitStoreOfScalar() 1237 lvalue.getAlignment().getQuantity(), lvalue.getType(), in EmitStoreOfScalar() [all …]
|
| D | CGObjC.cpp | 503 LValue lvalue, QualType type); 1296 LValue lvalue in Emit() local 1298 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer, in Emit() 2350 LValue lvalue, in tryEmitARCRetainLoadOfScalar() argument 2357 return TryEmitResult(CGF.EmitLoadOfLValue(lvalue, in tryEmitARCRetainLoadOfScalar() 2362 return TryEmitResult(CGF.EmitARCLoadWeakRetained(lvalue.getAddress()), in tryEmitARCRetainLoadOfScalar() 2687 LValue lvalue, in emitARCRetainLoadOfScalar() argument 2689 TryEmitResult result = tryEmitARCRetainLoadOfScalar(CGF, lvalue, type); in emitARCRetainLoadOfScalar() 2784 LValue lvalue = EmitLValue(e->getLHS()); in EmitARCStoreStrong() local 2788 llvm::Value *oldValue = EmitLoadOfScalar(lvalue, SourceLocation()); in EmitARCStoreStrong() [all …]
|
| D | CodeGenFunction.h | 769 LValue lvalue) in OpaqueValueMapping() argument 770 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, lvalue)) { in OpaqueValueMapping() 1419 LValue lvalue, bool capturedByInit); 1689 LValue lvalue, bool capturedByInit); 1690 void EmitScalarInit(llvm::Value *init, LValue lvalue); 1900 void EmitAtomicInit(Expr *E, LValue lvalue); 1902 RValue EmitAtomicLoad(LValue lvalue, SourceLocation loc, 1905 void EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit); 1929 llvm::Value *EmitLoadOfScalar(LValue lvalue, SourceLocation Loc); 1945 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false); [all …]
|
| /freebsd-9-stable/sbin/tunefs/ |
| D | tunefs.c | 85 const char *avalue, *jvalue, *Jvalue, *Lvalue, *lvalue, *Nvalue, *nvalue; in main() local 102 avalue = jvalue = Jvalue = Lvalue = lvalue = Nvalue = nvalue = NULL; in main() 201 lvalue = optarg; in main() 202 if (strcmp(lvalue, "enable") && in main() 203 strcmp(lvalue, "disable")) { in main() 430 if (strcmp(lvalue, "enable") == 0) { in main() 437 } else if (strcmp(lvalue, "disable") == 0) { in main()
|
| /freebsd-9-stable/usr.bin/bc/ |
| D | extern.h | 22 struct lvalue { struct
|
| D | bc.y | 148 struct lvalue lvalue; member 174 %type <lvalue> named_expression
|
| /freebsd-9-stable/usr.bin/tip/tip/ |
| D | tip.h | 150 #define lvalue(v) (long)vtable[v].v_value macro
|
| D | cmds.c | 362 alarm((unsigned int)lvalue(ETIMEOUT)); in transmit() 450 alarm((unsigned int)lvalue(ETIMEOUT)); in send()
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | obstacks.texi | 604 The expansion of the macro @code{obstack_alignment_mask} is an lvalue, 665 Since this macro expands to an lvalue, you can specify a new chunk size by 745 lvalue. @xref{Obstacks Data Alignment}. 748 The size for allocating chunks. This is an lvalue. @xref{Obstack Chunks}.
|
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| D | obstacks.texi | 604 The expansion of the macro @code{obstack_alignment_mask} is an lvalue, 665 Since this macro expands to an lvalue, you can specify a new chunk size by 745 lvalue. @xref{Obstacks Data Alignment}. 748 The size for allocating chunks. This is an lvalue. @xref{Obstack Chunks}.
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | typeck.c | 4540 tree lvalue = TREE_OPERAND (arg, 0); in unary_complex_lvalue() local 4541 if (TREE_SIDE_EFFECTS (lvalue)) in unary_complex_lvalue() 4543 lvalue = stabilize_reference (lvalue); in unary_complex_lvalue() 4545 lvalue, TREE_OPERAND (arg, 1)); in unary_complex_lvalue() 4548 (code, build2 (COMPOUND_EXPR, TREE_TYPE (lvalue), arg, lvalue)); in unary_complex_lvalue()
|
| D | ChangeLog-1993 | 191 * cp-call.c (convert_harshness_ansi): When the parm isn't an lvalue, 225 * cp-call.c (convert_harshness_ansi): If the parm isn't an lvalue,
|
| D | ChangeLog-1994 | 1500 * tree.c (lvalue_p): `this' is not an lvalue. 2235 * typeck.c (build_modify_expr): pedwarn about using a non-lvalue 2236 cast as an lvalue. 2443 * typeck.c (build_modify_expr): Understand MODIFY_EXPR as an lvalue. 2979 it's an lvalue. 3012 * tree.c (lvalue_p): A comma expression is an lvalue if its second 3067 * tree.c (lvalue_p): A MODIFY_EXPR is an lvalue. 3963 * cvt.c (convert_to_reference): If i is an lvalue, 4277 lvalue in unary `&''. 4307 lvalue in unary `&''. [all …]
|
| D | call.c | 4416 cp_lvalue_kind lvalue = real_lvalue_p (expr); in convert_like_real() local 4422 if (lvalue & clk_bitfield) in convert_like_real() 4425 else if (lvalue & clk_packed) in convert_like_real() 4438 if ((lvalue & clk_packed) in convert_like_real()
|
| D | ChangeLog-1997 | 985 * call.c (is_subseq): Don't consider lvalue transformations. 2079 convert to a REFERENCE_TYPE, only consider lvalue conversions. 2081 (implicit_conversion): Try a temp binding if the lvalue conv is BAD. 2306 non-reference used as an lvalue.
|
| /freebsd-9-stable/sys/kern/ |
| D | vfs_bio.c | 323 long lvalue; in sysctl_bufspace() local 328 lvalue = *(long *)arg1; in sysctl_bufspace() 329 if (lvalue > INT_MAX) in sysctl_bufspace() 331 return (sysctl_handle_long(oidp, &lvalue, 0, req)); in sysctl_bufspace() 332 ivalue = lvalue; in sysctl_bufspace()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | gimplify.c | 1897 tree lhs, lvalue, rhs, t1, post = NULL, *orig_post_p = post_p; in gimplify_self_mod_expr() local 1926 lvalue = TREE_OPERAND (*expr_p, 0); in gimplify_self_mod_expr() 1927 ret = gimplify_expr (&lvalue, pre_p, post_p, is_gimple_lvalue, fb_lvalue); in gimplify_self_mod_expr() 1932 lhs = lvalue; in gimplify_self_mod_expr() 1945 t1 = build2 (MODIFY_EXPR, TREE_TYPE (lvalue), lvalue, t1); in gimplify_self_mod_expr()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | DeclSpec.h | 1397 bool lvalue) { in getReference() 1402 I.Ref.LValueRef = lvalue; in getReference()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | DiagnosticSemaKinds.td | 1317 "%diff{of type $ with an %select{rvalue|lvalue}2 of type $|" 1318 "with an %select{rvalue|lvalue}2 of incompatible type}1,3" 1330 "bind to lvalue of type $|cannot bind to incompatible lvalue}0,1">; 1332 "%select{non-const|volatile}0 lvalue reference to type %1 cannot bind to an " 1335 "%select{non-const|volatile}0 lvalue reference %diff{to type $ cannot bind " 1338 "%select{non-const|volatile}0 lvalue reference " 1345 "reference %diff{to type $ could not bind to an %select{rvalue|lvalue}1 of " 1346 "type $|could not bind to %select{rvalue|lvalue}1 of incompatible type}0,2">; 3061 "%select{rvalue|lvalue}1">; 4356 "ISO C90 does not allow subscripting non-lvalue array">; [all …]
|
| /freebsd-9-stable/contrib/gdb/gdb/doc/ |
| D | agentexpr.texi | 459 stack. If the purpose of the expression was to compute an lvalue or a 460 range of memory, then the next-to-top of the stack is the lvalue's 461 address, and the top of the stack is the lvalue's size, in bytes.
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | type_traits | 502 // "An imaginary lvalue of type From...".
|