Searched refs:NODE_COMPILE_TIME_CONST (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Dasltypes.h72 #define NODE_COMPILE_TIME_CONST 0x00002000 macro
H A Daslopcodes.c378 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST;
536 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST;
588 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST;
H A Daslfold.c288 if ((!(Op->Asl.CompileFlags & NODE_COMPILE_TIME_CONST)) ||
H A Daslcompiler.y789 : Type5Opcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
790 | Type2BufferOrStringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
791 | Type2BufferOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
800 : Type2IntegerOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
801 | Type3Opcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
807 : Type2StringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
870 : {$$ = TrSetNodeFlags (TrCreateLeafNode (PARSEOP_ZERO), NODE_IS_TARGET | NODE_COMPILE_TIME_CONST);} /* Placeholder is a ZeroOp object */
871 | ',' {$$ = TrSetNodeFlags (TrCreateLeafNode (PARSEOP_ZERO), NODE_IS_TARGET | NODE_COMPILE_TIME_CONST);} /* Placeholder is a ZeroOp object */
H A Dasltree.c293 case NODE_COMPILE_TIME_CONST:
294 return ("NODE_COMPILE_TIME_CONST");

Completed in 104 milliseconds