Home
last modified time | relevance | path

Searched refs:initializing (Results 1 – 25 of 210) sorted by relevance

123456789

/external/clang/test/SemaObjC/
Darc-nsconsumed-errors.m6 …bute((ns_consumed)) id arg2){}; // expected-error {{incompatible block pointer types initializing}}
10 …bute((ns_consumed)) id arg2){}; // expected-error {{incompatible block pointer types initializing}}
12 … = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initializing}}
14 …consumed)) id arg1, id arg2){}; // expected-error {{incompatible block pointer types initializing}}
16 …bute((ns_consumed)) id arg2){}; // expected-error {{incompatible block pointer types initializing}}
20 … = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initializing}}
DNSString-type.m5 …void (^block)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expressio…
7 …void (^block2)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expressi…
8 …void (^block3)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expressi…
Dblock-type-safety.m168 id<P1,P2> anQualId = aBlock; // expected-error {{initializing 'id<P1,P2>' with an expression of in…
170 NSArray* anArray = aBlock; // expected-error {{initializing 'NSArray *' with an expression of incom…
186 …id <P1> anQualId4 = aBlock; // expected-error {{initializing 'id<P1>' with an expression of inco…
187 …id<NSObject, P1, NSCopying> anQualId5 = aBlock; // expected-error {{initializing 'id<NSObject,P1,N…
197 …NSObject <P1> *NSO4 = aBlock; // expected-error {{initializing 'NSObject<P1> *' with an expressi…
198 …NSObject<NSObject, P1, NSCopying> *NSO5 = aBlock; // expected-error {{initializing 'NSObject<NSObj…
Dcomptypes-10.m19 …NSObject <NSCopying> *Init = bar; // expected-warning {{initializing 'NSObject<NSCopying> *' with …
20 …NSObject *Init1 = bar; // expected-warning {{initializing 'NSObject *' with an expression of incom…
33 …NSObject <NSCopying> *Init = bar; // expected-warning {{initializing 'NSObject<NSCopying> *' with …
Dmrc-weak.m53 …id *b = (__weak id*) value; // expected-error {{initializing 'id *' with an expression of type '__…
54 …__weak id *c = (id*) value; // expected-error {{initializing '__weak id *' with an expression of t…
65 …__unsafe_unretained id *b = (id*) value; // expected-error {{initializing 'id *' with an expressio…
Dconditional-expr-3.m30 …id<P0> l = x; // expected-warning {{initializing 'id<P0>' with an expression of incompatible type …
34 …id<P1> l = a; // expected-warning {{initializing 'id<P1>' with an expression of incompatible type …
Dwarn-write-strings.m4 char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char…
Dcomptypes-6.m12 …Derived *m = foo(); // expected-warning {{incompatible pointer types initializing 'Derived *' wi…
Dnullability.m67 …int *ptr = bar.property1; // expected-warning{{incompatible pointer types initializing 'int *' wit…
98 …int *ptr = foo; // expected-warning{{incompatible pointer types initializing 'int *' with an expre…
166 …int *ip = [ic returnMe]; // expected-warning{{incompatible pointer types initializing 'int *' with…
231 …id) { return 0; })(); // expected-warning{{incompatible pointer types initializing 'int *' with an…
Dmethod-lookup-5.m10 …// expected-warning {{ncompatible pointer to integer conversion initializing 'int' with an express…
/external/clang/test/Modules/
Dserialized-diags.m15 // CHECK: has_warnings.h:3:8: warning: incompatible pointer types initializing 'float *'
17 // CHECK: serialized-diags.m:8:9: warning: incompatible pointer types initializing 'double *'
25 // CHECK-WITH-ERRORS: has_warnings.h:3:8: warning: incompatible pointer types initializing 'float *'
Dobjc-categories.m46 …id<P1> p1 = foo; // expected-warning{{initializing 'id<P1>' with an expression of incompatible typ…
47 …id<P2> p2 = foo; // expected-warning{{initializing 'id<P2>' with an expression of incompatible typ…
71 …id<P2> p2 = foo; // expected-warning{{initializing 'id<P2>' with an expression of incompatible typ…
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DRobolectricInternals.java24 public static Object initializing(Object instance) throws Exception { in initializing() method in RobolectricInternals
25 return classHandler.initializing(instance); in initializing()
DClassHandler.java36 Object initializing(Object instance); in initializing() method
/external/clang/test/SemaOpenCL/
Dnull_literal.cl14 constant int* ptr4 = (global void*)0; // expected-error{{initializing '__constant int *' with an ex…
21 global int* ptr6 = (local void*)0; // expected-error{{initializing '__global int *' with an express…
Dto_addr_builtin.cl50 …// expected-warning@-2{{incompatible integer to pointer conversion initializing '__global char *' …
52 …// expected-warning@-4{{incompatible pointer types initializing '__global char *' with an expressi…
Daddress-spaces-conversions-cl2.0.cl58 // expected-error@-2{{initializing '__constant int *' with an expression of type '__global int *' c…
63 // expected-error-re@-2{{initializing '__{{global|constant}} int *' with an expression of type '__l…
68 // expected-error-re@-2{{initializing '__{{global|generic}} int *' with an expression of type '__co…
73 // expected-error-re@-2{{initializing '__{{global|constant}} int *' with an expression of type 'int…
78 // expected-error-re@-2{{initializing '__{{global|constant}} int *' with an expression of type '__g…
Dvector_literals_invalid.cl12 …int8 d = (int8)(a,(float4)(1)); // expected-error{{initializing 'int' with an expression of incomp…
Dvector_conv_invalid.cl10 …int4 i = u; // expected-error{{initializing 'int4' (vector of 4 'int' values) with an expression o…
Dfunc_ptr.cl14 // initializing an array with the address of functions is an error
/external/libchrome/libchrome_tools/patch/
Dlogging.patch19 - // Don't bother initializing |g_vlog_info| unless we use one of the
35 + // Don't bother initializing |g_vlog_info| unless we use one of the
/external/clang/test/Sema/
Dpredef.c9 …expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qual…
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/
DHelloAPI.txt8 A basic tutorial that guides the user, step-by-step, through the process of initializing a window u…
/external/clang/test/SemaObjCXX/
Doverload.mm54 …B* b = a; // expected-warning{{incompatible pointer types initializing 'B *' with an expression of…
59 …B** bp = ap; // expected-warning{{incompatible pointer types initializing 'B **' with an expressio…
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.c930 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
932 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
934 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
936 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
938 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
1012 sm->initializing = TRUE; in eapol_auth_initialize()
1019 sm->initializing = FALSE; in eapol_auth_initialize()

123456789