OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Derives
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
type-traits.cpp
35
struct
Derives
: POD {};
36
typedef
Derives
DerivesAr[10];
37
typedef
Derives
DerivesArNB[];
88
union NonPODUnion { int i;
Derives
n; };
168
{ int arr[T(__is_pod(
Derives
))]; }
232
typedef
Derives
ClassType;
236
{ int arr[T(__is_class(
Derives
))]; }
281
{ int arr[F(__is_enum(
Derives
))]; }
311
{ int arr[F(__is_final(
Derives
))]; }
342
{ int arr[F(__is_sealed(
Derives
))]; }
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
object.pxd
264
#
Derives
a file-descriptor from a Python object. If the object is
Completed in 289 milliseconds