Searched refs:vbase (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CXX/class/class.union/ |
D | p1.cpp | 40 VirtualBase vbase; // expected-error {{union member 'vbase' has a non-trivial copy constructor}} member 55 …VirtualBase vbase; // expected-note {{because the function selected to copy field of type 'Virtual… member 127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}} in fred() local
|
/external/libevent/ |
D | evrpc.c | 119 evrpc_add_hook(void *vbase, in evrpc_add_hook() argument 124 struct _evrpc_hooks *base = vbase; in evrpc_add_hook() 168 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle) in evrpc_remove_hook() argument 170 struct _evrpc_hooks *base = vbase; in evrpc_remove_hook() 279 static int evrpc_pause_request(void *vbase, void *ctx, 765 evrpc_pause_request(void *vbase, void *ctx, in evrpc_pause_request() argument 768 struct _evrpc_hooks *base = vbase; in evrpc_pause_request() 781 evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res) in evrpc_resume_request() argument 783 struct _evrpc_hooks *base = vbase; in evrpc_resume_request()
|
/external/libevent/include/event2/ |
D | rpc.h | 492 void *evrpc_add_hook(void *vbase, 505 int evrpc_remove_hook(void *vbase, 515 evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res);
|
/external/clang/test/CXX/special/class.init/class.inhctor.init/ |
D | p1.cpp | 55 namespace vbase { namespace
|
/external/clang/ |
D | NOTES.txt | 108 - they have not had their addresses taken by the vbase initializers or
|
/external/skia/gn/ |
D | BUILD.gn | 338 "-Wno-abstract-vbase-init",
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 6879 InGroup<DiagGroup<"abstract-vbase-init">>, DefaultIgnore; 7174 "class %1 multiple times">, InGroup<DiagGroup<"multiple-move-vbase">>;
|