Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Daslrules.y270 | Type2IntegerOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
271 | Type2StringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
324 : Type5Opcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
325 | Type2BufferOrStringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
326 | Type2BufferOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
335 : Type2IntegerOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
336 | Type3Opcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
342 : Type2StringOpcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
371 …: Type3Opcode {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST); TrSetNodeAmlLe…
527 : Expression {$$ = TrSetNodeFlags ($1, NODE_COMPILE_TIME_CONST);}
[all …]
A Dasltypes.h70 #define NODE_COMPILE_TIME_CONST 0x00002000 macro
A Daslopcodes.c542 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoUnicode()
700 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoEisaId()
1329 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoPld()
1397 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoUuId()
A Daslprintf.c318 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcParsePrintf()
A Dasltree.c368 case NODE_COMPILE_TIME_CONST: in TrPrintNodeCompileFlags()
693 Op->Asl.CompileFlags |= (NODE_IS_TARGET | NODE_COMPILE_TIME_CONST); in TrCreateNullTarget()
A Daslfold.c126 if ((!(Op->Asl.CompileFlags & NODE_COMPILE_TIME_CONST)) || in OpcAmlConstantWalk()

Completed in 12 milliseconds