Home
last modified time | relevance | path

Searched refs:NODE_COMPILE_TIME_CONST (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
Daslrules.y268 | 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 …]
Daslopcodes.c489 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()
Dasltypes.h70 #define NODE_COMPILE_TIME_CONST 0x00002000 macro
Daslprintf.c318 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcParsePrintf()
Dasltree.c391 case NODE_COMPILE_TIME_CONST: in TrPrintNodeCompileFlags()
716 Op->Asl.CompileFlags |= (NODE_IS_TARGET | NODE_COMPILE_TIME_CONST); in TrCreateNullTarget()
Daslpld.c577 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoPld()
Daslfold.c127 if ((!(Op->Asl.CompileFlags & NODE_COMPILE_TIME_CONST)) || in OpcAmlConstantWalk()