Searched refs:initializing (Results 1 – 25 of 121) sorted by relevance
12345
/external/clang/test/SemaObjC/ |
D | arc-nsconsumed-errors.m | 6 …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}}
|
D | NSString-type.m | 5 …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…
|
D | comptypes-10.m | 19 …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 …
|
D | block-type-safety.m | 168 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…
|
D | mrc-weak.m | 53 …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…
|
D | conditional-expr-3.m | 30 …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 …
|
D | warn-write-strings.m | 4 char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char…
|
D | comptypes-6.m | 12 …Derived *m = foo(); // expected-warning {{incompatible pointer types initializing 'Derived *' wi…
|
D | method-lookup-5.m | 10 …// expected-warning {{ncompatible pointer to integer conversion initializing 'int' with an express…
|
D | nullability.m | 67 …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…
|
D | conditional-expr.m | 113 …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/ |
D | serialized-diags.m | 15 // 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 *'
|
D | objc-categories.m | 46 …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/ |
D | null_literal.cl | 14 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…
|
D | to_addr_builtin.cl | 50 …// expected-warning@-2{{incompatible integer to pointer conversion initializing '__global char *' … 52 …// expected-warning@-4{{incompatible pointer types initializing '__global char *' with an expressi…
|
D | vector_literals_invalid.cl | 12 …int8 d = (int8)(a,(float4)(1)); // expected-error{{initializing 'int' with an expression of incomp…
|
D | address-spaces-conversions-cl2.0.cl | 58 // 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…
|
D | func_ptr.cl | 14 // initializing an array with the address of functions is an error
|
D | vector_conv_invalid.cl | 10 …int4 i = u; // expected-error{{initializing 'int4' (vector of 4 'int' values) with an expression o…
|
/external/clang/test/Sema/ |
D | predef.c | 9 …expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qual…
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/ |
D | HelloAPI.txt | 8 A basic tutorial that guides the user, step-by-step, through the process of initializing a window u…
|
/external/clang/test/SemaObjCXX/ |
D | overload.mm | 54 …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/ |
D | eapol_auth_sm.c | 929 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()
|
D | eapol_auth_sm_i.h | 164 Boolean initializing; /* in process of initializing state machines */ member
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | ReadMe.txt | 12 …these cases, the performance test function does all of the work, i.e. initializing, formatting, et…
|
12345