Home
last modified time | relevance | path

Searched defs:ALIGNED (Results 1 – 11 of 11) sorted by relevance

/llvm-project/compiler-rt/test/profile/
H A Dprofile_test.h7 # define ALIGNED(x) __declspec(align(x)) macro
9 # define ALIGNED(x) __attribute__((aligned(x))) macro
/llvm-project/clang/test/Sema/
H A Dalign-x86.c33 #define ALIGNED(x) __attribute__((aligned(x))) macro
45 typedef struct ALIGNED(2) { struct
46 char a[3];
/llvm-project/clang/test/SemaCXX/
H A Dalign-x86.cpp41 #define ALIGNED(x) __attribute__((aligned(x))) macro
53 typedef struct ALIGNED(2) { struct
54 char a[3];
/llvm-project/libclc/generic/lib/math/
H A Dmath.h
/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp60 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; global() variable
63 ALIGNED(16) global() variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h217 # define ALIGNED( global() macro
231 # define ALIGNED( global() macro
[all...]
H A Dsanitizer_allocator_primary32.h281 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { ALIGNED() function
H A Dsanitizer_allocator_primary64.h670 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) RegionInfo { ALIGNED() function
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-atomic-property.m182 #define ALIGNED __attribute__((aligned(16))) macro
H A Dobjcmt-ns-nonatomic-iosonly.m188 #define ALIGNED __attribute__((aligned(16))) macro
H A Dobjcmt-property.m184 #define ALIGNED __attribute__((aligned(16))) macro