llvm-hs-pure-4.1.0.0: Pure Haskell LLVM functionality (no FFI).
LLVM.AST.ParameterAttribute
Description
Module to allow importing ParameterAttribute distinctly qualified.
ParameterAttribute
Synopsis
data ParameterAttribute Source #
http://llvm.org/docs/LangRef.html#parameter-attributes
Constructors
Instances
Methods
(==) :: ParameterAttribute -> ParameterAttribute -> Bool #
(/=) :: ParameterAttribute -> ParameterAttribute -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ParameterAttribute -> c ParameterAttribute #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ParameterAttribute #
toConstr :: ParameterAttribute -> Constr #
dataTypeOf :: ParameterAttribute -> DataType #
dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ParameterAttribute) #
dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ParameterAttribute) #
gmapT :: (forall b. Data b => b -> b) -> ParameterAttribute -> ParameterAttribute #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ParameterAttribute -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ParameterAttribute -> r #
gmapQ :: (forall d. Data d => d -> u) -> ParameterAttribute -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> ParameterAttribute -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> ParameterAttribute -> m ParameterAttribute #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ParameterAttribute -> m ParameterAttribute #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ParameterAttribute -> m ParameterAttribute #
compare :: ParameterAttribute -> ParameterAttribute -> Ordering #
(<) :: ParameterAttribute -> ParameterAttribute -> Bool #
(<=) :: ParameterAttribute -> ParameterAttribute -> Bool #
(>) :: ParameterAttribute -> ParameterAttribute -> Bool #
(>=) :: ParameterAttribute -> ParameterAttribute -> Bool #
max :: ParameterAttribute -> ParameterAttribute -> ParameterAttribute #
min :: ParameterAttribute -> ParameterAttribute -> ParameterAttribute #
readsPrec :: Int -> ReadS ParameterAttribute #
readList :: ReadS [ParameterAttribute] #
readPrec :: ReadPrec ParameterAttribute #
readListPrec :: ReadPrec [ParameterAttribute] #
showsPrec :: Int -> ParameterAttribute -> ShowS #
show :: ParameterAttribute -> String #
showList :: [ParameterAttribute] -> ShowS #
Associated Types
type Rep ParameterAttribute :: * -> * #
from :: ParameterAttribute -> Rep ParameterAttribute x #
to :: Rep ParameterAttribute x -> ParameterAttribute #