Searched refs:CurrentValue (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/contrib/dev/acpica/components/executer/ |
| HD | exutils.c | 312 UINT64 CurrentValue; in AcpiExDigitsNeeded() local 325 CurrentValue = Value; in AcpiExDigitsNeeded() 330 while (CurrentValue) in AcpiExDigitsNeeded() 332 (void) AcpiUtShortDivide (CurrentValue, Base, &CurrentValue, NULL); in AcpiExDigitsNeeded()
|
| HD | exfldio.c | 623 UINT64 CurrentValue; in AcpiExWriteWithUpdateRule() local 654 &CurrentValue, ACPI_READ); in AcpiExWriteWithUpdateRule() 660 MergedValue |= (CurrentValue & ~Mask); in AcpiExWriteWithUpdateRule()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaAttr.cpp | 334 CurrentValue = nullptr; in Act() 338 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation)); in Act() 346 CurrentValue = I->Value; in Act() 352 CurrentValue = Stack.back().Value; in Act() 358 CurrentValue = Value; in Act()
|
| HD | SemaDecl.cpp | 7623 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator() 7627 CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 7629 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 9743 if (Stack->CurrentValue && !var->hasAttr<SectionAttr>()) { in CheckCompleteVariableDeclaration() 9746 Stack->CurrentValue->getString(), Stack->CurrentPragmaLocation)); in CheckCompleteVariableDeclaration()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | RewriteStatepointsForGC.cpp | 1895 Value *CurrentValue, Value *BaseValue) { in findRematerializableChainToBasePointer() argument 1898 if (CurrentValue == BaseValue) { in findRematerializableChainToBasePointer() 1902 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(CurrentValue)) { in findRematerializableChainToBasePointer() 1909 if (CastInst *CI = dyn_cast<CastInst>(CurrentValue)) { in findRematerializableChainToBasePointer()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 378 : CurrentValue(Value) {} in PragmaStack() 380 ValueType CurrentValue; member
|