HomeSort by relevance Sort by last modified time
    Searched defs:Virtual (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/Basic/
ABI.h 43 /// \brief The non-virtual adjustment from the derived object to its
44 /// nearest virtual base.
47 /// \brief Holds the ABI-specific information about the virtual return
53 /// of the virtual base class offset.
63 /// \brief Index of the virtual base in the vbtable.
83 } Virtual;
87 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); }
91 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual);
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual)
    [all...]
  /external/clang/test/CXX/class/class.union/
p1.cpp 9 class Virtual {
10 virtual void foo() { abort(); } // expected-note 4 {{because type 'Virtual' has a virtual member function}}
13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual base class}}
39 Virtual v; // expected-error {{union member 'v' has a non-trivial copy constructor}}
52 Virtual v; // expected-note {{because the function selected to copy field of type 'Virtual' is not trivial}}
78 struct s1 : Virtual { // expected-note {{because the function selected to copy base class of type 'Virtual' is not tri (…)
    [all...]
  /external/clang/test/SemaCXX/
member-pointer-ms.cpp 3 // RUN: %clang_cc1 -std=c++11 -fms-compatibility -fsyntax-only -triple=x86_64-pc-win32 -verify -DVMV -fms-memptr-rep=virtual %s
11 // - single, multiple, and virtual inheritance (and unspecified for incomplete)
27 // Everything with more than 1 field is 8 byte aligned, except virtual data
50 // Everything with more than 1 field is 8 byte aligned, except virtual data
104 // more slot than virtual.
114 struct Virtual : virtual B1 { };
117 static_assert(sizeof(int Virtual::*) == kVirtualDataSize, "");
120 static_assert(sizeof(void (Virtual::*)()) == kVirtualFunctionSize, "");
147 static_assert(sizeof(int Y<Virtual>::*) == kVirtualDataSize, "")
    [all...]
cxx1y-deduced-return-type.cpp 280 namespace Virtual {
282 virtual auto f() { return 0; } // expected-error {{function with deduced return type cannot be virtual}} expected-note {{here}}
293 struct V { virtual auto f(); }; // expected-error {{cannot be virtual}}
294 struct W : V { virtual auto f(); }; // expected-error {{cannot be virtual}}
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 44 struct Virtual : virtual B1 {
55 virtual void myVirtual();
60 // This class uses the virtual inheritance model, yet its vbptr offset is not 0.
63 struct NonZeroVBPtr : POD, Virtual {
75 int Virtual ::*v_d_memptr;
93 void (Virtual ::*v_f_memptr)();
99 struct Unspecified : Multiple, Virtual {
112 void (Virtual ::*v_f_mp)() = &Virtual::foo
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 165 * into the virtual display output buffer. If any of the layers are not
166 * marked as HWC2_COMPOSITION_CLIENT or the given display is not a virtual
179 /* Virtual displays created by createVirtualDisplay */
379 case HWC2_DISPLAY_TYPE_VIRTUAL: return "Virtual";
582 Virtual = HWC2_DISPLAY_TYPE_VIRTUAL,
832 * Creates a new virtual display with the given width and height. The format
834 * the virtual display output buffers. If a different format will be returned by
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 539 WINBOOL Virtual;
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 1072 /* C++ virtual functions. */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 247 BOOL Virtual;
264 BOOL Virtual;
811 BOOL Virtual;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 240 WINBOOL Virtual;
257 WINBOOL Virtual;
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 

Completed in 3066 milliseconds