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

  /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 type 'U2::<anonymous struct}}
78 struct s1 : Virtual { // expected-note {{because type 'U3::s1' has a base class with a non-trivial copy constructor}}
117 Either<int,Virtual> virt(0); // expected-note {{in instantiation of template}
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DeodexUtil.java 39 public static final int Virtual = 0;
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 57 milliseconds