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_IS_TARGET
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslcstyle.y
213
TrSetOpFlags (TrCreateTargetOp ($1, NULL),
OP_IS_TARGET
));}
217
TrSetOpFlags (TrCreateTargetOp ($1, NULL),
OP_IS_TARGET
));}
221
TrSetOpFlags (TrCreateTargetOp ($1, NULL),
OP_IS_TARGET
));}
225
TrSetOpFlags (TrCreateTargetOp ($1, NULL),
OP_IS_TARGET
));}
229
TrSetOpFlags (TrCreateTargetOp ($1, NULL),
OP_IS_TARGET
));}
233
TrSetOpFlags (TrCreateTargetOp ($1, NULL),
OP_IS_TARGET
));}
237
TrSetOpFlags (TrCreateTargetOp ($1, NULL),
OP_IS_TARGET
));}
241
TrSetOpFlags (TrCreateTargetOp ($1, NULL),
OP_IS_TARGET
));}
245
TrSetOpFlags (TrCreateTargetOp ($1, NULL),
OP_IS_TARGET
));}
249
TrSetOpFlags (TrCreateTargetOp ($1, NULL),
OP_IS_TARGET
));}
[
all
...]
aslfold.c
128
(Op->Asl.CompileFlags &
OP_IS_TARGET
))
307
if (Op->Asl.CompileFlags &
OP_IS_TARGET
)
336
if (Op->Asl.CompileFlags &
OP_IS_TARGET
)
379
if (Op->Asl.CompileFlags &
OP_IS_TARGET
)
aslmethod.c
294
if (Op->Asl.CompileFlags &
OP_IS_TARGET
)
339
if (Op->Asl.CompileFlags &
OP_IS_TARGET
)
aslparseop.c
471
TrSetOpFlags (Target,
OP_IS_TARGET
);
577
Op->Asl.CompileFlags |= (
OP_IS_TARGET
| OP_COMPILE_TIME_CONST);
asltypes.h
59
#define
OP_IS_TARGET
0x00000004
aslrules.y
154
| ',' SuperName {$$ = TrSetOpFlags ($2,
OP_IS_TARGET
);}
158
: ',' SuperName {$$ = TrSetOpFlags ($2,
OP_IS_TARGET
);}
aslxref.c
419
if (Op->Asl.CompileFlags &
OP_IS_TARGET
)
463
if (Op->Asl.CompileFlags &
OP_IS_TARGET
)
aslprimaries.y
237
TrSetOpFlags ($6,
OP_IS_TARGET
));}
1037
TrSetOpFlags ($4,
OP_IS_TARGET
));}
1159
TrSetOpFlags ($6,
OP_IS_TARGET
));}
Completed in 36 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026