Searched defs:lvalue (Results 1 - 15 of 15) sorted by relevance

/external/iproute2/tc/
H A Dem_meta.c354 PARSE_ERR(arg, "lvalue and rvalue are not compatible.");
364 unsigned long lvalue = 0, rvalue = 0; local
376 a = parse_object(args, args, &meta_hdr.left, &lvalue, NULL);
408 dump_value(n, TCA_EM_META_LVALUE, lvalue, &meta_hdr.left);
/external/ppp/pppd/plugins/radius/
H A Davpair.c77 vp->lvalue = len;
80 vp->lvalue = strlen((char *) pval);
90 vp->lvalue = * (UINT4 *) pval;
158 UINT4 lvalue; local
227 pair->lvalue = attrlen;
233 memcpy ((char *) &lvalue, (char *) ptr,
235 pair->lvalue = ntohl (lvalue);
268 UINT4 lvalue; local
322 pair->lvalue
[all...]
H A Dsendserver.c37 UINT4 lvalue; local
65 length = vp->lvalue;
77 lvalue = htonl(vp->lvalue);
78 memcpy(buf, (char *) &lvalue, sizeof(UINT4));
93 length = vp->lvalue;
133 length = vp->lvalue;
158 length = vp->lvalue;
168 lvalue = htonl (vp->lvalue);
[all...]
H A Dradiusclient.h329 UINT4 lvalue; member in struct:value_pair
/external/clang/test/SemaCXX/
H A Dexpression-traits.cpp29 // basic.lval/1 Every expression is either an lvalue or an rvalue.
34 // an lvalue.
39 static_assert(__is_lvalue_expr(expr), "should be an lvalue"); \
43 static_assert(!__is_rvalue_expr(expr), "should be an lvalue"); \
140 // (8.3.2, 8.5.3), ... the expression is an lvalue.
149 // 5.1/2 A string literal is an lvalue; all other
218 // expression. ...The result is an lvalue if the entity is
253 // entity denoted by the identifier. The result is an lvalue if
266 // member. The result is an lvalue if the member is a static
280 // expr.call/10: A function call is an lvalue i
364 Class lvalue; local
506 Class lvalue; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c211 unsigned long lvalue = 0; local
219 text += SDL_ScanUnsignedLong(text, 10, &lvalue);
220 value += lvalue;
225 lvalue = *text - '0';
226 value += (double)lvalue / mult;
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp646 _mesa_glsl_error(& lhs_loc, state, "non-lvalue in assignment");
716 get_lvalue_copy(exec_list *instructions, ir_rvalue *lvalue) argument
718 void *ctx = hieralloc_parent(lvalue);
721 var = new(ctx) ir_variable(lvalue->type, "_post_incdec_tmp",
727 lvalue, NULL));
730 * longer considered an lvalue.
1434 /* Get a temporary of a copy of the lvalue before it's modified.
/external/clang/lib/CodeGen/
H A DCGDecl.cpp525 LValue &lvalue,
527 lvalue.setAddress(CGF.BuildBlockByrefAddress(lvalue.getAddress(), var));
532 LValue lvalue,
534 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime();
538 drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
539 EmitStoreThroughLValue(RValue::get(value), lvalue, true); local
559 LValue tempLV = lvalue;
606 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
608 EmitARCStoreWeak(lvalue
524 drillIntoBlockVariable(CodeGenFunction &CGF, LValue &lvalue, const VarDecl *var) argument
530 EmitScalarInit(const Expr *init, const ValueDecl *D, LValue lvalue, bool capturedByInit) argument
635 EmitScalarInit(llvm::Value *init, LValue lvalue) argument
1103 EmitExprAsInit(const Expr *init, const ValueDecl *D, LValue lvalue, bool capturedByInit) argument
[all...]
H A DCodeGenFunction.h1086 LValue lvalue)
1087 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, lvalue)) {
1654 LValue lvalue, bool capturedByInit);
1879 LValue lvalue, bool capturedByInit);
1880 void EmitScalarInit(llvm::Value *init, LValue lvalue);
2049 /// If this returns a normal address, and if the lvalue's C type is fixed
2051 /// an LLVM type of the same size of the lvalue's type. If the lvalue has a
2080 llvm::Value *EmitLoadOfScalar(LValue lvalue);
2094 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, boo
1084 OpaqueValueMapping(CodeGenFunction &CGF, const OpaqueValueExpr *opaqueValue, LValue lvalue) argument
[all...]
H A DCGExpr.cpp274 // Emit the expression as an lvalue.
280 // We have to load the lvalue.
634 // Store the updated result through the lvalue.
698 /// If this returns a normal address, and if the lvalue's C type is fixed size,
700 /// type of the same size of the lvalue's type. If the lvalue has a variable
918 llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue) { argument
919 return EmitLoadOfScalar(lvalue.getAddress(), lvalue.isVolatile(),
920 lvalue
1114 EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit) argument
[all...]
H A DCGObjC.cpp474 LValue lvalue, QualType type);
556 /// lvalue-to-rvalue expressions.
1258 LValue lvalue local
1260 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer,
1992 // lvalue is inadequately aligned.
2276 LValue lvalue,
2283 return TryEmitResult(CGF.EmitLoadOfLValue(lvalue).getScalarVal(),
2287 return TryEmitResult(CGF.EmitARCLoadWeakRetained(lvalue.getAddress()),
2305 // Emit the lvalue.
2613 LValue lvalue,
2275 tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, LValue lvalue, QualType type) argument
2612 emitARCRetainLoadOfScalar(CodeGenFunction &CGF, LValue lvalue, QualType type) argument
2706 LValue lvalue = EmitLValue(e->getLHS()); local
2724 LValue lvalue = EmitLValue(e->getLHS()); local
[all...]
H A DCGObjCMac.cpp1362 bool lvalue = false)
1363 { return EmitSelector(Builder, Sel, lvalue); }
3766 bool lvalue) {
3779 if (lvalue)
3765 EmitSelector(CGBuilderTy &Builder, Selector Sel, bool lvalue) argument
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapPregenerated.c883 long lvalue; member in struct:swig_constant_info
1144 sv_setiv(sv, (IV) swig_constants[i].lvalue);
1156 SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
/external/clang/include/clang/Sema/
H A DDeclSpec.h1043 /// True if this is an lvalue reference, false if it's an rvalue reference.
1112 /// \brief Whether the ref-qualifier (if any) is an lvalue reference.
1335 bool lvalue) {
1340 I.Ref.LValueRef = lvalue;
1334 getReference(unsigned TypeQuals, SourceLocation Loc, bool lvalue) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1439 milliseconds