OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constcast
(Results
1 - 2
of
2
) sorted by null
/external/libpng/contrib/tools/
pngfix.c
76
# define PNGZ_MSG_CAST(s)
constcast
(char*,s)
77
# define PNGZ_INPUT_CAST(b)
constcast
(png_bytep,b)
92
# define
constcast
(type, value) const_cast<type>(value)
macro
99
# define
constcast
(type, value) ((type)(value))
macro
[
all
...]
/external/clang/test/SemaCXX/
constant-expression-cxx11.cpp
71
namespace
ConstCast
{
[
all
...]
Completed in 675 milliseconds