Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslkeywords.y63 ByteConst
67 ByteConst
71 ByteConst
97 …: ByteConst {$$ = UtCheckIntegerRange ($1, ACPI_NUM_PREDEFINED_REGIONS…
H A Daslrules.y90 ByteConst ','
422 ByteConst
452 | ByteConst {}
H A Dasltypes.y269 %type <n> ByteConst
H A Daslprimaries.y948 | ByteConst {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1698 Constant *ByteConst = ConstantInt::get(Int32Ty, OffsetByte); in tryVirtualConstProp() local
1701 TargetsForSlot[0].Fn->getName(), ByteConst, BitConst); in tryVirtualConstProp()