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

  /external/clang/include/clang/Basic/
ABI.h 39 /// \brief The non-virtual adjustment from the derived object to its
40 /// nearest virtual base.
43 /// \brief Holds the ABI-specific information about the virtual return
49 /// of the virtual base class offset.
59 /// \brief Index of the virtual base in the vbtable.
79 } Virtual;
83 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); }
87 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual);
99 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. It's not clear what it's used for yet.
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 6 // with virtual bases.
24 struct Virtual : virtual B1 {
35 virtual void myVirtual();
40 // This class uses the virtual inheritance model, yet its vbptr offset is not 0.
43 struct NonZeroVBPtr : POD, Virtual {
55 int Virtual ::*v_d_memptr;
73 void (Virtual ::*v_f_memptr)();
79 struct Unspecified : Multiple, Virtual {
92 void (Virtual ::*v_f_mp)() = &Virtual::foo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 539 WINBOOL Virtual;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 247 BOOL Virtual;
264 BOOL Virtual;
811 BOOL Virtual;
    [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 

Completed in 441 milliseconds