Searched refs:NODE_COMPILE_TIME_CONST (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/contrib/dev/acpica/compiler/ |
| HD | aslrules.y | 252 | Type2IntegerOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 253 | Type2StringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 284 : Type5Opcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 285 | Type2BufferOrStringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 286 | Type2BufferOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 295 : Type2IntegerOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 296 | Type3Opcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 302 : Type2StringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 462 : Expression {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 509 : ConcatTerm {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} [all …]
|
| HD | asltypes.h | 70 #define NODE_COMPILE_TIME_CONST 0x00002000 macro
|
| HD | aslopcodes.c | 539 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoUnicode() 697 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoEisaId() 1326 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoPld() 1394 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoUuId()
|
| HD | aslprintf.c | 318 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcParsePrintf()
|
| HD | asltree.c | 343 case NODE_COMPILE_TIME_CONST: in TrPrintNodeCompileFlags() 667 Op->Asl.CompileFlags |= (NODE_IS_TARGET | NODE_COMPILE_TIME_CONST); in TrCreateNullTarget()
|
| HD | aslfold.c | 126 if ((!(Op->Asl.CompileFlags & NODE_COMPILE_TIME_CONST)) || in OpcAmlConstantWalk()
|