HomeSort by relevance Sort by last modified time
    Searched refs:pcs (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/clang/test/SemaCXX/
attributed-auto-deduction.cpp 5 auto single_int = [](int i) __attribute__ (( pcs("aapcs") )) {
8 auto multiple_int = [](int i) __attribute__ (( pcs("aapcs") ))
9 __attribute__ (( pcs("aapcs") )) {
13 auto single_void = []() __attribute__ (( pcs("aapcs") )) { };
14 auto multiple_void = []() __attribute__ (( pcs("aapcs") ))
15 __attribute__ (( pcs("aapcs") )) { };
18 auto ( __attribute__ (( pcs("aapcs") )) single_attribute() ) { }
19 auto ( ( __attribute__ (( pcs("aapcs") )) ( ( __attribute__ (( pcs("aapcs") )) multiple_attributes() ) ) ) ) { }
  /external/clang/test/CodeGen/
arm-pcs.c 3 typedef int __attribute__((pcs("aapcs"))) (*aapcs_fn)(void);
4 typedef int __attribute__((pcs("aapcs-vfp"))) (*aapcs_vfp_fn)(void);
  /external/compiler-rt/lib/builtins/arm/
aeabi_cdcmpeq_check_nan.c 12 __attribute__((pcs("aapcs")))
aeabi_cfcmpeq_check_nan.c 12 __attribute__((pcs("aapcs")))
  /external/compiler-rt/test/builtins/Unit/arm/
call_apsr.h 33 extern __attribute__((pcs("aapcs")))
34 uint32_t call_apsr_f(float a, float b, __attribute__((pcs("aapcs"))) void (*fn)(float, float));
36 extern __attribute__((pcs("aapcs")))
37 uint32_t call_apsr_d(double a, double b, __attribute__((pcs("aapcs"))) void (*fn)(double, double));
aeabi_drsub_test.c 20 extern __attribute__((pcs("aapcs"))) double __aeabi_drsub(double a, double b);
aeabi_frsub_test.c 20 extern __attribute__((pcs("aapcs"))) float __aeabi_frsub(float a, float b);
aeabi_cdcmple_test.c 24 extern __attribute__((pcs("aapcs"))) void __aeabi_cdcmple(double a, double b);
25 extern __attribute__((pcs("aapcs"))) void __aeabi_cdrcmple(double a, double b);
aeabi_cfcmple_test.c 24 extern __attribute__((pcs("aapcs"))) void __aeabi_cfcmple(float a, float b);
25 extern __attribute__((pcs("aapcs"))) void __aeabi_cfrcmple(float a, float b);
aeabi_cdcmpeq_test.c 22 extern __attribute__((pcs("aapcs"))) void __aeabi_cdcmpeq(double a, double b);
aeabi_cfcmpeq_test.c 22 extern __attribute__((pcs("aapcs"))) void __aeabi_cfcmpeq(float a, float b);
  /external/clang/test/Sema/
callingconv-iamcu.c 35 int __attribute__((pcs("aapcs", "aapcs"))) pcs1(void); // expected-error {{'pcs' attribute takes one argument}}
36 int __attribute__((pcs())) pcs2(void); // expected-error {{'pcs' attribute takes one argument}}
37 int __attribute__((pcs(pcs1))) pcs3(void); // expected-error {{'pcs' attribute requires a string}} \
38 // expected-error {{invalid PCS type}}
39 int __attribute__((pcs(0))) pcs4(void); // expected-error {{'pcs' attribute requires a string}}
41 int __attribute__((pcs("aapcs"))) pcs5(void); // expected-warning {{calling convention 'pcs' ignored for this target}
    [all...]
callingconv.c 44 int __attribute__((pcs("aapcs", "aapcs"))) pcs1(void); // expected-error {{'pcs' attribute takes one argument}}
45 int __attribute__((pcs())) pcs2(void); // expected-error {{'pcs' attribute takes one argument}}
46 int __attribute__((pcs(pcs1))) pcs3(void); // expected-error {{'pcs' attribute requires a string}} \
47 // expected-error {{invalid PCS type}}
48 int __attribute__((pcs(0))) pcs4(void); // expected-error {{'pcs' attribute requires a string}}
50 int __attribute__((pcs("aapcs"))) pcs5(void); // expected-warning {{calling convention 'pcs' ignored for this target}
    [all...]
  /external/libcap/pam_cap/
pam_cap.c 211 static void parse_args(int argc, const char **argv, struct pam_cap_s *pcs)
219 pcs->debug = 1;
221 pcs->conf_filename = 7 + *argv;
233 struct pam_cap_s pcs; local
236 memset(&pcs, 0, sizeof(pcs));
238 parse_args(argc, argv, &pcs);
240 retval = pam_get_user(pamh, &pcs.user, NULL);
244 memset(&pcs, 0, sizeof(pcs));
287 struct pam_cap_s pcs; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/utils/
CameraTraces.cpp 50 ProcessCallStack& pcs = *pcsList.begin(); local
51 pcs.update();
59 pcs.log(LOG_TAG, ANDROID_LOG_VERBOSE);
86 const ProcessCallStack& pcs = *it; local
87 pcs.dump(fd, DUMP_INDENT);
  /external/compiler-rt/lib/tsan/rtl/
tsan_stack_trace.cc 39 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) {
41 internal_memcpy(trace_buffer, pcs, cnt * sizeof(trace_buffer[0]));
tsan_stack_trace.h 28 void Init(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
  /external/skia/third_party/vulkan/
vk_platform.h 68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
  /external/vulkan-validation-layers/include/vulkan/
vk_platform.h 68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
  /frameworks/native/vulkan/include/vulkan/
vk_platform.h 61 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vk_platform.h 68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vk_platform.h 68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vk_platform.h 68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vk_platform.h 68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vk_platform.h 68 #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp")))

Completed in 1300 milliseconds

1 2 3 4 5