Searched refs:CurrentValue (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/executer/ |
H A D | exutils.c | 321 UINT64 CurrentValue; in AcpiExDigitsNeeded() local 334 CurrentValue = Value; in AcpiExDigitsNeeded() 339 while (CurrentValue) in AcpiExDigitsNeeded() 341 (void) AcpiUtShortDivide (CurrentValue, Base, &CurrentValue, NULL); in AcpiExDigitsNeeded()
|
H A D | exfldio.c | 625 UINT64 CurrentValue; in AcpiExWriteWithUpdateRule() local 656 ObjDesc, FieldDatumByteOffset, &CurrentValue, ACPI_READ); in AcpiExWriteWithUpdateRule() 662 MergedValue |= (CurrentValue & ~Mask); in AcpiExWriteWithUpdateRule()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 51 AlignPackInfo InfoVal = AlignPackStack.CurrentValue; in AddAlignmentAttributesForRecord() 93 if (VtorDispStack.CurrentValue != getLangOpts().getVtorDispMode()) in AddMsStructLayoutForRecord() 95 Context, unsigned(VtorDispStack.CurrentValue))); in AddMsStructLayoutForRecord() 255 if (AlignPackStack.CurrentValue.getAlignMode() != AlignPackInfo::Native || in ActOnPragmaOptionsAlign() 256 AlignPackStack.CurrentValue.IsPackAttr()) { in ActOnPragmaOptionsAlign() 330 const AlignPackInfo CurVal = AlignPackStack.CurrentValue; in ActOnPragmaPack() 401 {AlignPackStack.CurrentValue, in DiagnoseNonDefaultPragmaAlignPack() 420 if (PrevAlignPackState.CurrentValue != AlignPackStack.CurrentValue) { in DiagnoseNonDefaultPragmaAlignPack() 439 AlignPackStack.CurrentValue == AlignPackStack.DefaultValue) { in DiagnoseUnterminatedPragmaAlignPack() 520 NewFPFeatures = FpPragmaStack.CurrentValue; in ActOnPragmaFloatControl() [all …]
|
H A D | SemaDecl.cpp | 9462 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator() 9465 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 9468 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 10034 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass() 10061 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction() 10063 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction() 13069 } else if (Stack->CurrentValue) { in CheckCompleteVariableDeclaration() 13071 auto SectionName = Stack->CurrentValue->getString(); in CheckCompleteVariableDeclaration()
|
H A D | TreeTransform.h | 10738 getSema().FpPragmaStack.CurrentValue = NewOverrides; in TransformCallExpr() 10855 getSema().FpPragmaStack.CurrentValue = NewOverrides; in TransformBinaryOperator() 10912 getSema().FpPragmaStack.CurrentValue = NewOverrides; in TransformCompoundAssignOperator() 11390 getSema().FpPragmaStack.CurrentValue = NewOverrides; in TransformCXXOperatorCallExpr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 2148 Value *CurrentValue) { in findRematerializableChainToBasePointer() argument 2149 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(CurrentValue)) { in findRematerializableChainToBasePointer() 2155 if (CastInst *CI = dyn_cast<CastInst>(CurrentValue)) { in findRematerializableChainToBasePointer() 2166 return CurrentValue; in findRematerializableChainToBasePointer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 778 auto CurrentValue = BeginPos; in lazyLoadModuleMetadataBlock() local 781 CurrentValue += Elt; in lazyLoadModuleMetadataBlock() 782 GlobalMetadataBitPosIndex.push_back(CurrentValue); in lazyLoadModuleMetadataBlock()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 604 CurrentValue = DefaultValue; in Act() 609 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act() 619 CurrentValue = I->Value; in Act() 625 CurrentValue = Stack.back().Value; in Act() 631 CurrentValue = Value; in Act() 653 Act(CurrentPragmaLocation, Action, Label, CurrentValue); in SentinelAction() 658 : DefaultValue(Default), CurrentValue(Default) {} in PragmaStack() 660 bool hasValue() const { return CurrentValue != DefaultValue; } in hasValue() 664 ValueType CurrentValue; member 682 AlignPackInfo CurrentValue; member [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7921 SemaObj->AlignPackStack.CurrentValue, in UpdateSema() 7937 SemaObj->AlignPackStack.CurrentValue = *PragmaAlignPackCurrentValue; in UpdateSema() 7952 FpPragmaStack.front().SlotLabel, SemaObj->FpPragmaStack.CurrentValue, in UpdateSema() 7966 SemaObj->FpPragmaStack.CurrentValue = *FpPragmaCurrentValue; in UpdateSema()
|
H A D | ASTWriter.cpp | 4080 AddAlignPackInfo(SemaRef.AlignPackStack.CurrentValue, Record); in WritePackPragmaOptions() 4100 Record.push_back(SemaRef.FpPragmaStack.CurrentValue.getAsOpaqueInt()); in WriteFloatControlPragmaOptions()
|