Home
last modified time | relevance | path

Searched refs:const_cast_result (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/PCH/
Dcxx_exprs.cpp26 const_cast_result char_ptr = &character;
Dcxx_exprs.h18 typedef __typeof__(const_cast<char *>(const_char_ptr_value)) const_cast_result; typedef