Searched refs:NODE_COMPILE_TIME_CONST (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/sys/contrib/dev/acpica/compiler/ |
| D | aslrules.y | 268 | Type2IntegerOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 269 | Type2StringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 322 : Type5Opcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 323 | Type2BufferOrStringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 324 | Type2BufferOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 333 : Type2IntegerOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 334 | Type3Opcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 340 : Type2StringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);} 369 …: Type3Opcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST); TrSetNodeAmlLe… 370 …| Type2IntegerOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST); TrSetNodeAmlLe… [all …]
|
| D | aslopcodes.c | 489 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoUnicode() 647 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoEisaId() 699 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoUuId()
|
| D | asltypes.h | 70 #define NODE_COMPILE_TIME_CONST 0x00002000 macro
|
| D | aslprintf.c | 318 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcParsePrintf()
|
| D | asltree.c | 391 case NODE_COMPILE_TIME_CONST: in TrPrintNodeCompileFlags() 716 Op->Asl.CompileFlags |= (NODE_IS_TARGET | NODE_COMPILE_TIME_CONST); in TrCreateNullTarget()
|
| D | aslpld.c | 577 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoPld()
|
| D | aslfold.c | 127 if ((!(Op->Asl.CompileFlags & NODE_COMPILE_TIME_CONST)) || in OpcAmlConstantWalk()
|