Searched refs:CurrentValue (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp334 CurrentValue = nullptr;
338 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation));
346 CurrentValue = I->Value;
352 CurrentValue = Stack.back().Value;
358 CurrentValue = Value;
H A DSemaDecl.cpp7211 if (D.isFunctionDefinition() && CodeSegStack.CurrentValue &&
7215 CodeSegStack.CurrentValue->getString(),
7217 if (UnifySection(CodeSegStack.CurrentValue->getString(),
9120 if (!var->hasAttr<SectionAttr>() && Stack->CurrentValue)
9123 Stack->CurrentValue->getString(),
/external/libmtp/src/
H A Dptp-pack.c733 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->CurrentValue, dpd->DataType);
1577 dpd->CurrentValue.u32 = dtoh32a(data);
1578 ptp_debug (params ,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u32);
1582 dpd->CurrentValue.u16 = dtoh16a(data);
1583 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u16);
1587 dpd->CurrentValue.u8 = dtoh8a(data);
1588 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u8);
1594 dpd->CurrentValue.str = ptp_unpack_string(params, data, 0, &len);
1597 dpd->CurrentValue.str = strdup( (char*)data );
1599 ptp_debug (params,"event %d: currentvalue of %x is %s", i, proptype, dpd->CurrentValue
[all...]
H A Dptp.c1618 dpd->CurrentValue.str = strdup( params->canon_props[i].dpd.CurrentValue.str );
1729 params->canon_props[i].dpd.CurrentValue.u16 = value->u16;
1744 params->canon_props[i].dpd.CurrentValue.u8 = value->u8;
1749 params->canon_props[i].dpd.CurrentValue.u16 = value->u16;
1754 params->canon_props[i].dpd.CurrentValue.u32 = value->u32;
1758 free (params->canon_props[i].dpd.CurrentValue.str);
1759 params->canon_props[i].dpd.CurrentValue.str = strdup(value->str);
2715 ptp_free_devicepropvalue (dpd->DataType, &dpd->CurrentValue);
4129 double value = _value_to_num(&(dpd->CurrentValue), dp
[all...]
H A Dptp.h951 PTPPropertyValue CurrentValue; member in struct:_PTPDevicePropDesc
/external/chromium_org/v8/src/
H A Dd8.h83 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value); } function in class:v8::CounterMap::Iterator
H A Dd8.cc1024 counters[j].counter = i.CurrentValue();
H A Dobjects-inl.h7196 array->set(1, CurrentValue());
7200 Object* JSMapIterator::CurrentValue() { function in class:v8::internal::Code::FindAndReplacePattern::JSMapIterator
H A Dobjects.h9730 // calling |CurrentKey| and/or |CurrentValue|.
9790 inline Object* CurrentValue();
/external/clang/include/clang/Sema/
H A DSema.h321 : CurrentValue(Value) {}
323 ValueType CurrentValue; member in struct:clang::Sema::PragmaStack

Completed in 267 milliseconds