HomeSort by relevance Sort by last modified time
    Searched refs:__attribute (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /external/clang/test/Misc/
ast-dump-attr.cpp 97 M: __attribute(()) int j;
102 N: __attribute(()) ;
  /external/libxml2/
threads.c 55 __attribute((weak));
57 __attribute((weak));
60 __attribute((weak));
63 __attribute((weak));
65 __attribute((weak));
67 __attribute((weak));
69 __attribute((weak));
71 __attribute((weak));
73 __attribute((weak));
75 __attribute((weak))
    [all...]
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 58 static __inline int grantpt(int __fd __attribute((unused))) {
  /external/clang/test/CodeGen/
blocks.c 60 char buffer[32] __attribute((aligned));
builtin-memfns.c 80 __attribute((aligned(16))) int x[4], y[4];
inline.c 81 __inline __attribute((__gnu_inline__)) void gnu_inline() {}
vector.c 11 typedef int vty __attribute((vector_size(16)));
  /external/clang/test/CodeGenCXX/
copy-constructor-elim.cpp 51 typedef V V_over_aligned __attribute((aligned(8)));
  /external/clang/test/Sema/
mips-interrupt-attr.c 28 __attribute__((mips16)) __attribute ((interrupt)) void foo11() {} // expected-error {{'mips16' and 'interrupt' attributes are not compatible}} \
address_spaces.c 33 } s __attribute ((address_space(1))) = {1, 1};
bitfield-layout.c 46 struct f {__attribute((aligned(8))) int x : 30, y : 30, z : 30;};
  /external/clang/test/SemaCXX/
attr-format.cpp 22 struct A { void a(const char*,...) __attribute((format(printf,2,3))); };
warn-missing-noreturn.cpp 108 void wibble() __attribute((__noreturn__));
  /toolchain/binutils/binutils-2.25/gold/testsuite/
large.c 36 main (int argc __attribute__ ((unused)), char** argv __attribute ((unused)))
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_rmnet.h 139 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
150 } __attribute((__packed__));
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_rmnet.h 132 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
143 } __attribute((__packed__));
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_rmnet.h 141 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
152 } __attribute((__packed__));
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_rmnet.h 134 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
145 } __attribute((__packed__));
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_rmnet.h 151 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
162 } __attribute((__packed__));
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_rmnet.h 143 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
154 } __attribute((__packed__));
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_rmnet.h 141 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
152 } __attribute((__packed__));
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_rmnet.h 134 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
145 } __attribute((__packed__));
  /external/aac/libSYS/include/
machine_type.h 296 #define FORCEINLINE __attribute((always_inline))
  /external/autotest/client/tests/aio_dio_bugs/src/
aio-dio-subblock-eof-read.c 33 static unsigned char buffer[4096] __attribute((aligned (512)));
  /external/elfutils/libdw/
libdw_alloc.c 73 __attribute ((noreturn, visibility ("hidden")))

Completed in 1229 milliseconds

1 23 4 5 6 7 8