/aosp_15_r20/external/clang/test/SemaObjC/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/libjpeg-turbo/simd/i386/ |
H A D | jdsample-mmx.asm | 185 .return: label 514 .return: label 615 .return: label 720 .return: label
|
H A D | jdsample-sse2.asm | 183 .return: label 511 .return: label 610 .return: label 713 .return: label
|
H A D | jdsample-avx2.asm | 193 .return: label 542 .return: label 643 .return: label 748 .return: label
|
H A D | jcsample-mmx.asm | 155 .return: label 313 .return: label
|
H A D | jcsample-sse2.asm | 168 .return: label 340 .return: label
|
H A D | jcsample-avx2.asm | 185 .return: label 376 .return: label
|
/aosp_15_r20/external/libjpeg-turbo/simd/x86_64/ |
H A D | jdsample-sse2.asm | 176 .return: label 473 .return: label 563 .return: label 657 .return: label
|
H A D | jdsample-avx2.asm | 187 .return: label 498 .return: label 591 .return: label 687 .return: label
|
H A D | jcsample-sse2.asm | 162 .return: label 323 .return: label
|
H A D | jcsample-avx2.asm | 179 .return: label 359 .return: label
|
H A D | jsimdcpu.asm | 77 .return: label
|
/aosp_15_r20/out/soong/.intermediates/system/server_configurable_flags/aconfigd/libcxx_aconfigd_bridge_code/gen/ |
D | libcxx_aconfigd_cxx_generated.cc | 151 …orm_storage(::aconfigdwrapper::CppAconfigd const &self, ::aconfigdwrapper::CppVoidResult *return$)… in aconfigdwrapper$cxxbridge1$CppAconfigd$initialize_platform_storage() 156 …ine_storage(::aconfigdwrapper::CppAconfigd const &self, ::aconfigdwrapper::CppVoidResult *return$)… in aconfigdwrapper$cxxbridge1$CppAconfigd$initialize_mainline_storage() 161 …age_records(::aconfigdwrapper::CppAconfigd const &self, ::aconfigdwrapper::CppVoidResult *return$)… in aconfigdwrapper$cxxbridge1$CppAconfigd$initialize_in_memory_storage_records() 166 …figd const &self, ::std::string const &message_string, ::aconfigdwrapper::CppStringResult *return$… in aconfigdwrapper$cxxbridge1$CppAconfigd$handle_socket_request()
|
/aosp_15_r20/art/runtime/arch/riscv64/ |
H A D | quick_entrypoints_riscv64.S | 1582 .macro N_ARG_DOWNCALL n, name, entrypoint, return 1594 .macro ONE_ARG_DOWNCALL name, entrypoint, return 1599 .macro TWO_ARG_DOWNCALL name, entrypoint, return 1604 .macro THREE_ARG_DOWNCALL name, entrypoint, return 1609 .macro FOUR_ARG_DOWNCALL name, entrypoint, return
|
/aosp_15_r20/art/runtime/arch/arm/ |
H A D | quick_entrypoints_arm.S | 271 .macro N_ARG_DOWNCALL n, name, entrypoint, return 283 .macro ONE_ARG_DOWNCALL name, entrypoint, return 287 .macro TWO_ARG_DOWNCALL name, entrypoint, return 291 .macro THREE_ARG_DOWNCALL name, entrypoint, return 296 .macro FOUR_ARG_DOWNCALL name, entrypoint, return
|
/aosp_15_r20/external/clang/test/CodeGenObjCXX/ |
H A D | blocks.mm | 55 return foovar; category 61 return foovar; category
|
/aosp_15_r20/art/runtime/arch/arm64/ |
H A D | quick_entrypoints_arm64.S | 1132 .macro ONE_ARG_DOWNCALL name, entrypoint, return 1145 .macro TWO_ARG_DOWNCALL name, entrypoint, return 1158 .macro THREE_ARG_DOWNCALL name, entrypoint, return 1171 .macro FOUR_ARG_DOWNCALL name, entrypoint, return
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | sys_linux_s390x.s | 280 return: label 367 return: label
|
D | sys_linux_ppc64x.s | 288 return: label 382 return: label
|
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/reservedwords/ |
H A D | service-2.json | 38 "return":{"shape":"String"}, object 52 "return":{"shape":"String"}, object
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/ |
D | return.rst | 1 return title
|
/aosp_15_r20/external/clang/test/Preprocessor/ |
H A D | macro_arg_keyword.c | 3 #define foo(return) return-return argument
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | objc-method-coverage.m | 5 return 0; category
|
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
H A D | mlinclude.h | 33 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return macro
|