Search

June 30, 2016
LDC »
undef is indeed "some kind of poison value", in that each use of it evaluates...
June 30, 2016
LDC »
I assumed that undef was some kind of poison value, but it looks like it...
June 30, 2016
LDC »
...expect a warning at all. I think "undef" is used e.g. by frontends (e...
June 30, 2016
LDC »
...1FZv() #1 comdat {
%1 = icmp eq i32 undef, 16
br i1 %1, label %assertPassed, label...
June 27, 2016
Issues »
...entry=1, skip=skip@entry=0x0,
    undef_map=undef_map@entry=0x7ffff7ffe1c8) at dl-lookup...
June 16, 2016
LDC »
...4 = insertvalue { i32, i8* } { i32 1, i8* undef }, i8* %3, 1 ; [#uses = 1]
  %5 = shl...
April 07, 2016
General »
...backend architectures is to call def_or_undef_macro. This means we have to modify...
January 04, 2016
Learn »
...with (nothing)
-

Code like:

#ifdef REAPERAPI_DEF
#undef REAPERAPI_DEF
#endif
#ifdef REAPERAPI_IMPLEMENT
  #define...
November 07, 2015
General »
...CONFIG_ERROR
#       error "wxClipboard requires wxDataObject"
#   else
#       undef wxUSE_DATAOBJ
#       define wxUSE_DATAOBJ 1
#   endif...
August 16, 2015
DMD »
...t print empty line with semicolon for #undef


  Commit: 732eb16b58c2e1c9db8833cc35be27de8659ac12
      https://github.com/D-Programming...
1 2 3 4 5 6 7
Next ›   Last »