/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 301 Value *CurrentValue = nullptr; in dump() local 303 if (CurrentValue != E.def()) { in dump() 304 CurrentValue = E.def(); in dump() 305 CurrentValue->dump(); in dump() 480 Value *CurrentValue = nullptr; in insertSpills() local 501 CurrentValue->getName() + in insertSpills() 503 return isa<AllocaInst>(CurrentValue) in insertSpills() 506 CurrentValue->getName() + Twine(".reload")); in insertSpills() 511 if (CurrentValue != E.def()) { in insertSpills() 512 CurrentValue = E.def(); in insertSpills() [all …]
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 53 if (!PackStack.CurrentValue) in AddAlignmentAttributesForRecord() 57 if (unsigned Alignment = PackStack.CurrentValue) { in AddAlignmentAttributesForRecord() 73 if (VtorDispStack.CurrentValue != getLangOpts().VtorDispMode) in AddMsStructLayoutForRecord() 75 MSVtorDispAttr::CreateImplicit(Context, VtorDispStack.CurrentValue)); in AddMsStructLayoutForRecord() 115 if (PackStack.CurrentValue) { in ActOnPragmaOptionsAlign() 155 AlignmentVal = PackStack.CurrentValue; in ActOnPragmaPack() 217 CurrentValue = DefaultValue; in Act() 221 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation)); in Act() 230 CurrentValue = I->Value; in Act() 236 CurrentValue = Stack.back().Value; in Act() [all …]
|
D | SemaDecl.cpp | 8178 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator() 8182 CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 8184 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 10381 if (Stack->CurrentValue && !var->hasAttr<SectionAttr>()) { in CheckCompleteVariableDeclaration() 10384 Stack->CurrentValue->getString(), Stack->CurrentPragmaLocation)); in CheckCompleteVariableDeclaration()
|
/external/libmtp/src/ |
D | ptp-pack.c | 874 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->CurrentValue, dpd->DataType); in ptp_unpack_DPD() 965 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->CurrentValue, dpd->DataType); in ptp_unpack_Sony_DPD() 1068 duplicate_PropertyValue (&src->CurrentValue, &dst->CurrentValue, src->DataType); in duplicate_DevicePropDesc() 2255 dpd->CurrentValue.u32 = dtoh32a(xdata); in ptp_unpack_CANON_changes() 2256 ptp_debug (params ,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u32); in ptp_unpack_CANON_changes() 2260 dpd->CurrentValue.i16 = dtoh16a(xdata); in ptp_unpack_CANON_changes() 2261 ptp_debug (params,"event %d: currentvalue of %x is %d", i, proptype, dpd->CurrentValue.i16); in ptp_unpack_CANON_changes() 2265 dpd->CurrentValue.u16 = dtoh16a(xdata); in ptp_unpack_CANON_changes() 2266 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u16); in ptp_unpack_CANON_changes() 2270 dpd->CurrentValue.u8 = dtoh8a(xdata); in ptp_unpack_CANON_changes() [all …]
|
D | ptp.c | 692 parse_9301_value (params, (char*)xmlNodeGetContent (next), type, &dpd->CurrentValue); in parse_9301_propdesc() 1059 ptp_free_devicepropvalue (dpd->DataType, &dpd->CurrentValue); in ptp_free_devicepropdesc() 2412 dpd->CurrentValue.str = strdup( params->canon_props[i].dpd.CurrentValue.str ); in ptp_canon_eos_getdevicepropdesc() 2555 params->canon_props[i].dpd.CurrentValue.u16 = value->u16; in ptp_canon_eos_setdevicepropvalue() 2564 params->canon_props[i].dpd.CurrentValue.str = strdup( value->str ); in ptp_canon_eos_setdevicepropvalue() 2582 params->canon_props[i].dpd.CurrentValue.u8 = value->u8; in ptp_canon_eos_setdevicepropvalue() 2588 params->canon_props[i].dpd.CurrentValue.u16 = value->u16; in ptp_canon_eos_setdevicepropvalue() 2594 params->canon_props[i].dpd.CurrentValue.u32 = value->u32; in ptp_canon_eos_setdevicepropvalue() 2598 free (params->canon_props[i].dpd.CurrentValue.str); in ptp_canon_eos_setdevicepropvalue() 2599 params->canon_props[i].dpd.CurrentValue.str = strdup(value->str); in ptp_canon_eos_setdevicepropvalue() [all …]
|
D | ptp.h | 1187 PTPPropertyValue CurrentValue; member
|
/external/v8/src/objects/ |
D | js-collection-inl.h | 32 Object* JSMapIterator::CurrentValue() { in ACCESSORS()
|
D | js-collection.h | 85 inline Object* CurrentValue();
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1794 Value *CurrentValue, Value *BaseValue) { in findRematerializableChainToBasePointer() argument 1797 if (CurrentValue == BaseValue) { in findRematerializableChainToBasePointer() 1801 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(CurrentValue)) { in findRematerializableChainToBasePointer() 1808 if (CastInst *CI = dyn_cast<CastInst>(CurrentValue)) { in findRematerializableChainToBasePointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1939 Value *CurrentValue) { in findRematerializableChainToBasePointer() argument 1940 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(CurrentValue)) { in findRematerializableChainToBasePointer() 1946 if (CastInst *CI = dyn_cast<CastInst>(CurrentValue)) { in findRematerializableChainToBasePointer() 1957 return CurrentValue; in findRematerializableChainToBasePointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 736 auto CurrentValue = BeginPos; in lazyLoadModuleMetadataBlock() local 739 CurrentValue += Elt; in lazyLoadModuleMetadataBlock() 740 GlobalMetadataBitPosIndex.push_back(CurrentValue); in lazyLoadModuleMetadataBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3046 Value *CurrentValue = Current.first; in FillPlaceholders() local 3052 auto *CurrentSelect = cast<SelectInst>(CurrentValue); in FillPlaceholders() 3070 cast<Instruction>(CurrentValue)->getParent() == CurrentBlock; in FillPlaceholders() 3071 auto *CurrentPhi = dyn_cast<PHINode>(CurrentValue); in FillPlaceholders() 3075 : CurrentValue; in FillPlaceholders() 3112 Value *CurrentValue = Current.first; in InsertPlaceholders() local 3116 Instruction *CurrentI = cast<Instruction>(CurrentValue); in InsertPlaceholders() 3130 Worklist.push_back({ CurrentValue, B }); in InsertPlaceholders()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 376 Act(CurrentPragmaLocation, Action, Label, CurrentValue); in SentinelAction() 381 : DefaultValue(Default), CurrentValue(Default) {} in PragmaStack() 385 ValueType CurrentValue; member
|