Report a bug
		
				If you spot a problem with this page, click here to create a Bugzilla issue.
		
			Improve this page
		
			Quickly fork, edit online, and submit a pull request for this page.
			Requires a signed-in GitHub account. This works well for small changes.
			If you'd like to make larger changes you may want to consider using
			a local clone.
		
	ddmd.dscope
Compiler implementation of the
 D programming language.
Authors: 
License: 
Source: dscope.d
- enum intCSXthis_ctor;
- called this()
- enum intCSXsuper_ctor;
- called super()
- enum intCSXthis;
- referenced this
- enum intCSXsuper;
- referenced super
- enum intCSXlabel;
- seen a label
- enum intCSXreturn;
- seen a return statement
- enum intCSXany_ctor;
- either this() or super() was called
- enum intCSXhalt;
- assert(0)
- enum intSCOPEctor;
- constructor type
- enum intSCOPEcondition;
- inside static if/assert condition
- enum intSCOPEdebug;
- inside debug conditional
- enum intSCOPEnoaccesscheck;
- don't do access checks
- enum intSCOPEconstraint;
- inside template constraint
- enum intSCOPEinvariant;
- inside invariant code
- enum intSCOPErequire;
- inside in contract code
- enum intSCOPEensure;
- inside out contract code
- enum intSCOPEcontract;
- [mask] we're inside contract code
- enum intSCOPEctfe;
- inside a ctfe-only expression
- enum intSCOPEcompile;
- inside _traits(compile)
- enum intSCOPEignoresymbolvisibility;
- ignore symbol visibility
- enum intSCOPEfree;
- https: //issues.dlang.org/show_bug.cgi?id=15907 is on free list
- enum intSCOPEfullinst;
- fully instantiate templates
Copyright © 1999-2017 by the D Language Foundation | Page generated by
Ddoc on Wed Jul 19 22:16:41 2017