Home
last modified time | relevance | path

Searched defs:return (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/external/clang/test/SemaObjC/
H A Dblock-type-safety.m36 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 Ddeprecate_function_containers.m11 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 Djdsample-mmx.asm185 .return: label
514 .return: label
615 .return: label
720 .return: label
H A Djdsample-sse2.asm183 .return: label
511 .return: label
610 .return: label
713 .return: label
H A Djdsample-avx2.asm193 .return: label
542 .return: label
643 .return: label
748 .return: label
H A Djcsample-mmx.asm155 .return: label
313 .return: label
H A Djcsample-sse2.asm168 .return: label
340 .return: label
H A Djcsample-avx2.asm185 .return: label
376 .return: label
/aosp_15_r20/external/libjpeg-turbo/simd/x86_64/
H A Djdsample-sse2.asm176 .return: label
473 .return: label
563 .return: label
657 .return: label
H A Djdsample-avx2.asm187 .return: label
498 .return: label
591 .return: label
687 .return: label
H A Djcsample-sse2.asm162 .return: label
323 .return: label
H A Djcsample-avx2.asm179 .return: label
359 .return: label
H A Djsimdcpu.asm77 .return: label
/aosp_15_r20/out/soong/.intermediates/system/server_configurable_flags/aconfigd/libcxx_aconfigd_bridge_code/gen/
Dlibcxx_aconfigd_cxx_generated.cc151 …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 Dquick_entrypoints_riscv64.S1582 .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 Dquick_entrypoints_arm.S271 .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 Dblocks.mm55 return foovar; category
61 return foovar; category
/aosp_15_r20/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S1132 .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/
Dsys_linux_s390x.s280 return: label
367 return: label
Dsys_linux_ppc64x.s288 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 Dservice-2.json38 "return":{"shape":"String"}, object
52 "return":{"shape":"String"}, object
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dreturn.rst1 return title
/aosp_15_r20/external/clang/test/Preprocessor/
H A Dmacro_arg_keyword.c3 #define foo(return) return-return argument
/aosp_15_r20/external/clang/test/Analysis/
H A Dobjc-method-coverage.m5 return 0; category
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlinclude.h33 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return macro

1234