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
187
typedef int **
ppint
;
typedef
188
ppint
*deep = (
ppint
*)(p3);
functional-cast.cpp
252
typedef int **
ppint
;
typedef
253
typedef
ppint
*pppint;
254
ppint
*deep = pppint(p3);
reinterpret-cast.cpp
37
typedef int **
ppint
;
typedef
38
ppint
*deep = reinterpret_cast<
ppint
*>(p3);
Completed in 861 milliseconds