/external/clang/test/SemaObjC/ |
D | block-type-safety.m | 36 r0(^Super* () { return 0; }); // OK category 37 r0(^Sub* () { return 0; }); // OK, variable of type Super* gets return value of type Sub* category 38 r0(^id () { return 0; }); category 40 r1(^Super* () { return 0; }); // expected-error {{incompatible block pointer types passing}} category 41 r1(^Sub* () { return 0; }); // OK category 42 r1(^id () { return 0; }); category 44 r2(^id<NSObject>() { return 0; }); category
|
D | deprecate_function_containers.m | 11 static int s_foo() {return 0; } // expected-warning {{function definition inside an Objective-C con… category 12 static inline int si_val() { return 1; } // expected-warning {{function definition inside an Object… category
|
/external/libjpeg-turbo/simd/i386/ |
D | jdsample-mmx.asm | 185 .return: label 514 .return: label 615 .return: label 720 .return: label
|
D | jdsample-sse2.asm | 183 .return: label 511 .return: label 610 .return: label 713 .return: label
|
D | jdsample-avx2.asm | 193 .return: label 542 .return: label 643 .return: label 748 .return: label
|
D | jcsample-mmx.asm | 155 .return: label 313 .return: label
|
D | jcsample-sse2.asm | 168 .return: label 340 .return: label
|
D | jcsample-avx2.asm | 185 .return: label 376 .return: label
|
D | jsimdcpu.asm | 123 .return: label
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jdsample-sse2.asm | 176 .return: label 473 .return: label 563 .return: label 657 .return: label
|
D | jdsample-avx2.asm | 187 .return: label 498 .return: label 591 .return: label 687 .return: label
|
D | jcsample-sse2.asm | 162 .return: label 323 .return: label
|
D | jcsample-avx2.asm | 179 .return: label 359 .return: label
|
D | jsimdcpu.asm | 77 .return: label
|
/external/llvm-project/clang/test/SemaObjC/ |
D | block-type-safety.m | 38 r0(^Super* () { return 0; }); // OK category 39 r0(^Sub* () { return 0; }); // OK, variable of type Super* gets return value of type Sub* category 40 r0(^id () { return 0; }); category 42 r1(^Super* () { return 0; }); // expected-error {{incompatible block pointer types passing}} category 43 r1(^Sub* () { return 0; }); // OK category 44 r1(^id () { return 0; }); category 46 r2(^id<NSObject>() { return 0; }); category
|
D | method-direct-properties.m | 85 return 42; category 88 return 42; category 91 return 42; category 94 return 42; category 98 return 42; category 101 return 42; category 107 return 42; category 110 return 42; category 114 return 42; category 117 return 42; category [all …]
|
D | deprecate_function_containers.m | 11 static int s_foo() {return 0; } // expected-warning {{function definition inside an Objective-C con… category 12 static inline int si_val() { return 1; } // expected-warning {{function definition inside an Object… category
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | blocks.mm | 55 return foovar; category 61 return foovar; category
|
D | msabi-objc-extensions.mm | 63 S<__autoreleasing id> g() { return S<__autoreleasing id>(); } category 66 __autoreleasing id h() { return nullptr; } category
|
/external/clang/test/CodeGenObjCXX/ |
D | blocks.mm | 55 return foovar; category 61 return foovar; category
|
/external/llvm-project/clang/test/Preprocessor/ |
D | macro_arg_keyword.c | 3 #define foo(return) return-return argument
|
/external/clang/test/Preprocessor/ |
D | macro_arg_keyword.c | 3 #define foo(return) return-return argument
|
/external/clang/test/Analysis/ |
D | objc-method-coverage.m | 5 return 0; category
|
/external/llvm-project/clang/test/Analysis/ |
D | objc-method-coverage.m | 5 return 0; category
|
/external/llvm/test/DebugInfo/X86/ |
D | asm-macro-line-number.s | 8 .macro return arg macro
|