/external/llvm-project/clang/test/Sema/ |
D | align-x86.c | 34 #define ALIGNED(x) __attribute__((aligned(x))) macro 46 typedef struct ALIGNED(2) { struct 47 char a[3];
|
/external/rust/crates/bstr/src/unicode/fsm/ |
D | whitespace_anchored_fwd.rs | 16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
|
D | regional_indicator_rev.rs | 16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
|
D | grapheme_break_fwd.rs | 16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
|
D | simple_word_fwd.rs | 16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
|
D | whitespace_anchored_rev.rs | 16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
|
D | word_break_fwd.rs | 16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
|
D | sentence_break_fwd.rs | 16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
|
D | grapheme_break_rev.rs | 16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant 34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
|
/external/llvm-project/compiler-rt/test/profile/ |
D | profile_test.h | 7 # define ALIGNED(x) __declspec(align(x)) macro 9 # define ALIGNED(x) __attribute__((aligned(x))) macro
|
/external/llvm-project/clang/test/SemaCXX/ |
D | align-x86.cpp | 42 #define ALIGNED(x) __attribute__((aligned(x))) macro 54 typedef struct ALIGNED(2) { struct 55 char a[3];
|
/external/clang/test/Sema/ |
D | align-x86.c | 35 #define ALIGNED(x) __attribute__((aligned(x))) macro 47 typedef struct ALIGNED(2) { struct 48 char a[3];
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_tsd.h | 25 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) ScudoTSD { in ALIGNED() function
|
/external/llvm-project/libclc/generic/lib/math/ |
D | math.h | 116 #define ALIGNED(x) __attribute__((aligned(x))) macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 134 # define ALIGNED(x) __declspec(align(x)) macro 147 # define ALIGNED(x) __attribute__((aligned(x))) macro
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan.cpp | 58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable 61 ALIGNED(16) variable
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 209 # define ALIGNED(x) __declspec(align(x)) macro 223 # define ALIGNED(x) __attribute__((aligned(x))) macro
|
D | sanitizer_allocator_primary32.h | 279 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
|
/external/compiler-rt/lib/msan/ |
D | msan.cc | 58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-atomic-property.m | 183 #define ALIGNED __attribute__((aligned(16))) macro
|
D | objcmt-ns-nonatomic-iosonly.m | 190 #define ALIGNED __attribute__((aligned(16))) macro
|
D | objcmt-property.m | 186 #define ALIGNED __attribute__((aligned(16))) macro
|
/external/clang/test/ARCMT/ |
D | objcmt-ns-nonatomic-iosonly.m | 190 #define ALIGNED __attribute__((aligned(16))) macro
|
D | objcmt-atomic-property.m | 183 #define ALIGNED __attribute__((aligned(16))) macro
|
D | objcmt-property.m | 186 #define ALIGNED __attribute__((aligned(16))) macro
|