OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InheritPolymorph
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaTemplate/
template-class-traits.cpp
7
template<class T> struct
InheritPolymorph
: HasVirt {};
8
int t01[T(__is_polymorphic(
InheritPolymorph
<int>))];
/external/clang/test/SemaCXX/
type-traits.cpp
312
struct
InheritPolymorph
: Polymorph {};
317
{ int arr[T(__is_polymorphic(
InheritPolymorph
))]; }
[
all
...]
Completed in 2897 milliseconds