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

1 23 4 5

  /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};
  /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__));
attr-unavailable.cpp 67 class __attribute((unavailable)) UnavailableClass; // \
120 void unavailable() __attribute((unavailable)); // \
references.cpp 117 __attribute((vector_size(16))) typedef int vec4;
  /external/elfutils/libdw/
libdw_alloc.c 72 __attribute ((noreturn)) attribute_hidden
  /external/tcpdump/
funcattrs.h 73 * Compiler with support for __attribute((noreturn)), or GCC 2.5 and
78 #define NORETURN __attribute((noreturn))
  /cts/hostsidetests/gputools/layers/jni/
nullLayer.cpp 190 __attribute((visibility("default"))) VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceLayerProperties(uint32_t *pCount,
195 __attribute((visibility("default"))) VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceLayerProperties(VkPhysicalDevice physicalDevice, uint32_t *pCount,
200 __attribute((visibility("default"))) VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceExtensionProperties(const char *pLayerName, uint32_t *pCount,
205 __attribute((visibility("default"))) VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice,
211 __attribute((visibility("default"))) VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(VkDevice dev, const char *funcName) {
215 __attribute((visibility("default"))) VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(VkInstance instance, const char *funcName) {
  /device/google/bonito/sdm710/kernel-headers/linux/
msm_rmnet.h 123 } __attribute((__packed__));
127 } __attribute((__packed__));
  /device/google/bonito/sdm710/original-kernel-headers/linux/
msm_rmnet.h 144 } __attribute((__packed__));
150 } __attribute((__packed__));
  /device/google/crosshatch/sdm845/kernel-headers/linux/
msm_rmnet.h 123 } __attribute((__packed__));
127 } __attribute((__packed__));
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
msm_rmnet.h 144 } __attribute((__packed__));
150 } __attribute((__packed__));
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 80 static __inline int grantpt(int __fd __attribute((unused))) {
  /external/autotest/client/tests/aio_dio_bugs/src/
aio-dio-subblock-eof-read.c 33 static unsigned char buffer[4096] __attribute((aligned (512)));
aio-dio-invalidate-failure.c 38 static unsigned char buf[GINORMOUS] __attribute((aligned (512)));
  /external/clang/test/CodeGen/
inline.c 81 __inline __attribute((__gnu_inline__)) void gnu_inline() {}
vector.c 11 typedef int vty __attribute((vector_size(16)));
x86_64-arguments.c 290 typedef unsigned v2i32 __attribute((__vector_size__(8)));
342 typedef int T44 __attribute((vector_size(32)));
354 typedef long long3 __attribute((ext_vector_type(3)));
372 typedef float v46 __attribute((vector_size(8)));
stdcall-fastcall.c 46 void __attribute((stdcall)) f7(foo) int foo; {}
  /external/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h 243 __device__ void free(void *) __attribute((nothrow));
244 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
  /cts/tests/tests/content/jni/
NativeCursorWindow.cpp 72 } __attribute((packed));
  /external/aac/libSYS/include/
machine_type.h 334 #define FDK_FORCEINLINE inline __attribute((always_inline))
  /external/clang/test/Parser/
attributes.c 87 __attribute((pure)) { // \
  /device/google/contexthub/util/nanotool/
apptohostevent.h 30 } __attribute((packed));

Completed in 2992 milliseconds

1 23 4 5