View source code
Display the source code in dmd/backend/oper.d from which this page was generated on github.
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 local clone.

Variable dmd.backend.oper.debtab

Determine properties of an elem. EBIN binary node? EUNA unary node? EOP operator node (unary or binary)? ERTOL right to left evaluation (left to right is default) Eunambig unambiguous definition elem?

immutable(char[][182]) debtab = [0:"unde", 1:"+", 3:"*", 8:"&", 2:"-", 12:"!", 14:"~", 15:"?", 16:",", 44:"/%", 4:"/", 5:"%", 9:"^", 152:"string", 147:"relconst", 169:"inp", 170:"outp", 154:"asm", 155:"info", 160:"dctor", 161:"ddtor", 157:"ctor", 158:"dtor", 159:"mark", 24:"void", 156:"halt", 153:"nullptr", 162:"pair", 163:"rpair", 26:"toprec", 10:"|", 17:"||", 18:"&&", 52:"<<|", 53:">>|", 7:"<<", 6:">>>", 11:">>", 19:"bit", 20:"*", 21:"&", 22:"-", 23:"+", 25:"abs", 29:"sqrt", 30:"sin", 31:"cos", 32:"scale", 33:"yl2x", 34:"yl2xp1", 35:"cas", 28:"rint", 27:"rndtol", 36:"strlen", 37:"strcpy", 40:"memcpy", 42:"memset", 38:"strcat", 39:"strcmp", 41:"memcmp", 43:"setjmp", 57:"negass", 178:"U++", 179:"U--", 56:"streq", 58:"++", 59:"--", 60:"=", 61:"+=", 62:"-=", 63:"*=", 64:"/=", 65:"%=", 66:">>>=", 71:">>=", 67:"<<=", 68:"&=", 69:"^=", 70:"|=", 72:"<=", 73:">", 74:"<", 75:">=", 76:"==", 77:"!=", 78:"!<>=", 79:"<>", 80:"<>=", 81:"!>", 82:"!>=", 83:"!<", 84:"!<=", 85:"!<>", 86:"~>", 87:"~>=", 88:"~<", 89:"~<=", 90:"~!<>=", 91:"~<>", 92:"~<>=", 93:"~!>", 94:"~!>=", 95:"~!<", 96:"~!<=", 97:"~!<>", 125:"vptrfptr", 126:"cvptrfptr", 127:"offset", 128:"ptrlptr", 129:"tofar16", 130:"fromfar16", 113:"s16_32", 114:"u16_32", 99:"d_s32", 98:"b_8", 100:"s32_d", 101:"d_s16", 102:"s16_d", 103:"d_u16", 104:"u16_d", 105:"d_u32", 106:"u32_d", 115:"32_16", 111:"d_f", 112:"f_d", 132:"d_ld", 131:"ld_d", 134:"c_r", 135:"c_i", 116:"u8_16", 117:"s8_16", 118:"16_8", 119:"u32_64", 120:"s32_64", 121:"64_32", 122:"u64_128", 123:"s64_128", 124:"128_64", 136:"msw", 107:"d_s64", 108:"s64_d", 109:"d_u64", 110:"u64_d", 133:"ld_u64", 137:"param", 142:"sizeof", 176:"->", 177:"->*", 150:"colon", 151:"colon2", 13:"bool", 138:"call", 139:"ucall", 140:"callns", 141:"ucallns", 145:"strpar", 143:"strctor", 144:"strthis", 146:"const", 148:"var", 149:"reg", 171:"new", 172:"new[]", 173:"delete", 174:"delete[]", 175:"brack", 164:"frameptr", 165:"got", 45:"bsf", 46:"bsr", 54:"btst", 47:"bt", 48:"btc", 49:"btr", 50:"bts", 51:"bswap", 55:"popcnt", 166:"vector", 167:"vecsto", 168:"vecfill", 180:"va_start", 181:"prefetch"];

Authors

Walter Bright

License

Boost License 1.0