OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_COMPILE_TIME_CONST
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslrules.y
138
| Type2IntegerOpcode {$$ = TrSetOpFlags ($1,
OP_COMPILE_TIME_CONST
);}
139
| Type2StringOpcode {$$ = TrSetOpFlags ($1,
OP_COMPILE_TIME_CONST
);}
396
: Type5Opcode {$$ = TrSetOpFlags ($1,
OP_COMPILE_TIME_CONST
);}
397
| Type2BufferOrStringOpcode {$$ = TrSetOpFlags ($1,
OP_COMPILE_TIME_CONST
);}
398
| Type2BufferOpcode {$$ = TrSetOpFlags ($1,
OP_COMPILE_TIME_CONST
);}
407
: Type2IntegerOpcode {$$ = TrSetOpFlags ($1,
OP_COMPILE_TIME_CONST
);}
408
| Type3Opcode {$$ = TrSetOpFlags ($1,
OP_COMPILE_TIME_CONST
);}
414
: Type2StringOpcode {$$ = TrSetOpFlags ($1,
OP_COMPILE_TIME_CONST
);}
439
* The
OP_COMPILE_TIME_CONST
flag in the following constant expressions
447
: Type3Opcode {$$ = TrSetOpFlags ($1,
OP_COMPILE_TIME_CONST
);
[
all
...]
aslopcodes.c
493
Op->Asl.CompileFlags &= ~
OP_COMPILE_TIME_CONST
;
651
Op->Asl.CompileFlags &= ~
OP_COMPILE_TIME_CONST
;
709
Op->Asl.CompileFlags &= ~
OP_COMPILE_TIME_CONST
;
aslprintf.c
318
Op->Asl.CompileFlags &= ~
OP_COMPILE_TIME_CONST
;
asltypes.h
70
#define
OP_COMPILE_TIME_CONST
0x00002000
aslfold.c
127
if ((!(Op->Asl.CompileFlags &
OP_COMPILE_TIME_CONST
)) ||
aslparseop.c
577
Op->Asl.CompileFlags |= (OP_IS_TARGET |
OP_COMPILE_TIME_CONST
);
aslpld.c
577
Op->Asl.CompileFlags &= ~
OP_COMPILE_TIME_CONST
;
Completed in 30 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026