Searched refs:CurrentValue (Results 1 - 11 of 11) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 53 if (!PackStack.CurrentValue) 57 if (unsigned Alignment = PackStack.CurrentValue) { 73 if (VtorDispStack.CurrentValue != getLangOpts().VtorDispMode) 75 MSVtorDispAttr::CreateImplicit(Context, VtorDispStack.CurrentValue)); 115 if (PackStack.CurrentValue) { 155 AlignmentVal = PackStack.CurrentValue; 217 CurrentValue = DefaultValue; 221 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation)); 230 CurrentValue = I->Value; 236 CurrentValue [all...] |
H A D | SemaDecl.cpp | 8178 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && 8182 CodeSegStack.CurrentValue->getString(), 8184 if (UnifySection(CodeSegStack.CurrentValue->getString(), 10381 if (Stack->CurrentValue && !var->hasAttr<SectionAttr>()) { 10384 Stack->CurrentValue->getString(), Stack->CurrentPragmaLocation));
|
/external/libmtp/src/ |
H A D | ptp-pack.c | 874 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->CurrentValue, dpd->DataType); 965 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->CurrentValue, dpd->DataType); 1068 duplicate_PropertyValue (&src->CurrentValue, &dst->CurrentValue, src->DataType); 2255 dpd->CurrentValue.u32 = dtoh32a(xdata); 2256 ptp_debug (params ,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u32); 2260 dpd->CurrentValue.i16 = dtoh16a(xdata); 2261 ptp_debug (params,"event %d: currentvalue of %x is %d", i, proptype, dpd->CurrentValue.i16); 2265 dpd->CurrentValue.u16 = dtoh16a(xdata); 2266 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue [all...] |
H A D | ptp.c | 690 if (!strcmp((char*)next->name,"value")) { /* propdesc.CurrentValue */ 692 parse_9301_value (params, (char*)xmlNodeGetContent (next), type, &dpd->CurrentValue); 1059 ptp_free_devicepropvalue (dpd->DataType, &dpd->CurrentValue); 2412 dpd->CurrentValue.str = strdup( params->canon_props[i].dpd.CurrentValue.str ); 2555 params->canon_props[i].dpd.CurrentValue.u16 = value->u16; 2564 params->canon_props[i].dpd.CurrentValue.str = strdup( value->str ); 2582 params->canon_props[i].dpd.CurrentValue.u8 = value->u8; 2588 params->canon_props[i].dpd.CurrentValue.u16 = value->u16; 2594 params->canon_props[i].dpd.CurrentValue [all...] |
H A D | ptp.h | 1187 PTPPropertyValue CurrentValue; member in struct:_PTPDevicePropDesc
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1787 // starting from the "CurrentValue" until it meets "BaseValue". Only "simple" 1794 Value *CurrentValue, Value *BaseValue) { 1797 if (CurrentValue == BaseValue) { 1801 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(CurrentValue)) { 1808 if (CastInst *CI = dyn_cast<CastInst>(CurrentValue)) { 1792 findRematerializableChainToBasePointer( SmallVectorImpl<Instruction*> &ChainToBase, Value *CurrentValue, Value *BaseValue) argument
|
/external/v8/src/ |
H A D | d8.h | 82 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value); } function in class:v8::CounterMap::Iterator
|
H A D | d8.cc | 1765 counters[j].counter = i.CurrentValue();
|
H A D | objects-inl.h | 8130 array->set(1, CurrentValue()); 8134 Object* JSMapIterator::CurrentValue() {
|
H A D | objects.h | 10539 // calling |CurrentKey| and/or |CurrentValue|. 10599 inline Object* CurrentValue();
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 376 Act(CurrentPragmaLocation, Action, Label, CurrentValue); 381 : DefaultValue(Default), CurrentValue(Default) {} 385 ValueType CurrentValue; member in struct:clang::Sema::PragmaStack
|
Completed in 569 milliseconds