Home
last modified time | relevance | path

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

12345

/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…
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 …
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…
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…
Dmethod-lookup-5.m10 …// expected-warning {{ncompatible pointer to integer conversion initializing 'int' with an express…
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…
Dconditional-expr.m113 …A<P1> *l2 = (a ? x : y ); // expected-warning {{incompatible pointer types initializing 'A<P1> *' …
126 …A<P1>* l0 = (a ? x : y ); // expected-warning {{incompatible pointer types initializing 'A<P1> *' …
/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/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…
Dvector_literals_invalid.cl12 …int8 d = (int8)(a,(float4)(1)); // expected-error{{initializing 'int' with an expression of incomp…
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…
Dfunc_ptr.cl14 // initializing an array with the address of functions is an error
Dvector_conv_invalid.cl10 …int4 i = u; // expected-error{{initializing 'int4' (vector of 4 'int' values) with an expression o…
/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.c929 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
931 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
933 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
935 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
937 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) in eapol_sm_step_run()
1011 sm->initializing = TRUE; in eapol_auth_initialize()
1018 sm->initializing = FALSE; in eapol_auth_initialize()
Deapol_auth_sm_i.h164 Boolean initializing; /* in process of initializing state machines */ member
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DReadMe.txt12 …these cases, the performance test function does all of the work, i.e. initializing, formatting, et…

12345