Searched refs:__attribute__ (Results 1 - 25 of 25) sorted by relevance

/gem5/src/arch/mips/linux/
H A Daligned.hh41 typedef uint64_t uint64_ta __attribute__ ((aligned (8))) ;
42 typedef int64_t int64_ta __attribute__ ((aligned (8))) ;
43 typedef Addr Addr_a __attribute__ ((aligned (8))) ;
45 #define uint64_ta uint64_t __attribute__ ((aligned (8)))
46 #define int64_ta int64_t __attribute__ ((aligned (8)))
47 #define Addr_a Addr __attribute__ ((aligned (8)))
/gem5/ext/fputils/tests/
H A Dtest_helper.h41 __attribute__((noreturn));
44 __attribute__((format (printf, 1, 2), noreturn));
47 __attribute__((format (printf, 1, 2)));
54 __attribute__((format (printf, 2, 3)));
57 __attribute__((format (printf, 2, 3)));
H A Dtest_helper.c109 static void __attribute__((format (printf, 4, 5)))
/gem5/ext/nomali/tests/
H A Dtest_helpers.h35 __attribute__((noreturn));
38 __attribute__((format (printf, 1, 2), noreturn));
41 __attribute__((format (printf, 1, 2)));
48 __attribute__((format (printf, 2, 3)));
51 __attribute__((format (printf, 2, 3)));
H A Dtest_helpers.c99 static void __attribute__((format (printf, 4, 5)))
/gem5/src/base/
H A Dcompiler.hh51 # define M5_ATTR_NORETURN __attribute__((noreturn))
53 # define M5_VAR_USED __attribute__((unused))
54 # define M5_ATTR_PACKED __attribute__ ((__packed__))
55 # define M5_NO_INLINE __attribute__ ((__noinline__))
56 # define M5_DEPRECATED __attribute__((deprecated))
57 # define M5_DEPRECATED_MSG(MSG) __attribute__((deprecated(MSG)))
59 # define M5_PUBLIC __attribute__ ((visibility ("default")))
60 # define M5_LOCAL __attribute__ ((visibility ("hidden")))
H A Dinet.hh468 } __attribute__((packed));
479 } __attribute__((packed));
H A Dstatistics.hh665 char storage[sizeof(Storage)] __attribute__ ((aligned (8)));
1858 char storage[sizeof(Storage)] __attribute__ ((aligned (8)));
/gem5/ext/dnet/
H A Dip6.h28 # define __attribute__(x) macro
47 } __attribute__((__packed__));
86 } __attribute__((__packed__));
94 } __attribute__((__packed__));
102 } __attribute__((__packed__));
149 } __attribute__((__packed__));
H A Dip.h28 # define __attribute__(x) macro
284 } __attribute__((__packed__));
301 } __attribute__((__packed__));
316 } __attribute__((__packed__));
330 } __attribute__((__packed__));
350 } __attribute__((__packed__));
H A Dtcp.h20 # define __attribute__(x) macro
140 } __attribute__((__packed__));
H A Darp.h19 # define __attribute__(x) macro
H A Dicmp.h19 # define __attribute__(x) macro
/gem5/ext/libfdt/
H A Dlibfdt_env.h39 #define __force __attribute__((force))
40 #define __bitwise __attribute__((bitwise))
/gem5/src/systemc/tests/systemc/bugs/stack_alignment/
H A Dstack_alignment.cpp75 Type Name[Size] __attribute__((aligned(Align)))
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h857 # define GTEST_ATTRIBUTE_UNUSED_ __attribute__ ((unused))
860 # define GTEST_ATTRIBUTE_UNUSED_ __attribute__ ((unused))
884 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result))
930 # define GTEST_API_ __attribute__((visibility ("default")))
939 # define GTEST_NO_INLINE_ __attribute__((noinline))
956 __attribute__((no_sanitize_memory))
968 __attribute__((no_sanitize_address))
980 __attribute__((no_sanitize_thread))
/gem5/src/arch/arm/linux/
H A Dlinux.hh223 int64_t __attribute__ ((aligned (8))) st_size;
225 uint64_t __attribute__ ((aligned (8))) st_blocks;
/gem5/ext/nomali/lib/
H A Dnomali_api.cc27 #define EXPORT __attribute__ ((visibility ("default")))
/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dvm.c73 pte_t pt[NPT][PTES_PER_PT] __attribute__((aligned(PGSIZE)));
/gem5/src/arch/x86/linux/
H A Dlinux.hh234 } __attribute__((__packed__)) tgt_stat64;
/gem5/src/sim/
H A Dinit.cc250 const char * __attribute__((weak)) m5MainCommands[] = {
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h24 # define PYBIND11_NAMESPACE pybind11 __attribute__((visibility("hidden")))
79 # define PYBIND11_EXPORT __attribute__ ((visibility("default")))
86 # define PYBIND11_NOINLINE __attribute__ ((noinline))
92 # define PYBIND11_DEPRECATED(reason) __attribute__((deprecated(reason)))
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_thread_process.cpp88 __attribute__((force_align_arg_pointer))
/gem5/src/gpu-compute/
H A Dcompute_unit.hh397 sendToLds(GPUDynInstPtr gpuDynInst) __attribute__((warn_unused_result));
/gem5/ext/pybind11/tests/
H A Dtest_numpy_dtypes.cpp14 #define PYBIND11_PACKED(cls) cls __attribute__((__packed__))

Completed in 71 milliseconds