MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / LineInfo

Function LineInfo

include/daScript/simulate/debug_info.h:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 struct DAS_API LineInfo {
294 LineInfo() = default;
295 LineInfo(FileInfo * fi, int c, int l, int lc, int ll)
296 : fileInfo(fi)
297 , column(uint32_t(c)), line(uint32_t(l))
298 , last_column(uint32_t(lc)), last_line(uint32_t(ll)) {}
299 bool operator < ( const LineInfo & info ) const;
300 bool operator == ( const LineInfo & info ) const;
301 bool operator != ( const LineInfo & info ) const;

Callers 14

debug_info.hFile · 0.70
allocateIteratorFunction · 0.70
freeIteratorFunction · 0.70
allocateFunction · 0.70
reallocateFunction · 0.70
freeFunction · 0.70
allocateStringFunction · 0.70
freeStringFunction · 0.70
SimNode_Op1FusionMethod · 0.70
SimNode_Op2FusionMethod · 0.70
SimNode_AotMethod · 0.70
SimNode_AotCMRESMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected