ddmd-experimental ~master (2021-12-25T08:46:30.2604305)
Dub
Repo
Loc
ddmd
globals
Undocumented in source.
struct
Loc {
const
(
char
)*
filename
;
uint
linnum
;
uint
charnum
;
this
(const(char)* filename, uint linnum, uint charnum);
const
(
char
)*
toChars
();
bool
equals
(const(Loc) loc);
}
Constructors
this
this
(const(char)* filename, uint linnum, uint charnum)
Undocumented in source.
Members
Functions
equals
bool
equals
(const(Loc) loc)
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
const
(
char
)*
toChars
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
charnum
uint
charnum
;
Undocumented in source.
filename
const
(
char
)*
filename
;
Undocumented in source.
linnum
uint
linnum
;
Undocumented in source.
Meta
Source
See Implementation
ddmd
globals
aliases
BOUNDSCHECKdefault
BOUNDSCHECKoff
BOUNDSCHECKon
BOUNDSCHECKsafeonly
DYNCAST_DSYMBOL
DYNCAST_EXPRESSION
DYNCAST_IDENTIFIER
DYNCAST_OBJECT
DYNCAST_PARAMETER
DYNCAST_TUPLE
DYNCAST_TYPE
LINKc
LINKcpp
LINKd
LINKdefault
LINKobjc
LINKpascal
LINKwindows
MATCHconst
MATCHconvert
MATCHexact
MATCHnomatch
PINLINEalways
PINLINEdefault
PINLINEnever
StorageClass
d_int16
d_int32
d_int64
d_int8
d_uns16
d_uns32
d_uns64
d_uns8
dinteger_t
sinteger_t
structalign_t
uinteger_t
enums
BOUNDSCHECK
CPPMANGLE
DYNCAST
LINK
MATCH
PINLINE
manifest constants
IN_GCC
STRUCTALIGN_DEFAULT
TARGET_FREEBSD
TARGET_LINUX
TARGET_OPENBSD
TARGET_OSX
TARGET_SOLARIS
TARGET_WINDOS
static variables
global
structs
Compiler
Global
Loc
Param
templates
xversion