{-# OPTIONS_GHC -optc-D__STDC_LIMIT_MACROS #-}
{-# LINE 1 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
{-# LANGUAGE
{-# LINE 2 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
  GeneralizedNewtypeDeriving
  #-}
-- | Define types which correspond cleanly with some simple types on the C/C++ side.
-- Encapsulate hsc macro weirdness here, supporting higher-level tricks elsewhere.
module LLVM.General.Internal.FFI.LLVMCTypes where


{-# LINE 9 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 10 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 11 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 12 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 13 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 14 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 15 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 16 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 17 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 18 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 19 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 20 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 21 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 22 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 23 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 24 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

{-# LINE 25 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

import Language.Haskell.TH.Quote

import Data.Data
import Data.Bits
import Foreign.C
import Foreign.Storable


{-# LINE 53 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

deriving instance Data CUInt

newtype LLVMBool = LLVMBool CUInt

newtype OwnerTransfered a = OwnerTransfered a
  deriving (Storable)

newtype NothingAsMinusOne h = NothingAsMinusOne CInt
  deriving (Storable)

newtype NothingAsEmptyString c = NothingAsEmptyString c
  deriving (Storable)

newtype CPPOpcode = CPPOpcode CUInt
  deriving (Eq, Ord, Show, Typeable, Data)

newtype ICmpPredicate = ICmpPredicate CUInt
  deriving (Eq, Ord, Show, Typeable, Data)
iCmpPredEQ  :: ICmpPredicate
iCmpPredEQ  = ICmpPredicate 32
iCmpPredNE  :: ICmpPredicate
iCmpPredNE  = ICmpPredicate 33
iCmpPredUGT  :: ICmpPredicate
iCmpPredUGT  = ICmpPredicate 34
iCmpPredUGE  :: ICmpPredicate
iCmpPredUGE  = ICmpPredicate 35
iCmpPredULT  :: ICmpPredicate
iCmpPredULT  = ICmpPredicate 36
iCmpPredULE  :: ICmpPredicate
iCmpPredULE  = ICmpPredicate 37
iCmpPredSGT  :: ICmpPredicate
iCmpPredSGT  = ICmpPredicate 38
iCmpPredSGE  :: ICmpPredicate
iCmpPredSGE  = ICmpPredicate 39
iCmpPredSLT  :: ICmpPredicate
iCmpPredSLT  = ICmpPredicate 40
iCmpPredSLE  :: ICmpPredicate
iCmpPredSLE  = ICmpPredicate 41

{-# LINE 84 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype FCmpPredicate = FCmpPredicate CUInt
  deriving (Eq, Ord, Show, Typeable, Data)
fCmpPredFalse  :: FCmpPredicate
fCmpPredFalse  = FCmpPredicate 0
fCmpPredOEQ  :: FCmpPredicate
fCmpPredOEQ  = FCmpPredicate 1
fCmpPredOGT  :: FCmpPredicate
fCmpPredOGT  = FCmpPredicate 2
fCmpPredOGE  :: FCmpPredicate
fCmpPredOGE  = FCmpPredicate 3
fCmpPredOLT  :: FCmpPredicate
fCmpPredOLT  = FCmpPredicate 4
fCmpPredOLE  :: FCmpPredicate
fCmpPredOLE  = FCmpPredicate 5
fCmpPredONE  :: FCmpPredicate
fCmpPredONE  = FCmpPredicate 6
fCmpPredORD  :: FCmpPredicate
fCmpPredORD  = FCmpPredicate 7
fCmpPredUNO  :: FCmpPredicate
fCmpPredUNO  = FCmpPredicate 8
fCmpPredUEQ  :: FCmpPredicate
fCmpPredUEQ  = FCmpPredicate 9
fCmpPredUGT  :: FCmpPredicate
fCmpPredUGT  = FCmpPredicate 10
fCmpPredUGE  :: FCmpPredicate
fCmpPredUGE  = FCmpPredicate 11
fCmpPredULT  :: FCmpPredicate
fCmpPredULT  = FCmpPredicate 12
fCmpPredULE  :: FCmpPredicate
fCmpPredULE  = FCmpPredicate 13
fCmpPredUNE  :: FCmpPredicate
fCmpPredUNE  = FCmpPredicate 14
fcmpPredTrue  :: FCmpPredicate
fcmpPredTrue  = FCmpPredicate 15

{-# LINE 105 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype MDKindID = MDKindID CUInt
  deriving (Storable)

newtype FastMathFlags = FastMathFlags CUInt
  deriving (Eq, Ord, Show, Typeable, Data, Num, Bits)

{-# LINE 112 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
fastMathFlagsUnsafeAlgebra :: FastMathFlags
fastMathFlagsUnsafeAlgebra = FastMathFlags 1
fastMathFlagsNoNaNs :: FastMathFlags
fastMathFlagsNoNaNs = FastMathFlags 2
fastMathFlagsNoInfs :: FastMathFlags
fastMathFlagsNoInfs = FastMathFlags 4
fastMathFlagsNoSignedZeros :: FastMathFlags
fastMathFlagsNoSignedZeros = FastMathFlags 8
fastMathFlagsAllowReciprocal :: FastMathFlags
fastMathFlagsAllowReciprocal = FastMathFlags 16
fastMathFlagsP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "UnsafeAlgebra" -> fastMathFlagsUnsafeAlgebra
    "NoNaNs" -> fastMathFlagsNoNaNs
    "NoInfs" -> fastMathFlagsNoInfs
    "NoSignedZeros" -> fastMathFlagsNoSignedZeros
    "AllowReciprocal" -> fastMathFlagsAllowReciprocal
    x -> error $ "bad quasiquoted FFI constant for fastMathFlags: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 113 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype MemoryOrdering = MemoryOrdering CUInt
  deriving (Eq, Typeable, Data)

{-# LINE 117 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
memoryOrderingNotAtomic :: MemoryOrdering
memoryOrderingNotAtomic = MemoryOrdering 0
memoryOrderingUnordered :: MemoryOrdering
memoryOrderingUnordered = MemoryOrdering 1
memoryOrderingMonotonic :: MemoryOrdering
memoryOrderingMonotonic = MemoryOrdering 2
memoryOrderingAcquire :: MemoryOrdering
memoryOrderingAcquire = MemoryOrdering 4
memoryOrderingRelease :: MemoryOrdering
memoryOrderingRelease = MemoryOrdering 5
memoryOrderingAcquireRelease :: MemoryOrdering
memoryOrderingAcquireRelease = MemoryOrdering 6
memoryOrderingSequentiallyConsistent :: MemoryOrdering
memoryOrderingSequentiallyConsistent = MemoryOrdering 7
memoryOrderingP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "NotAtomic" -> memoryOrderingNotAtomic
    "Unordered" -> memoryOrderingUnordered
    "Monotonic" -> memoryOrderingMonotonic
    "Acquire" -> memoryOrderingAcquire
    "Release" -> memoryOrderingRelease
    "AcquireRelease" -> memoryOrderingAcquireRelease
    "SequentiallyConsistent" -> memoryOrderingSequentiallyConsistent
    x -> error $ "bad quasiquoted FFI constant for memoryOrdering: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 118 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype Linkage = Linkage CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 122 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
linkageExternal :: Linkage
linkageExternal = Linkage 0
linkageAvailableExternally :: Linkage
linkageAvailableExternally = Linkage 1
linkageLinkOnceAny :: Linkage
linkageLinkOnceAny = Linkage 2
linkageLinkOnceODR :: Linkage
linkageLinkOnceODR = Linkage 3
linkageLinkOnceODRAutoHide :: Linkage
linkageLinkOnceODRAutoHide = Linkage 4
linkageWeakAny :: Linkage
linkageWeakAny = Linkage 5
linkageWeakODR :: Linkage
linkageWeakODR = Linkage 6
linkageAppending :: Linkage
linkageAppending = Linkage 7
linkageInternal :: Linkage
linkageInternal = Linkage 8
linkagePrivate :: Linkage
linkagePrivate = Linkage 9
linkageDLLImport :: Linkage
linkageDLLImport = Linkage 10
linkageDLLExport :: Linkage
linkageDLLExport = Linkage 11
linkageExternalWeak :: Linkage
linkageExternalWeak = Linkage 12
linkageGhost :: Linkage
linkageGhost = Linkage 13
linkageCommon :: Linkage
linkageCommon = Linkage 14
linkageLinkerPrivate :: Linkage
linkageLinkerPrivate = Linkage 15
linkageLinkerPrivateWeak :: Linkage
linkageLinkerPrivateWeak = Linkage 16
linkageP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "External" -> linkageExternal
    "AvailableExternally" -> linkageAvailableExternally
    "LinkOnceAny" -> linkageLinkOnceAny
    "LinkOnceODR" -> linkageLinkOnceODR
    "LinkOnceODRAutoHide" -> linkageLinkOnceODRAutoHide
    "WeakAny" -> linkageWeakAny
    "WeakODR" -> linkageWeakODR
    "Appending" -> linkageAppending
    "Internal" -> linkageInternal
    "Private" -> linkagePrivate
    "DLLImport" -> linkageDLLImport
    "DLLExport" -> linkageDLLExport
    "ExternalWeak" -> linkageExternalWeak
    "Ghost" -> linkageGhost
    "Common" -> linkageCommon
    "LinkerPrivate" -> linkageLinkerPrivate
    "LinkerPrivateWeak" -> linkageLinkerPrivateWeak
    x -> error $ "bad quasiquoted FFI constant for linkage: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 123 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype Visibility = Visibility CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 127 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
visibilityDefault :: Visibility
visibilityDefault = Visibility 0
visibilityHidden :: Visibility
visibilityHidden = Visibility 1
visibilityProtected :: Visibility
visibilityProtected = Visibility 2
visibilityP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "Default" -> visibilityDefault
    "Hidden" -> visibilityHidden
    "Protected" -> visibilityProtected
    x -> error $ "bad quasiquoted FFI constant for visibility: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 128 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype CallConv = CallConv CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 132 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
callConvC :: CallConv
callConvC = CallConv 0
callConvFast :: CallConv
callConvFast = CallConv 8
callConvCold :: CallConv
callConvCold = CallConv 9
callConvP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "C" -> callConvC
    "Fast" -> callConvFast
    "Cold" -> callConvCold
    x -> error $ "bad quasiquoted FFI constant for callConv: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 133 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype ValueSubclassId = ValueSubclassId CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 137 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
valueSubclassIdArgument :: ValueSubclassId
valueSubclassIdArgument = ValueSubclassId 0
valueSubclassIdBasicBlock :: ValueSubclassId
valueSubclassIdBasicBlock = ValueSubclassId 1
valueSubclassIdFunction :: ValueSubclassId
valueSubclassIdFunction = ValueSubclassId 2
valueSubclassIdGlobalAlias :: ValueSubclassId
valueSubclassIdGlobalAlias = ValueSubclassId 3
valueSubclassIdGlobalVariable :: ValueSubclassId
valueSubclassIdGlobalVariable = ValueSubclassId 4
valueSubclassIdUndefValue :: ValueSubclassId
valueSubclassIdUndefValue = ValueSubclassId 5
valueSubclassIdBlockAddress :: ValueSubclassId
valueSubclassIdBlockAddress = ValueSubclassId 6
valueSubclassIdConstantExpr :: ValueSubclassId
valueSubclassIdConstantExpr = ValueSubclassId 7
valueSubclassIdConstantAggregateZero :: ValueSubclassId
valueSubclassIdConstantAggregateZero = ValueSubclassId 8
valueSubclassIdConstantDataArray :: ValueSubclassId
valueSubclassIdConstantDataArray = ValueSubclassId 9
valueSubclassIdConstantDataVector :: ValueSubclassId
valueSubclassIdConstantDataVector = ValueSubclassId 10
valueSubclassIdConstantInt :: ValueSubclassId
valueSubclassIdConstantInt = ValueSubclassId 11
valueSubclassIdConstantFP :: ValueSubclassId
valueSubclassIdConstantFP = ValueSubclassId 12
valueSubclassIdConstantArray :: ValueSubclassId
valueSubclassIdConstantArray = ValueSubclassId 13
valueSubclassIdConstantStruct :: ValueSubclassId
valueSubclassIdConstantStruct = ValueSubclassId 14
valueSubclassIdConstantVector :: ValueSubclassId
valueSubclassIdConstantVector = ValueSubclassId 15
valueSubclassIdConstantPointerNull :: ValueSubclassId
valueSubclassIdConstantPointerNull = ValueSubclassId 16
valueSubclassIdMDNode :: ValueSubclassId
valueSubclassIdMDNode = ValueSubclassId 17
valueSubclassIdMDString :: ValueSubclassId
valueSubclassIdMDString = ValueSubclassId 18
valueSubclassIdInlineAsm :: ValueSubclassId
valueSubclassIdInlineAsm = ValueSubclassId 19
valueSubclassIdPseudoSourceValue :: ValueSubclassId
valueSubclassIdPseudoSourceValue = ValueSubclassId 20
valueSubclassIdFixedStackPseudoSourceValue :: ValueSubclassId
valueSubclassIdFixedStackPseudoSourceValue = ValueSubclassId 21
valueSubclassIdInstruction :: ValueSubclassId
valueSubclassIdInstruction = ValueSubclassId 22
valueSubclassIdP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "Argument" -> valueSubclassIdArgument
    "BasicBlock" -> valueSubclassIdBasicBlock
    "Function" -> valueSubclassIdFunction
    "GlobalAlias" -> valueSubclassIdGlobalAlias
    "GlobalVariable" -> valueSubclassIdGlobalVariable
    "UndefValue" -> valueSubclassIdUndefValue
    "BlockAddress" -> valueSubclassIdBlockAddress
    "ConstantExpr" -> valueSubclassIdConstantExpr
    "ConstantAggregateZero" -> valueSubclassIdConstantAggregateZero
    "ConstantDataArray" -> valueSubclassIdConstantDataArray
    "ConstantDataVector" -> valueSubclassIdConstantDataVector
    "ConstantInt" -> valueSubclassIdConstantInt
    "ConstantFP" -> valueSubclassIdConstantFP
    "ConstantArray" -> valueSubclassIdConstantArray
    "ConstantStruct" -> valueSubclassIdConstantStruct
    "ConstantVector" -> valueSubclassIdConstantVector
    "ConstantPointerNull" -> valueSubclassIdConstantPointerNull
    "MDNode" -> valueSubclassIdMDNode
    "MDString" -> valueSubclassIdMDString
    "InlineAsm" -> valueSubclassIdInlineAsm
    "PseudoSourceValue" -> valueSubclassIdPseudoSourceValue
    "FixedStackPseudoSourceValue" -> valueSubclassIdFixedStackPseudoSourceValue
    "Instruction" -> valueSubclassIdInstruction
    x -> error $ "bad quasiquoted FFI constant for valueSubclassId: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 138 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype DiagnosticKind = DiagnosticKind CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 142 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
diagnosticKindError :: DiagnosticKind
diagnosticKindError = DiagnosticKind 0
diagnosticKindWarning :: DiagnosticKind
diagnosticKindWarning = DiagnosticKind 1
diagnosticKindNote :: DiagnosticKind
diagnosticKindNote = DiagnosticKind 2
diagnosticKindP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "Error" -> diagnosticKindError
    "Warning" -> diagnosticKindWarning
    "Note" -> diagnosticKindNote
    x -> error $ "bad quasiquoted FFI constant for diagnosticKind: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 143 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype AsmDialect = AsmDialect CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 147 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
asmDialectATT :: AsmDialect
asmDialectATT = AsmDialect 0
asmDialectIntel :: AsmDialect
asmDialectIntel = AsmDialect 1
asmDialectP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "ATT" -> asmDialectATT
    "Intel" -> asmDialectIntel
    x -> error $ "bad quasiquoted FFI constant for asmDialect: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 148 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype RMWOperation = RMWOperation CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 152 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
rmwOperationXchg :: RMWOperation
rmwOperationXchg = RMWOperation 0
rmwOperationAdd :: RMWOperation
rmwOperationAdd = RMWOperation 1
rmwOperationSub :: RMWOperation
rmwOperationSub = RMWOperation 2
rmwOperationAnd :: RMWOperation
rmwOperationAnd = RMWOperation 3
rmwOperationNand :: RMWOperation
rmwOperationNand = RMWOperation 4
rmwOperationOr :: RMWOperation
rmwOperationOr = RMWOperation 5
rmwOperationXor :: RMWOperation
rmwOperationXor = RMWOperation 6
rmwOperationMax :: RMWOperation
rmwOperationMax = RMWOperation 7
rmwOperationMin :: RMWOperation
rmwOperationMin = RMWOperation 8
rmwOperationUMax :: RMWOperation
rmwOperationUMax = RMWOperation 9
rmwOperationUMin :: RMWOperation
rmwOperationUMin = RMWOperation 10
rmwOperationP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "Xchg" -> rmwOperationXchg
    "Add" -> rmwOperationAdd
    "Sub" -> rmwOperationSub
    "And" -> rmwOperationAnd
    "Nand" -> rmwOperationNand
    "Or" -> rmwOperationOr
    "Xor" -> rmwOperationXor
    "Max" -> rmwOperationMax
    "Min" -> rmwOperationMin
    "UMax" -> rmwOperationUMax
    "UMin" -> rmwOperationUMin
    x -> error $ "bad quasiquoted FFI constant for rmwOperation: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 153 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype RelocModel = RelocModel CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 157 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
relocModelDefault :: RelocModel
relocModelDefault = RelocModel 0
relocModelStatic :: RelocModel
relocModelStatic = RelocModel 1
relocModelPIC :: RelocModel
relocModelPIC = RelocModel 2
relocModelDynamicNoPic :: RelocModel
relocModelDynamicNoPic = RelocModel 3
relocModelP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "Default" -> relocModelDefault
    "Static" -> relocModelStatic
    "PIC" -> relocModelPIC
    "DynamicNoPic" -> relocModelDynamicNoPic
    x -> error $ "bad quasiquoted FFI constant for relocModel: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 158 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype CodeModel = CodeModel CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 162 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
codeModelDefault :: CodeModel
codeModelDefault = CodeModel 0
codeModelJITDefault :: CodeModel
codeModelJITDefault = CodeModel 1
codeModelSmall :: CodeModel
codeModelSmall = CodeModel 2
codeModelKernel :: CodeModel
codeModelKernel = CodeModel 3
codeModelMedium :: CodeModel
codeModelMedium = CodeModel 4
codeModelLarge :: CodeModel
codeModelLarge = CodeModel 5
codeModelP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "Default" -> codeModelDefault
    "JITDefault" -> codeModelJITDefault
    "Small" -> codeModelSmall
    "Kernel" -> codeModelKernel
    "Medium" -> codeModelMedium
    "Large" -> codeModelLarge
    x -> error $ "bad quasiquoted FFI constant for codeModel: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 163 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype CodeGenOptLevel = CodeGenOptLevel CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 167 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
codeGenOptLevelNone :: CodeGenOptLevel
codeGenOptLevelNone = CodeGenOptLevel 0
codeGenOptLevelLess :: CodeGenOptLevel
codeGenOptLevelLess = CodeGenOptLevel 1
codeGenOptLevelDefault :: CodeGenOptLevel
codeGenOptLevelDefault = CodeGenOptLevel 2
codeGenOptLevelAggressive :: CodeGenOptLevel
codeGenOptLevelAggressive = CodeGenOptLevel 3
codeGenOptLevelP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "None" -> codeGenOptLevelNone
    "Less" -> codeGenOptLevelLess
    "Default" -> codeGenOptLevelDefault
    "Aggressive" -> codeGenOptLevelAggressive
    x -> error $ "bad quasiquoted FFI constant for codeGenOptLevel: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 168 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype CodeGenFileType = CodeGenFileType CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 172 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
codeGenFileTypeAssembly :: CodeGenFileType
codeGenFileTypeAssembly = CodeGenFileType 0
codeGenFileTypeObject :: CodeGenFileType
codeGenFileTypeObject = CodeGenFileType 1
codeGenFileTypeP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "Assembly" -> codeGenFileTypeAssembly
    "Object" -> codeGenFileTypeObject
    x -> error $ "bad quasiquoted FFI constant for codeGenFileType: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 173 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype FloatABIType = FloatABIType CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 177 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
floatABIDefault :: FloatABIType
floatABIDefault = FloatABIType 0
floatABISoft :: FloatABIType
floatABISoft = FloatABIType 1
floatABIHard :: FloatABIType
floatABIHard = FloatABIType 2
floatABIP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "Default" -> floatABIDefault
    "Soft" -> floatABISoft
    "Hard" -> floatABIHard
    x -> error $ "bad quasiquoted FFI constant for floatABI: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 178 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype FPOpFusionMode = FPOpFusionMode CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 182 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
fpOpFusionModeFast :: FPOpFusionMode
fpOpFusionModeFast = FPOpFusionMode 0
fpOpFusionModeStandard :: FPOpFusionMode
fpOpFusionModeStandard = FPOpFusionMode 1
fpOpFusionModeStrict :: FPOpFusionMode
fpOpFusionModeStrict = FPOpFusionMode 2
fpOpFusionModeP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "Fast" -> fpOpFusionModeFast
    "Standard" -> fpOpFusionModeStandard
    "Strict" -> fpOpFusionModeStrict
    x -> error $ "bad quasiquoted FFI constant for fpOpFusionMode: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 183 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype TargetOptionFlag = TargetOptionFlag CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 187 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
targetOptionFlagPrintMachineCode :: TargetOptionFlag
targetOptionFlagPrintMachineCode = TargetOptionFlag 0
targetOptionFlagNoFramePointerElim :: TargetOptionFlag
targetOptionFlagNoFramePointerElim = TargetOptionFlag 1
targetOptionFlagLessPreciseFPMADOption :: TargetOptionFlag
targetOptionFlagLessPreciseFPMADOption = TargetOptionFlag 2
targetOptionFlagUnsafeFPMath :: TargetOptionFlag
targetOptionFlagUnsafeFPMath = TargetOptionFlag 3
targetOptionFlagNoInfsFPMath :: TargetOptionFlag
targetOptionFlagNoInfsFPMath = TargetOptionFlag 4
targetOptionFlagNoNaNsFPMath :: TargetOptionFlag
targetOptionFlagNoNaNsFPMath = TargetOptionFlag 5
targetOptionFlagHonorSignDependentRoundingFPMathOption :: TargetOptionFlag
targetOptionFlagHonorSignDependentRoundingFPMathOption = TargetOptionFlag 6
targetOptionFlagUseSoftFloat :: TargetOptionFlag
targetOptionFlagUseSoftFloat = TargetOptionFlag 7
targetOptionFlagNoZerosInBSS :: TargetOptionFlag
targetOptionFlagNoZerosInBSS = TargetOptionFlag 8
targetOptionFlagJITEmitDebugInfo :: TargetOptionFlag
targetOptionFlagJITEmitDebugInfo = TargetOptionFlag 9
targetOptionFlagJITEmitDebugInfoToDisk :: TargetOptionFlag
targetOptionFlagJITEmitDebugInfoToDisk = TargetOptionFlag 10
targetOptionFlagGuaranteedTailCallOpt :: TargetOptionFlag
targetOptionFlagGuaranteedTailCallOpt = TargetOptionFlag 11
targetOptionFlagDisableTailCalls :: TargetOptionFlag
targetOptionFlagDisableTailCalls = TargetOptionFlag 12
targetOptionFlagEnableFastISel :: TargetOptionFlag
targetOptionFlagEnableFastISel = TargetOptionFlag 13
targetOptionFlagPositionIndependentExecutable :: TargetOptionFlag
targetOptionFlagPositionIndependentExecutable = TargetOptionFlag 14
targetOptionFlagEnableSegmentedStacks :: TargetOptionFlag
targetOptionFlagEnableSegmentedStacks = TargetOptionFlag 15
targetOptionFlagUseInitArray :: TargetOptionFlag
targetOptionFlagUseInitArray = TargetOptionFlag 16
targetOptionFlagP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "PrintMachineCode" -> targetOptionFlagPrintMachineCode
    "NoFramePointerElim" -> targetOptionFlagNoFramePointerElim
    "LessPreciseFPMADOption" -> targetOptionFlagLessPreciseFPMADOption
    "UnsafeFPMath" -> targetOptionFlagUnsafeFPMath
    "NoInfsFPMath" -> targetOptionFlagNoInfsFPMath
    "NoNaNsFPMath" -> targetOptionFlagNoNaNsFPMath
    "HonorSignDependentRoundingFPMathOption" -> targetOptionFlagHonorSignDependentRoundingFPMathOption
    "UseSoftFloat" -> targetOptionFlagUseSoftFloat
    "NoZerosInBSS" -> targetOptionFlagNoZerosInBSS
    "JITEmitDebugInfo" -> targetOptionFlagJITEmitDebugInfo
    "JITEmitDebugInfoToDisk" -> targetOptionFlagJITEmitDebugInfoToDisk
    "GuaranteedTailCallOpt" -> targetOptionFlagGuaranteedTailCallOpt
    "DisableTailCalls" -> targetOptionFlagDisableTailCalls
    "EnableFastISel" -> targetOptionFlagEnableFastISel
    "PositionIndependentExecutable" -> targetOptionFlagPositionIndependentExecutable
    "EnableSegmentedStacks" -> targetOptionFlagEnableSegmentedStacks
    "UseInitArray" -> targetOptionFlagUseInitArray
    x -> error $ "bad quasiquoted FFI constant for targetOptionFlag: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 188 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype TypeKind = TypeKind CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 192 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
typeKindVoid :: TypeKind
typeKindVoid = TypeKind 0
typeKindHalf :: TypeKind
typeKindHalf = TypeKind 1
typeKindFloat :: TypeKind
typeKindFloat = TypeKind 2
typeKindDouble :: TypeKind
typeKindDouble = TypeKind 3
typeKindX86_FP80 :: TypeKind
typeKindX86_FP80 = TypeKind 4
typeKindFP128 :: TypeKind
typeKindFP128 = TypeKind 5
typeKindPPC_FP128 :: TypeKind
typeKindPPC_FP128 = TypeKind 6
typeKindLabel :: TypeKind
typeKindLabel = TypeKind 7
typeKindInteger :: TypeKind
typeKindInteger = TypeKind 8
typeKindFunction :: TypeKind
typeKindFunction = TypeKind 9
typeKindStruct :: TypeKind
typeKindStruct = TypeKind 10
typeKindArray :: TypeKind
typeKindArray = TypeKind 11
typeKindPointer :: TypeKind
typeKindPointer = TypeKind 12
typeKindVector :: TypeKind
typeKindVector = TypeKind 13
typeKindMetadata :: TypeKind
typeKindMetadata = TypeKind 14
typeKindX86_MMX :: TypeKind
typeKindX86_MMX = TypeKind 15
typeKindP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "Void" -> typeKindVoid
    "Half" -> typeKindHalf
    "Float" -> typeKindFloat
    "Double" -> typeKindDouble
    "X86_FP80" -> typeKindX86_FP80
    "FP128" -> typeKindFP128
    "PPC_FP128" -> typeKindPPC_FP128
    "Label" -> typeKindLabel
    "Integer" -> typeKindInteger
    "Function" -> typeKindFunction
    "Struct" -> typeKindStruct
    "Array" -> typeKindArray
    "Pointer" -> typeKindPointer
    "Vector" -> typeKindVector
    "Metadata" -> typeKindMetadata
    "X86_MMX" -> typeKindX86_MMX
    x -> error $ "bad quasiquoted FFI constant for typeKind: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 193 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype ParamAttr = ParamAttr CUInt
  deriving (Eq, Read, Show, Bits, Typeable, Data, Num)

{-# LINE 197 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
paramAttrZExt :: ParamAttr
paramAttrZExt = ParamAttr 1
paramAttrSExt :: ParamAttr
paramAttrSExt = ParamAttr 2
paramAttrInReg :: ParamAttr
paramAttrInReg = ParamAttr 8
paramAttrStructRet :: ParamAttr
paramAttrStructRet = ParamAttr 16
paramAttrAlignment :: ParamAttr
paramAttrAlignment = ParamAttr 2031616
paramAttrNoAlias :: ParamAttr
paramAttrNoAlias = ParamAttr 64
paramAttrByVal :: ParamAttr
paramAttrByVal = ParamAttr 128
paramAttrNoCapture :: ParamAttr
paramAttrNoCapture = ParamAttr 2097152
paramAttrNest :: ParamAttr
paramAttrNest = ParamAttr 256
paramAttrP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "ZExt" -> paramAttrZExt
    "SExt" -> paramAttrSExt
    "InReg" -> paramAttrInReg
    "StructRet" -> paramAttrStructRet
    "Alignment" -> paramAttrAlignment
    "NoAlias" -> paramAttrNoAlias
    "ByVal" -> paramAttrByVal
    "NoCapture" -> paramAttrNoCapture
    "Nest" -> paramAttrNest
    x -> error $ "bad quasiquoted FFI constant for paramAttr: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 198 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype FunctionAttr = FunctionAttr CUInt
  deriving (Eq, Read, Show, Bits, Typeable, Data, Num)

{-# LINE 202 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
functionAttrNoReturn :: FunctionAttr
functionAttrNoReturn = FunctionAttr 4
functionAttrNoUnwind :: FunctionAttr
functionAttrNoUnwind = FunctionAttr 32
functionAttrReadNone :: FunctionAttr
functionAttrReadNone = FunctionAttr 512
functionAttrReadOnly :: FunctionAttr
functionAttrReadOnly = FunctionAttr 1024
functionAttrNoInline :: FunctionAttr
functionAttrNoInline = FunctionAttr 2048
functionAttrAlwaysInline :: FunctionAttr
functionAttrAlwaysInline = FunctionAttr 4096
functionAttrOptimizeForSize :: FunctionAttr
functionAttrOptimizeForSize = FunctionAttr 8192
functionAttrStackProtect :: FunctionAttr
functionAttrStackProtect = FunctionAttr 16384
functionAttrStackProtectReq :: FunctionAttr
functionAttrStackProtectReq = FunctionAttr 32768
functionAttrNoRedZone :: FunctionAttr
functionAttrNoRedZone = FunctionAttr 4194304
functionAttrNoImplicitFloat :: FunctionAttr
functionAttrNoImplicitFloat = FunctionAttr 8388608
functionAttrNaked :: FunctionAttr
functionAttrNaked = FunctionAttr 16777216
functionAttrInlineHint :: FunctionAttr
functionAttrInlineHint = FunctionAttr 33554432
functionAttrStackAlignment :: FunctionAttr
functionAttrStackAlignment = FunctionAttr 469762048
functionAttrReturnsTwice :: FunctionAttr
functionAttrReturnsTwice = FunctionAttr 536870912
functionAttrUWTable :: FunctionAttr
functionAttrUWTable = FunctionAttr 1073741824
functionAttrNonLazyBind :: FunctionAttr
functionAttrNonLazyBind = FunctionAttr 2147483648
functionAttrP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "NoReturn" -> functionAttrNoReturn
    "NoUnwind" -> functionAttrNoUnwind
    "ReadNone" -> functionAttrReadNone
    "ReadOnly" -> functionAttrReadOnly
    "NoInline" -> functionAttrNoInline
    "AlwaysInline" -> functionAttrAlwaysInline
    "OptimizeForSize" -> functionAttrOptimizeForSize
    "StackProtect" -> functionAttrStackProtect
    "StackProtectReq" -> functionAttrStackProtectReq
    "NoRedZone" -> functionAttrNoRedZone
    "NoImplicitFloat" -> functionAttrNoImplicitFloat
    "Naked" -> functionAttrNaked
    "InlineHint" -> functionAttrInlineHint
    "StackAlignment" -> functionAttrStackAlignment
    "ReturnsTwice" -> functionAttrReturnsTwice
    "UWTable" -> functionAttrUWTable
    "NonLazyBind" -> functionAttrNonLazyBind
    x -> error $ "bad quasiquoted FFI constant for functionAttr: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 203 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype FloatSemantics = FloatSemantics CUInt
  deriving (Eq, Read, Show, Typeable, Data)

{-# LINE 207 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
floatSemanticsIEEEhalf :: FloatSemantics
floatSemanticsIEEEhalf = FloatSemantics 0
floatSemanticsIEEEsingle :: FloatSemantics
floatSemanticsIEEEsingle = FloatSemantics 1
floatSemanticsIEEEdouble :: FloatSemantics
floatSemanticsIEEEdouble = FloatSemantics 2
floatSemanticsIEEEquad :: FloatSemantics
floatSemanticsIEEEquad = FloatSemantics 3
floatSemanticsPPCDoubleDouble :: FloatSemantics
floatSemanticsPPCDoubleDouble = FloatSemantics 4
floatSemanticsx87DoubleExtended :: FloatSemantics
floatSemanticsx87DoubleExtended = FloatSemantics 5
floatSemanticsBogus :: FloatSemantics
floatSemanticsBogus = FloatSemantics 6
floatSemanticsP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "IEEEhalf" -> floatSemanticsIEEEhalf
    "IEEEsingle" -> floatSemanticsIEEEsingle
    "IEEEdouble" -> floatSemanticsIEEEdouble
    "IEEEquad" -> floatSemanticsIEEEquad
    "PPCDoubleDouble" -> floatSemanticsPPCDoubleDouble
    "x87DoubleExtended" -> floatSemanticsx87DoubleExtended
    "Bogus" -> floatSemanticsBogus
    x -> error $ "bad quasiquoted FFI constant for floatSemantics: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 208 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype VerifierFailureAction = VerifierFailureAction CUInt
  deriving (Eq, Read, Show, Bits, Typeable, Data, Num)

{-# LINE 212 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
verifierFailureActionAbortProcess :: VerifierFailureAction
verifierFailureActionAbortProcess = VerifierFailureAction 0
verifierFailureActionPrintMessage :: VerifierFailureAction
verifierFailureActionPrintMessage = VerifierFailureAction 1
verifierFailureActionReturnStatus :: VerifierFailureAction
verifierFailureActionReturnStatus = VerifierFailureAction 2
verifierFailureActionP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "AbortProcess" -> verifierFailureActionAbortProcess
    "PrintMessage" -> verifierFailureActionPrintMessage
    "ReturnStatus" -> verifierFailureActionReturnStatus
    x -> error $ "bad quasiquoted FFI constant for verifierFailureAction: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 213 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype LinkerMode = LinkerMode CUInt
  deriving (Eq, Read, Show, Bits, Typeable, Data, Num)

{-# LINE 217 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
linkerModeDestroySource :: LinkerMode
linkerModeDestroySource = LinkerMode 0
linkerModePreserveSource :: LinkerMode
linkerModePreserveSource = LinkerMode 1
linkerModeP = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "DestroySource" -> linkerModeDestroySource
    "PreserveSource" -> linkerModePreserveSource
    x -> error $ "bad quasiquoted FFI constant for linkerMode: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 218 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}

newtype LibFunc = LibFunc CUInt
  deriving (Eq, Read, Show, Bits, Typeable, Data, Num, Storable)

{-# LINE 222 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}
libFunc__under_IO_getc :: LibFunc
libFunc__under_IO_getc = LibFunc 0
libFunc__under_IO_putc :: LibFunc
libFunc__under_IO_putc = LibFunc 1
libFunc__ZdaPv :: LibFunc
libFunc__ZdaPv = LibFunc 2
libFunc__ZdaPvRKSt9nothrow_t :: LibFunc
libFunc__ZdaPvRKSt9nothrow_t = LibFunc 3
libFunc__ZdlPv :: LibFunc
libFunc__ZdlPv = LibFunc 4
libFunc__ZdlPvRKSt9nothrow_t :: LibFunc
libFunc__ZdlPvRKSt9nothrow_t = LibFunc 5
libFunc__Znaj :: LibFunc
libFunc__Znaj = LibFunc 6
libFunc__ZnajRKSt9nothrow_t :: LibFunc
libFunc__ZnajRKSt9nothrow_t = LibFunc 7
libFunc__Znam :: LibFunc
libFunc__Znam = LibFunc 8
libFunc__ZnamRKSt9nothrow_t :: LibFunc
libFunc__ZnamRKSt9nothrow_t = LibFunc 9
libFunc__Znwj :: LibFunc
libFunc__Znwj = LibFunc 10
libFunc__ZnwjRKSt9nothrow_t :: LibFunc
libFunc__ZnwjRKSt9nothrow_t = LibFunc 11
libFunc__Znwm :: LibFunc
libFunc__Znwm = LibFunc 12
libFunc__ZnwmRKSt9nothrow_t :: LibFunc
libFunc__ZnwmRKSt9nothrow_t = LibFunc 13
libFunc__cospi :: LibFunc
libFunc__cospi = LibFunc 14
libFunc__cospif :: LibFunc
libFunc__cospif = LibFunc 15
libFunc__cxa_atexit :: LibFunc
libFunc__cxa_atexit = LibFunc 16
libFunc__cxa_guard_abort :: LibFunc
libFunc__cxa_guard_abort = LibFunc 17
libFunc__cxa_guard_acquire :: LibFunc
libFunc__cxa_guard_acquire = LibFunc 18
libFunc__cxa_guard_release :: LibFunc
libFunc__cxa_guard_release = LibFunc 19
libFunc__dunder_isoc99_scanf :: LibFunc
libFunc__dunder_isoc99_scanf = LibFunc 20
libFunc__dunder_isoc99_sscanf :: LibFunc
libFunc__dunder_isoc99_sscanf = LibFunc 21
libFunc__memcpy_chk :: LibFunc
libFunc__memcpy_chk = LibFunc 22
libFunc__sincospi_stret :: LibFunc
libFunc__sincospi_stret = LibFunc 23
libFunc__sincospi_stretf :: LibFunc
libFunc__sincospi_stretf = LibFunc 24
libFunc__sinpi :: LibFunc
libFunc__sinpi = LibFunc 25
libFunc__sinpif :: LibFunc
libFunc__sinpif = LibFunc 26
libFunc__sqrt_finite :: LibFunc
libFunc__sqrt_finite = LibFunc 27
libFunc__sqrtf_finite :: LibFunc
libFunc__sqrtf_finite = LibFunc 28
libFunc__sqrtl_finite :: LibFunc
libFunc__sqrtl_finite = LibFunc 29
libFunc__dunder_strdup :: LibFunc
libFunc__dunder_strdup = LibFunc 30
libFunc__dunder_strndup :: LibFunc
libFunc__dunder_strndup = LibFunc 31
libFunc__dunder_strtok_r :: LibFunc
libFunc__dunder_strtok_r = LibFunc 32
libFunc__abs :: LibFunc
libFunc__abs = LibFunc 33
libFunc__access :: LibFunc
libFunc__access = LibFunc 34
libFunc__acos :: LibFunc
libFunc__acos = LibFunc 35
libFunc__acosf :: LibFunc
libFunc__acosf = LibFunc 36
libFunc__acosh :: LibFunc
libFunc__acosh = LibFunc 37
libFunc__acoshf :: LibFunc
libFunc__acoshf = LibFunc 38
libFunc__acoshl :: LibFunc
libFunc__acoshl = LibFunc 39
libFunc__acosl :: LibFunc
libFunc__acosl = LibFunc 40
libFunc__asin :: LibFunc
libFunc__asin = LibFunc 41
libFunc__asinf :: LibFunc
libFunc__asinf = LibFunc 42
libFunc__asinh :: LibFunc
libFunc__asinh = LibFunc 43
libFunc__asinhf :: LibFunc
libFunc__asinhf = LibFunc 44
libFunc__asinhl :: LibFunc
libFunc__asinhl = LibFunc 45
libFunc__asinl :: LibFunc
libFunc__asinl = LibFunc 46
libFunc__atan :: LibFunc
libFunc__atan = LibFunc 47
libFunc__atan2 :: LibFunc
libFunc__atan2 = LibFunc 48
libFunc__atan2f :: LibFunc
libFunc__atan2f = LibFunc 49
libFunc__atan2l :: LibFunc
libFunc__atan2l = LibFunc 50
libFunc__atanf :: LibFunc
libFunc__atanf = LibFunc 51
libFunc__atanh :: LibFunc
libFunc__atanh = LibFunc 52
libFunc__atanhf :: LibFunc
libFunc__atanhf = LibFunc 53
libFunc__atanhl :: LibFunc
libFunc__atanhl = LibFunc 54
libFunc__atanl :: LibFunc
libFunc__atanl = LibFunc 55
libFunc__atof :: LibFunc
libFunc__atof = LibFunc 56
libFunc__atoi :: LibFunc
libFunc__atoi = LibFunc 57
libFunc__atol :: LibFunc
libFunc__atol = LibFunc 58
libFunc__atoll :: LibFunc
libFunc__atoll = LibFunc 59
libFunc__bcmp :: LibFunc
libFunc__bcmp = LibFunc 60
libFunc__bcopy :: LibFunc
libFunc__bcopy = LibFunc 61
libFunc__bzero :: LibFunc
libFunc__bzero = LibFunc 62
libFunc__calloc :: LibFunc
libFunc__calloc = LibFunc 63
libFunc__cbrt :: LibFunc
libFunc__cbrt = LibFunc 64
libFunc__cbrtf :: LibFunc
libFunc__cbrtf = LibFunc 65
libFunc__cbrtl :: LibFunc
libFunc__cbrtl = LibFunc 66
libFunc__ceil :: LibFunc
libFunc__ceil = LibFunc 67
libFunc__ceilf :: LibFunc
libFunc__ceilf = LibFunc 68
libFunc__ceill :: LibFunc
libFunc__ceill = LibFunc 69
libFunc__chmod :: LibFunc
libFunc__chmod = LibFunc 70
libFunc__chown :: LibFunc
libFunc__chown = LibFunc 71
libFunc__clearerr :: LibFunc
libFunc__clearerr = LibFunc 72
libFunc__closedir :: LibFunc
libFunc__closedir = LibFunc 73
libFunc__copysign :: LibFunc
libFunc__copysign = LibFunc 74
libFunc__copysignf :: LibFunc
libFunc__copysignf = LibFunc 75
libFunc__copysignl :: LibFunc
libFunc__copysignl = LibFunc 76
libFunc__cos :: LibFunc
libFunc__cos = LibFunc 77
libFunc__cosf :: LibFunc
libFunc__cosf = LibFunc 78
libFunc__cosh :: LibFunc
libFunc__cosh = LibFunc 79
libFunc__coshf :: LibFunc
libFunc__coshf = LibFunc 80
libFunc__coshl :: LibFunc
libFunc__coshl = LibFunc 81
libFunc__cosl :: LibFunc
libFunc__cosl = LibFunc 82
libFunc__ctermid :: LibFunc
libFunc__ctermid = LibFunc 83
libFunc__exp :: LibFunc
libFunc__exp = LibFunc 84
libFunc__exp10 :: LibFunc
libFunc__exp10 = LibFunc 85
libFunc__exp10f :: LibFunc
libFunc__exp10f = LibFunc 86
libFunc__exp10l :: LibFunc
libFunc__exp10l = LibFunc 87
libFunc__exp2 :: LibFunc
libFunc__exp2 = LibFunc 88
libFunc__exp2f :: LibFunc
libFunc__exp2f = LibFunc 89
libFunc__exp2l :: LibFunc
libFunc__exp2l = LibFunc 90
libFunc__expf :: LibFunc
libFunc__expf = LibFunc 91
libFunc__expl :: LibFunc
libFunc__expl = LibFunc 92
libFunc__expm1 :: LibFunc
libFunc__expm1 = LibFunc 93
libFunc__expm1f :: LibFunc
libFunc__expm1f = LibFunc 94
libFunc__expm1l :: LibFunc
libFunc__expm1l = LibFunc 95
libFunc__fabs :: LibFunc
libFunc__fabs = LibFunc 96
libFunc__fabsf :: LibFunc
libFunc__fabsf = LibFunc 97
libFunc__fabsl :: LibFunc
libFunc__fabsl = LibFunc 98
libFunc__fclose :: LibFunc
libFunc__fclose = LibFunc 99
libFunc__fdopen :: LibFunc
libFunc__fdopen = LibFunc 100
libFunc__feof :: LibFunc
libFunc__feof = LibFunc 101
libFunc__ferror :: LibFunc
libFunc__ferror = LibFunc 102
libFunc__fflush :: LibFunc
libFunc__fflush = LibFunc 103
libFunc__ffs :: LibFunc
libFunc__ffs = LibFunc 104
libFunc__ffsl :: LibFunc
libFunc__ffsl = LibFunc 105
libFunc__ffsll :: LibFunc
libFunc__ffsll = LibFunc 106
libFunc__fgetc :: LibFunc
libFunc__fgetc = LibFunc 107
libFunc__fgetpos :: LibFunc
libFunc__fgetpos = LibFunc 108
libFunc__fgets :: LibFunc
libFunc__fgets = LibFunc 109
libFunc__fileno :: LibFunc
libFunc__fileno = LibFunc 110
libFunc__fiprintf :: LibFunc
libFunc__fiprintf = LibFunc 111
libFunc__flockfile :: LibFunc
libFunc__flockfile = LibFunc 112
libFunc__floor :: LibFunc
libFunc__floor = LibFunc 113
libFunc__floorf :: LibFunc
libFunc__floorf = LibFunc 114
libFunc__floorl :: LibFunc
libFunc__floorl = LibFunc 115
libFunc__fmod :: LibFunc
libFunc__fmod = LibFunc 116
libFunc__fmodf :: LibFunc
libFunc__fmodf = LibFunc 117
libFunc__fmodl :: LibFunc
libFunc__fmodl = LibFunc 118
libFunc__fopen :: LibFunc
libFunc__fopen = LibFunc 119
libFunc__fopen64 :: LibFunc
libFunc__fopen64 = LibFunc 120
libFunc__fprintf :: LibFunc
libFunc__fprintf = LibFunc 121
libFunc__fputc :: LibFunc
libFunc__fputc = LibFunc 122
libFunc__fputs :: LibFunc
libFunc__fputs = LibFunc 123
libFunc__fread :: LibFunc
libFunc__fread = LibFunc 124
libFunc__free :: LibFunc
libFunc__free = LibFunc 125
libFunc__frexp :: LibFunc
libFunc__frexp = LibFunc 126
libFunc__frexpf :: LibFunc
libFunc__frexpf = LibFunc 127
libFunc__frexpl :: LibFunc
libFunc__frexpl = LibFunc 128
libFunc__fscanf :: LibFunc
libFunc__fscanf = LibFunc 129
libFunc__fseek :: LibFunc
libFunc__fseek = LibFunc 130
libFunc__fseeko :: LibFunc
libFunc__fseeko = LibFunc 131
libFunc__fseeko64 :: LibFunc
libFunc__fseeko64 = LibFunc 132
libFunc__fsetpos :: LibFunc
libFunc__fsetpos = LibFunc 133
libFunc__fstat :: LibFunc
libFunc__fstat = LibFunc 134
libFunc__fstat64 :: LibFunc
libFunc__fstat64 = LibFunc 135
libFunc__fstatvfs :: LibFunc
libFunc__fstatvfs = LibFunc 136
libFunc__fstatvfs64 :: LibFunc
libFunc__fstatvfs64 = LibFunc 137
libFunc__ftell :: LibFunc
libFunc__ftell = LibFunc 138
libFunc__ftello :: LibFunc
libFunc__ftello = LibFunc 139
libFunc__ftello64 :: LibFunc
libFunc__ftello64 = LibFunc 140
libFunc__ftrylockfile :: LibFunc
libFunc__ftrylockfile = LibFunc 141
libFunc__funlockfile :: LibFunc
libFunc__funlockfile = LibFunc 142
libFunc__fwrite :: LibFunc
libFunc__fwrite = LibFunc 143
libFunc__getc :: LibFunc
libFunc__getc = LibFunc 144
libFunc__getc_unlocked :: LibFunc
libFunc__getc_unlocked = LibFunc 145
libFunc__getchar :: LibFunc
libFunc__getchar = LibFunc 146
libFunc__getenv :: LibFunc
libFunc__getenv = LibFunc 147
libFunc__getitimer :: LibFunc
libFunc__getitimer = LibFunc 148
libFunc__getlogin_r :: LibFunc
libFunc__getlogin_r = LibFunc 149
libFunc__getpwnam :: LibFunc
libFunc__getpwnam = LibFunc 150
libFunc__gets :: LibFunc
libFunc__gets = LibFunc 151
libFunc__gettimeofday :: LibFunc
libFunc__gettimeofday = LibFunc 152
libFunc__htonl :: LibFunc
libFunc__htonl = LibFunc 153
libFunc__htons :: LibFunc
libFunc__htons = LibFunc 154
libFunc__iprintf :: LibFunc
libFunc__iprintf = LibFunc 155
libFunc__isascii :: LibFunc
libFunc__isascii = LibFunc 156
libFunc__isdigit :: LibFunc
libFunc__isdigit = LibFunc 157
libFunc__labs :: LibFunc
libFunc__labs = LibFunc 158
libFunc__lchown :: LibFunc
libFunc__lchown = LibFunc 159
libFunc__llabs :: LibFunc
libFunc__llabs = LibFunc 160
libFunc__log :: LibFunc
libFunc__log = LibFunc 161
libFunc__log10 :: LibFunc
libFunc__log10 = LibFunc 162
libFunc__log10f :: LibFunc
libFunc__log10f = LibFunc 163
libFunc__log10l :: LibFunc
libFunc__log10l = LibFunc 164
libFunc__log1p :: LibFunc
libFunc__log1p = LibFunc 165
libFunc__log1pf :: LibFunc
libFunc__log1pf = LibFunc 166
libFunc__log1pl :: LibFunc
libFunc__log1pl = LibFunc 167
libFunc__log2 :: LibFunc
libFunc__log2 = LibFunc 168
libFunc__log2f :: LibFunc
libFunc__log2f = LibFunc 169
libFunc__log2l :: LibFunc
libFunc__log2l = LibFunc 170
libFunc__logb :: LibFunc
libFunc__logb = LibFunc 171
libFunc__logbf :: LibFunc
libFunc__logbf = LibFunc 172
libFunc__logbl :: LibFunc
libFunc__logbl = LibFunc 173
libFunc__logf :: LibFunc
libFunc__logf = LibFunc 174
libFunc__logl :: LibFunc
libFunc__logl = LibFunc 175
libFunc__lstat :: LibFunc
libFunc__lstat = LibFunc 176
libFunc__lstat64 :: LibFunc
libFunc__lstat64 = LibFunc 177
libFunc__malloc :: LibFunc
libFunc__malloc = LibFunc 178
libFunc__memalign :: LibFunc
libFunc__memalign = LibFunc 179
libFunc__memccpy :: LibFunc
libFunc__memccpy = LibFunc 180
libFunc__memchr :: LibFunc
libFunc__memchr = LibFunc 181
libFunc__memcmp :: LibFunc
libFunc__memcmp = LibFunc 182
libFunc__memcpy :: LibFunc
libFunc__memcpy = LibFunc 183
libFunc__memmove :: LibFunc
libFunc__memmove = LibFunc 184
libFunc__memrchr :: LibFunc
libFunc__memrchr = LibFunc 185
libFunc__memset :: LibFunc
libFunc__memset = LibFunc 186
libFunc__memset_pattern16 :: LibFunc
libFunc__memset_pattern16 = LibFunc 187
libFunc__mkdir :: LibFunc
libFunc__mkdir = LibFunc 188
libFunc__mktime :: LibFunc
libFunc__mktime = LibFunc 189
libFunc__modf :: LibFunc
libFunc__modf = LibFunc 190
libFunc__modff :: LibFunc
libFunc__modff = LibFunc 191
libFunc__modfl :: LibFunc
libFunc__modfl = LibFunc 192
libFunc__nearbyint :: LibFunc
libFunc__nearbyint = LibFunc 193
libFunc__nearbyintf :: LibFunc
libFunc__nearbyintf = LibFunc 194
libFunc__nearbyintl :: LibFunc
libFunc__nearbyintl = LibFunc 195
libFunc__ntohl :: LibFunc
libFunc__ntohl = LibFunc 196
libFunc__ntohs :: LibFunc
libFunc__ntohs = LibFunc 197
libFunc__open :: LibFunc
libFunc__open = LibFunc 198
libFunc__open64 :: LibFunc
libFunc__open64 = LibFunc 199
libFunc__opendir :: LibFunc
libFunc__opendir = LibFunc 200
libFunc__pclose :: LibFunc
libFunc__pclose = LibFunc 201
libFunc__perror :: LibFunc
libFunc__perror = LibFunc 202
libFunc__popen :: LibFunc
libFunc__popen = LibFunc 203
libFunc__posix_memalign :: LibFunc
libFunc__posix_memalign = LibFunc 204
libFunc__pow :: LibFunc
libFunc__pow = LibFunc 205
libFunc__powf :: LibFunc
libFunc__powf = LibFunc 206
libFunc__powl :: LibFunc
libFunc__powl = LibFunc 207
libFunc__pread :: LibFunc
libFunc__pread = LibFunc 208
libFunc__printf :: LibFunc
libFunc__printf = LibFunc 209
libFunc__putc :: LibFunc
libFunc__putc = LibFunc 210
libFunc__putchar :: LibFunc
libFunc__putchar = LibFunc 211
libFunc__puts :: LibFunc
libFunc__puts = LibFunc 212
libFunc__pwrite :: LibFunc
libFunc__pwrite = LibFunc 213
libFunc__qsort :: LibFunc
libFunc__qsort = LibFunc 214
libFunc__read :: LibFunc
libFunc__read = LibFunc 215
libFunc__readlink :: LibFunc
libFunc__readlink = LibFunc 216
libFunc__realloc :: LibFunc
libFunc__realloc = LibFunc 217
libFunc__reallocf :: LibFunc
libFunc__reallocf = LibFunc 218
libFunc__realpath :: LibFunc
libFunc__realpath = LibFunc 219
libFunc__remove :: LibFunc
libFunc__remove = LibFunc 220
libFunc__rename :: LibFunc
libFunc__rename = LibFunc 221
libFunc__rewind :: LibFunc
libFunc__rewind = LibFunc 222
libFunc__rint :: LibFunc
libFunc__rint = LibFunc 223
libFunc__rintf :: LibFunc
libFunc__rintf = LibFunc 224
libFunc__rintl :: LibFunc
libFunc__rintl = LibFunc 225
libFunc__rmdir :: LibFunc
libFunc__rmdir = LibFunc 226
libFunc__round :: LibFunc
libFunc__round = LibFunc 227
libFunc__roundf :: LibFunc
libFunc__roundf = LibFunc 228
libFunc__roundl :: LibFunc
libFunc__roundl = LibFunc 229
libFunc__scanf :: LibFunc
libFunc__scanf = LibFunc 230
libFunc__setbuf :: LibFunc
libFunc__setbuf = LibFunc 231
libFunc__setitimer :: LibFunc
libFunc__setitimer = LibFunc 232
libFunc__setvbuf :: LibFunc
libFunc__setvbuf = LibFunc 233
libFunc__sin :: LibFunc
libFunc__sin = LibFunc 234
libFunc__sinf :: LibFunc
libFunc__sinf = LibFunc 235
libFunc__sinh :: LibFunc
libFunc__sinh = LibFunc 236
libFunc__sinhf :: LibFunc
libFunc__sinhf = LibFunc 237
libFunc__sinhl :: LibFunc
libFunc__sinhl = LibFunc 238
libFunc__sinl :: LibFunc
libFunc__sinl = LibFunc 239
libFunc__siprintf :: LibFunc
libFunc__siprintf = LibFunc 240
libFunc__snprintf :: LibFunc
libFunc__snprintf = LibFunc 241
libFunc__sprintf :: LibFunc
libFunc__sprintf = LibFunc 242
libFunc__sqrt :: LibFunc
libFunc__sqrt = LibFunc 243
libFunc__sqrtf :: LibFunc
libFunc__sqrtf = LibFunc 244
libFunc__sqrtl :: LibFunc
libFunc__sqrtl = LibFunc 245
libFunc__sscanf :: LibFunc
libFunc__sscanf = LibFunc 246
libFunc__stat :: LibFunc
libFunc__stat = LibFunc 247
libFunc__stat64 :: LibFunc
libFunc__stat64 = LibFunc 248
libFunc__statvfs :: LibFunc
libFunc__statvfs = LibFunc 249
libFunc__statvfs64 :: LibFunc
libFunc__statvfs64 = LibFunc 250
libFunc__stpcpy :: LibFunc
libFunc__stpcpy = LibFunc 251
libFunc__stpncpy :: LibFunc
libFunc__stpncpy = LibFunc 252
libFunc__strcasecmp :: LibFunc
libFunc__strcasecmp = LibFunc 253
libFunc__strcat :: LibFunc
libFunc__strcat = LibFunc 254
libFunc__strchr :: LibFunc
libFunc__strchr = LibFunc 255
libFunc__strcmp :: LibFunc
libFunc__strcmp = LibFunc 256
libFunc__strcoll :: LibFunc
libFunc__strcoll = LibFunc 257
libFunc__strcpy :: LibFunc
libFunc__strcpy = LibFunc 258
libFunc__strcspn :: LibFunc
libFunc__strcspn = LibFunc 259
libFunc__strdup :: LibFunc
libFunc__strdup = LibFunc 260
libFunc__strlen :: LibFunc
libFunc__strlen = LibFunc 261
libFunc__strncasecmp :: LibFunc
libFunc__strncasecmp = LibFunc 262
libFunc__strncat :: LibFunc
libFunc__strncat = LibFunc 263
libFunc__strncmp :: LibFunc
libFunc__strncmp = LibFunc 264
libFunc__strncpy :: LibFunc
libFunc__strncpy = LibFunc 265
libFunc__strndup :: LibFunc
libFunc__strndup = LibFunc 266
libFunc__strnlen :: LibFunc
libFunc__strnlen = LibFunc 267
libFunc__strpbrk :: LibFunc
libFunc__strpbrk = LibFunc 268
libFunc__strrchr :: LibFunc
libFunc__strrchr = LibFunc 269
libFunc__strspn :: LibFunc
libFunc__strspn = LibFunc 270
libFunc__strstr :: LibFunc
libFunc__strstr = LibFunc 271
libFunc__strtod :: LibFunc
libFunc__strtod = LibFunc 272
libFunc__strtof :: LibFunc
libFunc__strtof = LibFunc 273
libFunc__strtok :: LibFunc
libFunc__strtok = LibFunc 274
libFunc__strtok_r :: LibFunc
libFunc__strtok_r = LibFunc 275
libFunc__strtol :: LibFunc
libFunc__strtol = LibFunc 276
libFunc__strtold :: LibFunc
libFunc__strtold = LibFunc 277
libFunc__strtoll :: LibFunc
libFunc__strtoll = LibFunc 278
libFunc__strtoul :: LibFunc
libFunc__strtoul = LibFunc 279
libFunc__strtoull :: LibFunc
libFunc__strtoull = LibFunc 280
libFunc__strxfrm :: LibFunc
libFunc__strxfrm = LibFunc 281
libFunc__system :: LibFunc
libFunc__system = LibFunc 282
libFunc__tan :: LibFunc
libFunc__tan = LibFunc 283
libFunc__tanf :: LibFunc
libFunc__tanf = LibFunc 284
libFunc__tanh :: LibFunc
libFunc__tanh = LibFunc 285
libFunc__tanhf :: LibFunc
libFunc__tanhf = LibFunc 286
libFunc__tanhl :: LibFunc
libFunc__tanhl = LibFunc 287
libFunc__tanl :: LibFunc
libFunc__tanl = LibFunc 288
libFunc__times :: LibFunc
libFunc__times = LibFunc 289
libFunc__tmpfile :: LibFunc
libFunc__tmpfile = LibFunc 290
libFunc__tmpfile64 :: LibFunc
libFunc__tmpfile64 = LibFunc 291
libFunc__toascii :: LibFunc
libFunc__toascii = LibFunc 292
libFunc__trunc :: LibFunc
libFunc__trunc = LibFunc 293
libFunc__truncf :: LibFunc
libFunc__truncf = LibFunc 294
libFunc__truncl :: LibFunc
libFunc__truncl = LibFunc 295
libFunc__uname :: LibFunc
libFunc__uname = LibFunc 296
libFunc__ungetc :: LibFunc
libFunc__ungetc = LibFunc 297
libFunc__unlink :: LibFunc
libFunc__unlink = LibFunc 298
libFunc__unsetenv :: LibFunc
libFunc__unsetenv = LibFunc 299
libFunc__utime :: LibFunc
libFunc__utime = LibFunc 300
libFunc__utimes :: LibFunc
libFunc__utimes = LibFunc 301
libFunc__valloc :: LibFunc
libFunc__valloc = LibFunc 302
libFunc__vfprintf :: LibFunc
libFunc__vfprintf = LibFunc 303
libFunc__vfscanf :: LibFunc
libFunc__vfscanf = LibFunc 304
libFunc__vprintf :: LibFunc
libFunc__vprintf = LibFunc 305
libFunc__vscanf :: LibFunc
libFunc__vscanf = LibFunc 306
libFunc__vsnprintf :: LibFunc
libFunc__vsnprintf = LibFunc 307
libFunc__vsprintf :: LibFunc
libFunc__vsprintf = LibFunc 308
libFunc__vsscanf :: LibFunc
libFunc__vsscanf = LibFunc 309
libFunc__write :: LibFunc
libFunc__write = LibFunc 310
libFunc__P = QuasiQuoter {
  quoteExp = undefined,
  quotePat = \s -> dataToPatQ (const Nothing) $ case s of
    "under_IO_getc" -> libFunc__under_IO_getc
    "under_IO_putc" -> libFunc__under_IO_putc
    "ZdaPv" -> libFunc__ZdaPv
    "ZdaPvRKSt9nothrow_t" -> libFunc__ZdaPvRKSt9nothrow_t
    "ZdlPv" -> libFunc__ZdlPv
    "ZdlPvRKSt9nothrow_t" -> libFunc__ZdlPvRKSt9nothrow_t
    "Znaj" -> libFunc__Znaj
    "ZnajRKSt9nothrow_t" -> libFunc__ZnajRKSt9nothrow_t
    "Znam" -> libFunc__Znam
    "ZnamRKSt9nothrow_t" -> libFunc__ZnamRKSt9nothrow_t
    "Znwj" -> libFunc__Znwj
    "ZnwjRKSt9nothrow_t" -> libFunc__ZnwjRKSt9nothrow_t
    "Znwm" -> libFunc__Znwm
    "ZnwmRKSt9nothrow_t" -> libFunc__ZnwmRKSt9nothrow_t
    "cospi" -> libFunc__cospi
    "cospif" -> libFunc__cospif
    "cxa_atexit" -> libFunc__cxa_atexit
    "cxa_guard_abort" -> libFunc__cxa_guard_abort
    "cxa_guard_acquire" -> libFunc__cxa_guard_acquire
    "cxa_guard_release" -> libFunc__cxa_guard_release
    "dunder_isoc99_scanf" -> libFunc__dunder_isoc99_scanf
    "dunder_isoc99_sscanf" -> libFunc__dunder_isoc99_sscanf
    "memcpy_chk" -> libFunc__memcpy_chk
    "sincospi_stret" -> libFunc__sincospi_stret
    "sincospi_stretf" -> libFunc__sincospi_stretf
    "sinpi" -> libFunc__sinpi
    "sinpif" -> libFunc__sinpif
    "sqrt_finite" -> libFunc__sqrt_finite
    "sqrtf_finite" -> libFunc__sqrtf_finite
    "sqrtl_finite" -> libFunc__sqrtl_finite
    "dunder_strdup" -> libFunc__dunder_strdup
    "dunder_strndup" -> libFunc__dunder_strndup
    "dunder_strtok_r" -> libFunc__dunder_strtok_r
    "abs" -> libFunc__abs
    "access" -> libFunc__access
    "acos" -> libFunc__acos
    "acosf" -> libFunc__acosf
    "acosh" -> libFunc__acosh
    "acoshf" -> libFunc__acoshf
    "acoshl" -> libFunc__acoshl
    "acosl" -> libFunc__acosl
    "asin" -> libFunc__asin
    "asinf" -> libFunc__asinf
    "asinh" -> libFunc__asinh
    "asinhf" -> libFunc__asinhf
    "asinhl" -> libFunc__asinhl
    "asinl" -> libFunc__asinl
    "atan" -> libFunc__atan
    "atan2" -> libFunc__atan2
    "atan2f" -> libFunc__atan2f
    "atan2l" -> libFunc__atan2l
    "atanf" -> libFunc__atanf
    "atanh" -> libFunc__atanh
    "atanhf" -> libFunc__atanhf
    "atanhl" -> libFunc__atanhl
    "atanl" -> libFunc__atanl
    "atof" -> libFunc__atof
    "atoi" -> libFunc__atoi
    "atol" -> libFunc__atol
    "atoll" -> libFunc__atoll
    "bcmp" -> libFunc__bcmp
    "bcopy" -> libFunc__bcopy
    "bzero" -> libFunc__bzero
    "calloc" -> libFunc__calloc
    "cbrt" -> libFunc__cbrt
    "cbrtf" -> libFunc__cbrtf
    "cbrtl" -> libFunc__cbrtl
    "ceil" -> libFunc__ceil
    "ceilf" -> libFunc__ceilf
    "ceill" -> libFunc__ceill
    "chmod" -> libFunc__chmod
    "chown" -> libFunc__chown
    "clearerr" -> libFunc__clearerr
    "closedir" -> libFunc__closedir
    "copysign" -> libFunc__copysign
    "copysignf" -> libFunc__copysignf
    "copysignl" -> libFunc__copysignl
    "cos" -> libFunc__cos
    "cosf" -> libFunc__cosf
    "cosh" -> libFunc__cosh
    "coshf" -> libFunc__coshf
    "coshl" -> libFunc__coshl
    "cosl" -> libFunc__cosl
    "ctermid" -> libFunc__ctermid
    "exp" -> libFunc__exp
    "exp10" -> libFunc__exp10
    "exp10f" -> libFunc__exp10f
    "exp10l" -> libFunc__exp10l
    "exp2" -> libFunc__exp2
    "exp2f" -> libFunc__exp2f
    "exp2l" -> libFunc__exp2l
    "expf" -> libFunc__expf
    "expl" -> libFunc__expl
    "expm1" -> libFunc__expm1
    "expm1f" -> libFunc__expm1f
    "expm1l" -> libFunc__expm1l
    "fabs" -> libFunc__fabs
    "fabsf" -> libFunc__fabsf
    "fabsl" -> libFunc__fabsl
    "fclose" -> libFunc__fclose
    "fdopen" -> libFunc__fdopen
    "feof" -> libFunc__feof
    "ferror" -> libFunc__ferror
    "fflush" -> libFunc__fflush
    "ffs" -> libFunc__ffs
    "ffsl" -> libFunc__ffsl
    "ffsll" -> libFunc__ffsll
    "fgetc" -> libFunc__fgetc
    "fgetpos" -> libFunc__fgetpos
    "fgets" -> libFunc__fgets
    "fileno" -> libFunc__fileno
    "fiprintf" -> libFunc__fiprintf
    "flockfile" -> libFunc__flockfile
    "floor" -> libFunc__floor
    "floorf" -> libFunc__floorf
    "floorl" -> libFunc__floorl
    "fmod" -> libFunc__fmod
    "fmodf" -> libFunc__fmodf
    "fmodl" -> libFunc__fmodl
    "fopen" -> libFunc__fopen
    "fopen64" -> libFunc__fopen64
    "fprintf" -> libFunc__fprintf
    "fputc" -> libFunc__fputc
    "fputs" -> libFunc__fputs
    "fread" -> libFunc__fread
    "free" -> libFunc__free
    "frexp" -> libFunc__frexp
    "frexpf" -> libFunc__frexpf
    "frexpl" -> libFunc__frexpl
    "fscanf" -> libFunc__fscanf
    "fseek" -> libFunc__fseek
    "fseeko" -> libFunc__fseeko
    "fseeko64" -> libFunc__fseeko64
    "fsetpos" -> libFunc__fsetpos
    "fstat" -> libFunc__fstat
    "fstat64" -> libFunc__fstat64
    "fstatvfs" -> libFunc__fstatvfs
    "fstatvfs64" -> libFunc__fstatvfs64
    "ftell" -> libFunc__ftell
    "ftello" -> libFunc__ftello
    "ftello64" -> libFunc__ftello64
    "ftrylockfile" -> libFunc__ftrylockfile
    "funlockfile" -> libFunc__funlockfile
    "fwrite" -> libFunc__fwrite
    "getc" -> libFunc__getc
    "getc_unlocked" -> libFunc__getc_unlocked
    "getchar" -> libFunc__getchar
    "getenv" -> libFunc__getenv
    "getitimer" -> libFunc__getitimer
    "getlogin_r" -> libFunc__getlogin_r
    "getpwnam" -> libFunc__getpwnam
    "gets" -> libFunc__gets
    "gettimeofday" -> libFunc__gettimeofday
    "htonl" -> libFunc__htonl
    "htons" -> libFunc__htons
    "iprintf" -> libFunc__iprintf
    "isascii" -> libFunc__isascii
    "isdigit" -> libFunc__isdigit
    "labs" -> libFunc__labs
    "lchown" -> libFunc__lchown
    "llabs" -> libFunc__llabs
    "log" -> libFunc__log
    "log10" -> libFunc__log10
    "log10f" -> libFunc__log10f
    "log10l" -> libFunc__log10l
    "log1p" -> libFunc__log1p
    "log1pf" -> libFunc__log1pf
    "log1pl" -> libFunc__log1pl
    "log2" -> libFunc__log2
    "log2f" -> libFunc__log2f
    "log2l" -> libFunc__log2l
    "logb" -> libFunc__logb
    "logbf" -> libFunc__logbf
    "logbl" -> libFunc__logbl
    "logf" -> libFunc__logf
    "logl" -> libFunc__logl
    "lstat" -> libFunc__lstat
    "lstat64" -> libFunc__lstat64
    "malloc" -> libFunc__malloc
    "memalign" -> libFunc__memalign
    "memccpy" -> libFunc__memccpy
    "memchr" -> libFunc__memchr
    "memcmp" -> libFunc__memcmp
    "memcpy" -> libFunc__memcpy
    "memmove" -> libFunc__memmove
    "memrchr" -> libFunc__memrchr
    "memset" -> libFunc__memset
    "memset_pattern16" -> libFunc__memset_pattern16
    "mkdir" -> libFunc__mkdir
    "mktime" -> libFunc__mktime
    "modf" -> libFunc__modf
    "modff" -> libFunc__modff
    "modfl" -> libFunc__modfl
    "nearbyint" -> libFunc__nearbyint
    "nearbyintf" -> libFunc__nearbyintf
    "nearbyintl" -> libFunc__nearbyintl
    "ntohl" -> libFunc__ntohl
    "ntohs" -> libFunc__ntohs
    "open" -> libFunc__open
    "open64" -> libFunc__open64
    "opendir" -> libFunc__opendir
    "pclose" -> libFunc__pclose
    "perror" -> libFunc__perror
    "popen" -> libFunc__popen
    "posix_memalign" -> libFunc__posix_memalign
    "pow" -> libFunc__pow
    "powf" -> libFunc__powf
    "powl" -> libFunc__powl
    "pread" -> libFunc__pread
    "printf" -> libFunc__printf
    "putc" -> libFunc__putc
    "putchar" -> libFunc__putchar
    "puts" -> libFunc__puts
    "pwrite" -> libFunc__pwrite
    "qsort" -> libFunc__qsort
    "read" -> libFunc__read
    "readlink" -> libFunc__readlink
    "realloc" -> libFunc__realloc
    "reallocf" -> libFunc__reallocf
    "realpath" -> libFunc__realpath
    "remove" -> libFunc__remove
    "rename" -> libFunc__rename
    "rewind" -> libFunc__rewind
    "rint" -> libFunc__rint
    "rintf" -> libFunc__rintf
    "rintl" -> libFunc__rintl
    "rmdir" -> libFunc__rmdir
    "round" -> libFunc__round
    "roundf" -> libFunc__roundf
    "roundl" -> libFunc__roundl
    "scanf" -> libFunc__scanf
    "setbuf" -> libFunc__setbuf
    "setitimer" -> libFunc__setitimer
    "setvbuf" -> libFunc__setvbuf
    "sin" -> libFunc__sin
    "sinf" -> libFunc__sinf
    "sinh" -> libFunc__sinh
    "sinhf" -> libFunc__sinhf
    "sinhl" -> libFunc__sinhl
    "sinl" -> libFunc__sinl
    "siprintf" -> libFunc__siprintf
    "snprintf" -> libFunc__snprintf
    "sprintf" -> libFunc__sprintf
    "sqrt" -> libFunc__sqrt
    "sqrtf" -> libFunc__sqrtf
    "sqrtl" -> libFunc__sqrtl
    "sscanf" -> libFunc__sscanf
    "stat" -> libFunc__stat
    "stat64" -> libFunc__stat64
    "statvfs" -> libFunc__statvfs
    "statvfs64" -> libFunc__statvfs64
    "stpcpy" -> libFunc__stpcpy
    "stpncpy" -> libFunc__stpncpy
    "strcasecmp" -> libFunc__strcasecmp
    "strcat" -> libFunc__strcat
    "strchr" -> libFunc__strchr
    "strcmp" -> libFunc__strcmp
    "strcoll" -> libFunc__strcoll
    "strcpy" -> libFunc__strcpy
    "strcspn" -> libFunc__strcspn
    "strdup" -> libFunc__strdup
    "strlen" -> libFunc__strlen
    "strncasecmp" -> libFunc__strncasecmp
    "strncat" -> libFunc__strncat
    "strncmp" -> libFunc__strncmp
    "strncpy" -> libFunc__strncpy
    "strndup" -> libFunc__strndup
    "strnlen" -> libFunc__strnlen
    "strpbrk" -> libFunc__strpbrk
    "strrchr" -> libFunc__strrchr
    "strspn" -> libFunc__strspn
    "strstr" -> libFunc__strstr
    "strtod" -> libFunc__strtod
    "strtof" -> libFunc__strtof
    "strtok" -> libFunc__strtok
    "strtok_r" -> libFunc__strtok_r
    "strtol" -> libFunc__strtol
    "strtold" -> libFunc__strtold
    "strtoll" -> libFunc__strtoll
    "strtoul" -> libFunc__strtoul
    "strtoull" -> libFunc__strtoull
    "strxfrm" -> libFunc__strxfrm
    "system" -> libFunc__system
    "tan" -> libFunc__tan
    "tanf" -> libFunc__tanf
    "tanh" -> libFunc__tanh
    "tanhf" -> libFunc__tanhf
    "tanhl" -> libFunc__tanhl
    "tanl" -> libFunc__tanl
    "times" -> libFunc__times
    "tmpfile" -> libFunc__tmpfile
    "tmpfile64" -> libFunc__tmpfile64
    "toascii" -> libFunc__toascii
    "trunc" -> libFunc__trunc
    "truncf" -> libFunc__truncf
    "truncl" -> libFunc__truncl
    "uname" -> libFunc__uname
    "ungetc" -> libFunc__ungetc
    "unlink" -> libFunc__unlink
    "unsetenv" -> libFunc__unsetenv
    "utime" -> libFunc__utime
    "utimes" -> libFunc__utimes
    "valloc" -> libFunc__valloc
    "vfprintf" -> libFunc__vfprintf
    "vfscanf" -> libFunc__vfscanf
    "vprintf" -> libFunc__vprintf
    "vscanf" -> libFunc__vscanf
    "vsnprintf" -> libFunc__vsnprintf
    "vsprintf" -> libFunc__vsprintf
    "vsscanf" -> libFunc__vsscanf
    "write" -> libFunc__write
    x -> error $ "bad quasiquoted FFI constant for libFunc__: " ++ x,
  quoteType = undefined,
  quoteDec = undefined
 }

{-# LINE 223 "src/LLVM/General/Internal/FFI/LLVMCTypes.hsc" #-}