OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppint
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/SemaCXX/
cstyle-cast.cpp
188
typedef int **
ppint
;
typedef
189
ppint
*deep = (
ppint
*)(p3);
functional-cast.cpp
253
typedef int **
ppint
;
typedef
254
typedef
ppint
*pppint;
255
ppint
*deep = pppint(p3);
reinterpret-cast.cpp
51
typedef int **
ppint
;
typedef
52
ppint
*deep = reinterpret_cast<
ppint
*>(p3);
Completed in 397 milliseconds