HomeSort by relevance Sort by last modified time
    Searched full:constcast (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/tools/
pngfix.c 77 # define PNGZ_MSG_CAST(s) constcast(char*,s)
78 # define PNGZ_INPUT_CAST(b) constcast(png_bytep,b)
93 # define constcast(type, value) const_cast<type>(value) macro
100 # define constcast(type, value) ((type)(value)) macro
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 71 namespace ConstCast {
    [all...]

Completed in 347 milliseconds