Searched refs:Statics (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/SemaCXX/
H A Dpass-object-size.cpp9 struct Statics { struct in namespace:simple
29 int (*E)(void *) = &Statics::Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size attribute}}
30 int (*F)(void *) = &Statics::OvlFoo; //expected-error{{address of overloaded function 'OvlFoo' does not match required type 'int (void *)'}} expected-note@11{{candidate address cannot be taken because parameter 1 has pass_object_size attribute}} expected-note@13{{candidate function has type mismatch at 1st parameter (expected 'void *' but has 'double *')}}
44 A = &Statics::Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size attribute}}
45 A = &Statics::OvlFoo; //expected-error{{assigning to 'int (*)(void *)' from incompatible type '<overloaded function type>'}} expected-note@11{{candidate address cannot be taken because parameter 1 has pass_object_size attribute}} expected-note@13{{candidate function has type mismatch at 1st parameter (expected 'void *' but has 'double *')}}
H A Dtype-traits.cpp15 class Statics { static int priv; static NonPOD np; }; class
173 { int arr[T(__is_pod(Statics))]; }
1812 { int arr[T(__is_trivial(Statics))]; }
1859 { int arr[T(__is_trivially_copyable(Statics))]; }
/external/clang/test/Parser/
H A Dcxx-decl.cpp97 Statics:return;
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2398 llvm::Constant *Statics = NULLPtr; local
2417 Statics = MakeGlobal(StaticsListTy, Elements, CGM.getPointerAlign(),
2422 Elements.push_back(Statics);
2424 Statics = MakeGlobal(StaticsListArrayTy, Elements,
2426 Statics = llvm::ConstantExpr::getBitCast(Statics, PtrTy);
2505 Classes.push_back(Statics);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 158 milliseconds