HomeSort by: relevance | last modified time | path
    Searched refs:OP_COMPILE_TIME_CONST (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslrules.y 246 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
247 | Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
504 : Type5Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
505 | Type2BufferOrStringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
506 | Type2BufferOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
515 : Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
516 | Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
522 : Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
547 * The OP_COMPILE_TIME_CONST flag in the following constant expressions
555 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
    [all...]
aslopcodes.c 601 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
759 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
817 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
aslprintf.c 426 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
asltypes.h 178 #define OP_COMPILE_TIME_CONST 0x00002000
aslfold.c 235 if ((!(Op->Asl.CompileFlags & OP_COMPILE_TIME_CONST)) ||
aslparseop.c 685 Op->Asl.CompileFlags |= (OP_IS_TARGET | OP_COMPILE_TIME_CONST);
aslpld.c 685 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;

Completed in 15 milliseconds