Home
last modified time | relevance | path

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

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