Home
last modified time | relevance | path

Searched refs:ByteConst (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslkeywords.y171 ByteConst
175 ByteConst
179 ByteConst
205 …: ByteConst {$$ = UtCheckIntegerRange ($1, ACPI_NUM_PREDEFINED_REGIONS…
H A Daslrules.y198 ByteConst ','
530 ByteConst
560 | ByteConst {}
H A Dasltypes.y377 %type <n> ByteConst
H A Daslprimaries.y1056 | ByteConst {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1887 Constant *ByteConst = ConstantInt::get(Int32Ty, OffsetByte); in tryVirtualConstProp() local
1890 TargetsForSlot[0].Fn->getName(), ByteConst, BitConst); in tryVirtualConstProp()