Searched refs:const_cast_result (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/PCH/ | ||
D | cxx_exprs.cpp | 26 const_cast_result char_ptr = &character; |
D | cxx_exprs.h | 18 typedef __typeof__(const_cast<char *>(const_char_ptr_value)) const_cast_result; typedef |