HomeSort by relevance Sort by last modified time
    Searched defs:lvalue (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_main.c 148 long long lvalue = (long long)value; local
149 lvalue = MIN2(lvalue, ((long long)1 << (type.width - 1)) - 1);
152 *((int8_t *)dst + index) = (int8_t)lvalue;
155 *((int16_t *)dst + index) = (int16_t)lvalue;
158 *((int32_t *)dst + index) = (int32_t)lvalue;
161 *((int64_t *)dst + index) = (int64_t)lvalue;
168 unsigned long long lvalue = (long long)value; local
169 lvalue = MIN2(lvalue, ((unsigned long long)1 << type.width) - 1)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_main.c 148 long long lvalue = (long long)value; local
149 lvalue = MIN2(lvalue, ((long long)1 << (type.width - 1)) - 1);
152 *((int8_t *)dst + index) = (int8_t)lvalue;
155 *((int16_t *)dst + index) = (int16_t)lvalue;
158 *((int32_t *)dst + index) = (int32_t)lvalue;
161 *((int64_t *)dst + index) = (int64_t)lvalue;
168 unsigned long long lvalue = (long long)value; local
169 lvalue = MIN2(lvalue, ((unsigned long long)1 << type.width) - 1)
    [all...]
  /external/iproute2/tc/
em_meta.c 354 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/clang/test/SemaCXX/
expression-traits.cpp 29 // 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 if and only if th
364 Class lvalue; local
506 Class lvalue; local
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 40 AtomicInfo(CodeGenFunction &CGF, LValue &lvalue) : CGF(CGF) {
41 assert(lvalue.isSimple());
43 AtomicTy = lvalue.getType();
60 if (lvalue.getAlignment().isZero())
61 lvalue.setAlignment(AtomicAlign);
64 (AtomicSizeInBits > uint64_t(C.toBits(lvalue.getAlignment())) ||
87 bool emitMemSetZeroIfNecessary(LValue dest) const;
104 void emitCopyIntoMemory(RValue rvalue, LValue lvalue) const
497 LValue lvalue = LValue::MakeAddr(Ptr, AtomicTy, alignChars, getContext()); local
    [all...]
CGDecl.cpp 560 LValue &lvalue,
562 lvalue.setAddress(CGF.BuildBlockByrefAddress(lvalue.getAddress(), var));
567 LValue lvalue,
569 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime();
573 drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
574 EmitStoreThroughLValue(RValue::get(value), lvalue, true); local
597 LValue tempLV = lvalue
1187 EmitAtomicInit(const_cast<Expr*>(init), lvalue); local
    [all...]
CGObjC.cpp 126 LValue LV = LValue::MakeAddr(Builder.CreateStructGEP(Objects, i),
139 LValue KeyLV = LValue::MakeAddr(Builder.CreateStructGEP(Keys, i),
148 LValue ValueLV = LValue::MakeAddr(Builder.CreateStructGEP(Objects, i),
499 LValue lvalue, QualType type);
587 /// lvalue-to-rvalue expressions.
1303 LValue lvalue variable
2798 LValue lvalue = EmitLValue(e->getLHS()); local
2815 LValue lvalue = EmitLValue(e->getLHS()); local
    [all...]
CGExpr.cpp 149 // FIXME: This function should take an LValue as an argument.
168 LValue LV = MakeAddrLValue(Location, E->getType());
315 LValue CodeGenFunction::EmitMaterializeTemporaryExpr(
325 LValue RefTempDst = MakeAddrLValue(Object, M->getType());
383 LValue LV = MakeAddrLValue(Object, E->getType());
386 "materialized temporary field is not a simple lvalue");
405 // Emit the expression as an lvalue.
406 LValue LV = EmitLValue(E);
675 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,
699 // Store the updated result through the lvalue
1108 LValue lvalue = LValue::MakeAddr(Addr, Ty, local
3328 LValue lvalue = MakeNaturalAlignAddrLValue(addr, type); local
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 176 milliseconds