HomeSort by relevance Sort by last modified time
    Searched full:objective (Results 1 - 25 of 1234) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjCXX/
objc-decls-inside-namespace.mm 5 @protocol P; //expected-error{{Objective-C declarations may only appear in global scope}}
7 @class Bar; //expected-error{{Objective-C declarations may only appear in global scope}}
9 @compatibility_alias Foo Bar; //expected-error{{Objective-C declarations may only appear in global scope}}
11 @interface A //expected-error{{Objective-C declarations may only appear in global scope}}
14 @implementation A //expected-error{{Objective-C declarations may only appear in global scope}}
17 @protocol P //expected-error{{Objective-C declarations may only appear in global scope}}
20 @interface A(C) //expected-error{{Objective-C declarations may only appear in global scope}}
23 @implementation A(C) //expected-error{{Objective-C declarations may only appear in global scope}}
26 @interface B @end //expected-error{{Objective-C declarations may only appear in global scope}}
27 @implementation B //expected-error{{Objective-C declarations may only appear in global scope}
    [all...]
warn-objc-literal-conversion.mm 24 // expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates to true}}
29 // expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates to true}}
31 // expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates to true}}
33 // expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates to true}}
35 // expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates to true}}
40 // expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates to true}}
42 // expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates to true}}
44 // expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates to true}}
46 // expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates to true}}
51 // expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates to true}
    [all...]
  /external/clang/test/FixIt/
fixit-static-object-decl.m 0 // Objective-C recovery
3 // RUN: not %clang_cc1 -fixit -x objective-c %t
4 // RUN: %clang_cc1 -fsyntax-only -Werror -x objective-c %t
6 // Objective-C++ recovery
8 // RUN: not %clang_cc1 -fixit -x objective-c++ %t -std=c++11
9 // RUN: %clang_cc1 -fsyntax-only -Werror -x objective-c++ %t -std=c++11
auto-fixit.m 2 RUN: %clang_cc1 -x objective-c -fixit %t
3 RUN: %clang_cc1 -x objective-c -Werror %t
fixit-missing-self-in-block.m 2 // RUN: %clang_cc1 -x objective-c -fobjc-arc -fblocks -fixit %t
3 // RUN: %clang_cc1 -x objective-c -fobjc-arc -fblocks -Werror %t
fixit-missing-method-return-type.m 0 // Objective-C recovery
3 // RUN: %clang_cc1 -Wmissing-method-return-type -fixit -x objective-c -Wno-objc-root-class %t
4 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wmissing-method-return-type -Werror -x objective-c -Wno-objc-root-class %t
6 // Objective-C++ recovery
8 // RUN: %clang_cc1 -Wmissing-method-return-type -fixit -x objective-c++ -Wno-objc-root-class %t
9 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wmissing-method-return-type -Werror -x objective-c++ -Wno-objc-root-class %t
fixit-objc-message.m 0 // Objective-C recovery
3 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x objective-c %t
4 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wall -Werror -x objective-c %t
6 // Objective-C++ recovery
8 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x objective-c++ %t
9 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wall -Werror -x objective-c++ %t
  /external/clang/test/Parser/
objc-missing-impl.m 2 @end // expected-error {{'@end' must appear in an Objective-C context}}
missing-end.m 6 @ x// expected-error{{expected an Objective-C directive after '@'}}
  /external/clang/test/Rewriter/
lit.local.cfg 1 # The Objective-C rewriters are currently grouped with ARCMT.
  /external/clang/test/SemaObjC/
deprecate_function_containers.m 5 void p_foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
9 void foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
10 inline void v_foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
11 static int s_foo() {return 0; } // expected-warning {{function definition inside an Objective-C container is deprecated}}
12 static inline int si_val() { return 1; } // expected-warning {{function definition inside an Objective-C container is deprecated}}
16 void cat_foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
32 static inline void prototype_observe_moin1(void (^callback)(id)) { // expected-warning {{function definition inside an Objective-C container is deprecated}}
34 callback(prototypeState.moin1); // expected-error {{use of Objective-C property in function nested in Objective-C container not supported, move function outside its container}}
attr-objc-exception.m 11 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies to Objective-C interfaces}}
14 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies to Objective-C interfaces}}
no-objc-exceptions.m 4 @throw @"Hello"; // expected-error {{cannot use '@throw' with Objective-C exceptions disabled}}
8 @try { // expected-error {{cannot use '@try' with Objective-C exceptions disabled}}
compound-init.m 6 (A){ 0 }; // expected-error{{cannot initialize Objective-C class type 'A'}}
invalid-receiver.m 8 [NotAClass nonexistent_method]; // expected-error {{receiver type 'NotAClass' (aka 'struct NotAClass') is not an Objective-C class}}
  /external/llvm/test/CodeGen/X86/
objc-gc-module-flags.ll 10 !0 = !{i32 1, !"Objective-C Version", i32 2}
11 !1 = !{i32 1, !"Objective-C Image Info Version", i32 0}
12 !2 = !{i32 1, !"Objective-C Image Info Section", !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
13 !3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}
  /external/webrtc/webrtc/api/objc/
README 1 This is a work-in-progress to update the Objective-C API according to the W3C
2 specification. The Objective-C API located at talk/app/webrtc/objc is
  /external/clang/test/Driver/
arc-exceptions.m 1 // RUN: %clang -### -x objective-c -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
2 // RUN: grep objective-c %t.log
4 // RUN: %clang -### -x objective-c++ -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
  /external/clang/test/ARCMT/
api.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
api.m.result 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
dispatch.m.result 1 // RUN: %clang_cc1 -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fblocks -fsyntax-only -x objective-c %s > %t
with-arc-mode-modify.m 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -x objective-c %s.result
3 // RUN: %clang_cc1 -arcmt-modify -fsyntax-only -fobjc-arc -x objective-c %t
with-arc-mode-modify.m.result 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -x objective-c %s.result
3 // RUN: %clang_cc1 -arcmt-modify -fsyntax-only -fobjc-arc -x objective-c %t
  /external/clang/test/CodeGenObjC/
image-info.m 8 // CHECK-FRAGILE: !{{[0-9]+}} = !{i32 1, !"Objective-C Version", i32 1}
9 // CHECK-FRAGILE-NEXT: !{{[0-9]+}} = !{i32 1, !"Objective-C Image Info Version", i32 0}
10 // CHECK-FRAGILE-NEXT: !{{[0-9]+}} = !{i32 1, !"Objective-C Image Info Section", !"__OBJC, __image_info,regular"}
11 // CHECK-FRAGILE-NEXT: !{{[0-9]+}} = !{i32 4, !"Objective-C Garbage Collection", i32 0}
14 // CHECK-NONFRAGILE: !{{[0-9]+}} = !{i32 1, !"Objective-C Version", i32 2}
15 // CHECK-NONFRAGILE-NEXT: !{{[0-9]+}} = !{i32 1, !"Objective-C Image Info Version", i32 0}
16 // CHECK-NONFRAGILE-NEXT: !{{[0-9]+}} = !{i32 1, !"Objective-C Image Info Section", !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
17 // CHECK-NONFRAGILE-NEXT: !{{[0-9]+}} = !{i32 4, !"Objective-C Garbage Collection", i32 0}
  /external/clang/test/PCH/
method-redecls.m 1 // RUN: %clang_cc1 -x objective-c %s -emit-pch -o %t
2 // RUN: %clang_cc1 -x objective-c %s -emit-pch -o %t -D IMPL

Completed in 212 milliseconds

1 2 3 4 5 6 7 8 91011>>