Searched refs:TrSetOpFlags (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | aslrules.y | 246 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);} 247 | Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);} 262 | ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);} 266 : ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);} 270 : SimpleName {$$ = TrSetOpFlags ($1, OP_IS_TERM_ARG);} 271 | Type2Opcode {$$ = TrSetOpFlags ($1, OP_IS_TERM_ARG);} 272 | DataObject {$$ = TrSetOpFlags ($1, OP_IS_TERM_ARG);} 275 PARSEOP_CLOSE_PAREN {$$ = TrSetOpFlags ($2, OP_IS_TERM_ARG);} 339 TrSetOpFlags ($1, OP_RESULT_NOT_USED),$2);} 341 TrSetOpFlags ($1, OP_RESULT_NOT_USED),$2);} [all …]
|
H A D | aslcstyle.y | 321 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 325 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 329 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 333 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 337 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 341 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 345 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 349 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 353 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 357 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
|
H A D | aslprimaries.y | 204 TrSetOpFlags ($5, OP_IS_NAME_DECLARATION));} 345 TrSetOpFlags ($6, OP_IS_TARGET));} 358 TrSetOpFlags ($6, OP_IS_NAME_DECLARATION));} 371 TrSetOpFlags ($6, OP_IS_NAME_DECLARATION));} 384 TrSetOpFlags ($6, OP_IS_NAME_DECLARATION));} 398 TrSetOpFlags ($7, OP_IS_NAME_DECLARATION));} 411 TrSetOpFlags ($6, OP_IS_NAME_DECLARATION));} 424 TrSetOpFlags ($6, OP_IS_NAME_DECLARATION));} 438 TrSetOpFlags ($4, OP_IS_NAME_DECLARATION),$5,$6,$7);} 481 TrSetOpFlags ($4, OP_IS_NAME_DECLARATION),$7);} [all …]
|
H A D | asltree.c | 280 TrSetOpFlags ( in TrSetOpFlags() function
|
H A D | aslparseop.c | 553 TrSetOpFlags (Target, OP_IS_TARGET); in TrCreateAssignmentOp()
|
H A D | aslcompiler.h | 968 TrSetOpFlags (
|