gccjitd ~master (2018-07-19T06:24:39Z)
Home
Dub
Repo
JITError
gccjit
d
Errors within the API become D exceptions of this class.
final
class
JITError : Exception {
this
(string msg, Throwable next);
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, Throwable next)
Undocumented in source.
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
gccjit
d
classes
JITBlock
JITContext
JITError
JITField
JITFunction
JITLValue
JITLocation
JITObject
JITParam
JITRValue
JITResult
JITStruct
JITType
enums
JITBinaryOp
JITBoolOption
JITComparison
JITFunctionKind
JITGlobalKind
JITIntOption
JITStrOption
JITTypeKind
JITUnaryOp
Errors within the API become D exceptions of this class.