Searched refs:NODE_COMPILE_TIME_CONST (Results 1 – 6 of 6) sorted by relevance
| /third_party/lib/acpica/source/compiler/ |
| A D | aslrules.y | 270 | 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 D | asltypes.h | 70 #define NODE_COMPILE_TIME_CONST 0x00002000 macro
|
| A D | aslopcodes.c | 542 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 D | aslprintf.c | 318 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcParsePrintf()
|
| A D | asltree.c | 368 case NODE_COMPILE_TIME_CONST: in TrPrintNodeCompileFlags() 693 Op->Asl.CompileFlags |= (NODE_IS_TARGET | NODE_COMPILE_TIME_CONST); in TrCreateNullTarget()
|
| A D | aslfold.c | 126 if ((!(Op->Asl.CompileFlags & NODE_COMPILE_TIME_CONST)) || in OpcAmlConstantWalk()
|
Completed in 12 milliseconds