OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentValue
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/executer/
exutils.c
321
UINT64
CurrentValue
;
334
CurrentValue
= Value;
339
while (
CurrentValue
)
341
(void) AcpiUtShortDivide (
CurrentValue
, Base, &
CurrentValue
, NULL);
exfldio.c
625
UINT64
CurrentValue
;
656
ObjDesc, FieldDatumByteOffset, &
CurrentValue
, ACPI_READ);
662
MergedValue |= (
CurrentValue
& ~Mask);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp
51
AlignPackInfo InfoVal = AlignPackStack.
CurrentValue
;
93
if (VtorDispStack.
CurrentValue
!= getLangOpts().getVtorDispMode())
95
Context, unsigned(VtorDispStack.
CurrentValue
)));
255
if (AlignPackStack.
CurrentValue
.getAlignMode() != AlignPackInfo::Native ||
256
AlignPackStack.
CurrentValue
.IsPackAttr()) {
330
const AlignPackInfo CurVal = AlignPackStack.
CurrentValue
;
401
{AlignPackStack.
CurrentValue
,
420
if (PrevAlignPackState.
CurrentValue
!= AlignPackStack.
CurrentValue
) {
439
AlignPackStack.
CurrentValue
== AlignPackStack.DefaultValue)
[
all
...]
SemaDecl.cpp
9462
if (CodeSegStack.
CurrentValue
&& D.isFunctionDefinition() &&
9465
Context, CodeSegStack.
CurrentValue
->getString(),
9468
if (UnifySection(CodeSegStack.
CurrentValue
->getString(),
10034
if (S.CodeSegStack.
CurrentValue
)
10061
CodeSegStack.
CurrentValue
)
10063
getASTContext(), CodeSegStack.
CurrentValue
->getString(),
13069
} else if (Stack->
CurrentValue
) {
13071
auto SectionName = Stack->
CurrentValue
->getString();
TreeTransform.h
10738
getSema().FpPragmaStack.
CurrentValue
= NewOverrides;
10855
getSema().FpPragmaStack.
CurrentValue
= NewOverrides;
10912
getSema().FpPragmaStack.
CurrentValue
= NewOverrides;
11390
getSema().FpPragmaStack.
CurrentValue
= NewOverrides;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp
2141
// starting from the "
CurrentValue
" until it reaches the root of the chain, i.e.
2148
Value *
CurrentValue
) {
2149
if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(
CurrentValue
)) {
2155
if (CastInst *CI = dyn_cast<CastInst>(
CurrentValue
)) {
2166
return
CurrentValue
;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
604
CurrentValue
= DefaultValue;
609
Stack.emplace_back(StackSlotLabel,
CurrentValue
, CurrentPragmaLocation,
619
CurrentValue
= I->Value;
625
CurrentValue
= Stack.back().Value;
631
CurrentValue
= Value;
653
Act(CurrentPragmaLocation, Action, Label,
CurrentValue
);
658
: DefaultValue(Default),
CurrentValue
(Default) {}
660
bool hasValue() const { return
CurrentValue
!= DefaultValue; }
664
ValueType
CurrentValue
;
682
AlignPackInfo
CurrentValue
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp
778
auto
CurrentValue
= BeginPos;
781
CurrentValue
+= Elt;
782
GlobalMetadataBitPosIndex.push_back(
CurrentValue
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
4080
AddAlignPackInfo(SemaRef.AlignPackStack.
CurrentValue
, Record);
4100
Record.push_back(SemaRef.FpPragmaStack.
CurrentValue
.getAsOpaqueInt());
ASTReader.cpp
7921
SemaObj->AlignPackStack.
CurrentValue
,
7937
SemaObj->AlignPackStack.
CurrentValue
= *PragmaAlignPackCurrentValue;
7952
FpPragmaStack.front().SlotLabel, SemaObj->FpPragmaStack.
CurrentValue
,
7966
SemaObj->FpPragmaStack.
CurrentValue
= *FpPragmaCurrentValue;
Completed in 89 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026