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

  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 3 // with virtual bases.
20 struct Virtual : virtual B1 {
31 virtual void myVirtual();
36 // This class uses the virtual inheritance model, yet its vbptr offset is not 0.
39 struct NonZeroVBPtr : POD, Virtual {
50 int Virtual ::*v_d_memptr;
65 void (Virtual ::*v_f_memptr)();
71 struct Unspecified : Multiple, Virtual {
80 void (Virtual ::*v_f_mp)() = &Virtual::foo
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
InlineMethodResolver.java 35 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Virtual;
61 new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "charAt", "I", "C"),
62 new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "compareTo", "Ljava/lang/String;", "I"),
63 new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "equals", "Ljava/lang/Object;", "Z"),
64 new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "length", "", "I"),
105 indexOfIMethod = new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "indexOf", "I", "I");
106 indexOfIIMethod = new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "indexOf", "II", "I");
110 isEmptyMethod = new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "isEmpty", "", "Z");
114 new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "charAt", "I", "C"),
115 new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "compareTo", "Ljava/lang/String;", "I")
    [all...]
DeodexUtil.java 39 public static final int Virtual = 0;
97 //if this is an unresolved class, the only way getVirtualMethod could have found a method is if the virtual
ClassPath.java 51 * virtual tables are computed. This should be set to true to use the new logic.
622 //This is only the virtual methods that this class declares itself.
795 return DeodexUtil.Virtual;
    [all...]
MethodAnalyzer.java     [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 10 // - single, multiple, and virtual inheritance (and unspecified for incomplete)
28 // Unspecified is weird, it's 1 more slot than virtual.
45 // more slot than virtual. It's not clear what it's used for yet.
55 struct Virtual : virtual B1 { };
58 static_assert(sizeof(int Virtual::*) == kVirtualDataSize, "");
61 static_assert(sizeof(void (Virtual::*)()) == kVirtualFunctionSize, "");
82 static_assert(sizeof(int Y<Virtual>::*) == kVirtualDataSize, "");
85 static_assert(sizeof(void (Y<Virtual>::*)()) == kVirtualFunctionSize, "");
88 struct B : A { virtual void foo(); }
    [all...]
cxx1y-deduced-return-type.cpp 274 namespace Virtual {
276 virtual auto f() { return 0; } // expected-error {{function with deduced return type cannot be virtual}} expected-note {{here}}
287 struct V { virtual auto f(); }; // expected-error {{cannot be virtual}}
288 struct W : V { virtual auto f(); }; // expected-error {{cannot be virtual}}
  /external/chromium_org/chrome_frame/test/
poor_mans_trybot.bat 20 REM NOTE: I've seen cases where a Vista VM under Virtual PC will fail
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 247 BOOL Virtual;
264 BOOL Virtual;
811 BOOL Virtual;
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 103 virtual void anchor();
146 /// base class, whether it is a virtual or non-virtual base, and what
153 /// class C : public virtual A, protected B { };
157 /// virtual A" and the other for "protected B".
160 /// specifier, including the "virtual" (if present) and access
168 /// \brief Whether this is a virtual base class or not.
169 bool Virtual : 1;
190 /// range does not include the \c virtual or the access specifier.
198 : Range(R), EllipsisLoc(EllipsisLoc), Virtual(V), BaseOfClass(BC)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 247 BOOL Virtual;
264 BOOL Virtual;
811 BOOL Virtual;
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 283 void mangleCallOffset(int64_t NonVirtual, int64_t Virtual);
740 void CXXNameMangler::mangleCallOffset(int64_t NonVirtual, int64_t Virtual) {
743 // <nv-offset> ::= <offset number> # non-virtual base override
744 // <v-offset> ::= <offset number> _ <virtual offset number>
745 // # virtual base override, with vcall offset
746 if (!Virtual) {
756 mangleNumber(Virtual);
    [all...]
ExprConstant.cpp 106 /// Determine whether this LValue path entry for a base class names a virtual
235 void addDeclUnchecked(const Decl *D, bool Virtual = false) {
237 APValue::BaseOrMemberType Value(D, Virtual);
849 const Decl *D, bool Virtual = false) {
851 Designator.addDeclUnchecked(D, Virtual);
    [all...]
  /external/oprofile/events/i386/nehalem/
events 55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.
  /external/oprofile/events/mips/74K/
events 120 event:0x41a counters:1,3 um:zero minimum:500 name:VA_TRANSALTION_CORNER_CASES : 26-1 Virtual memory address translation synonyms, homonyms, and aliases (loads/stores treated as miss in the cache)
  /external/chromium_org/third_party/usb_ids/
usb.ids 95 2068 LUFA Virtual Serial/Mass Storage Demo
239 1027 Virtual keyboard and mouse
257 1327 iLO Virtual Hub
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 751 // - the class shall not have any virtual base classes;
769 // - it shall not be virtual;
774 // If it's not obvious why this function is virtual, find an overridden
775 // function which uses the 'virtual' keyword.
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 314 /// emitted a list of pure virtual functions. Used to prevent emitting the
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 117 "template typeid typename using virtual wchar_t where ";
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 117 "template typeid typename using virtual wchar_t where ";
    [all...]

Completed in 497 milliseconds