Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/Sema/
Dalign-x86.c34 #define ALIGNED(x) __attribute__((aligned(x))) macro
46 typedef struct ALIGNED(2) { struct
47 char a[3];
/external/rust/crates/bstr/src/unicode/fsm/
Dwhitespace_anchored_fwd.rs16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
Dregional_indicator_rev.rs16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
Dgrapheme_break_fwd.rs16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
Dsimple_word_fwd.rs16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
Dwhitespace_anchored_rev.rs16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
Dword_break_fwd.rs16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
Dsentence_break_fwd.rs16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
Dgrapheme_break_rev.rs16 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
34 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
/external/llvm-project/compiler-rt/test/profile/
Dprofile_test.h7 # define ALIGNED(x) __declspec(align(x)) macro
9 # define ALIGNED(x) __attribute__((aligned(x))) macro
/external/llvm-project/clang/test/SemaCXX/
Dalign-x86.cpp42 #define ALIGNED(x) __attribute__((aligned(x))) macro
54 typedef struct ALIGNED(2) { struct
55 char a[3];
/external/clang/test/Sema/
Dalign-x86.c35 #define ALIGNED(x) __attribute__((aligned(x))) macro
47 typedef struct ALIGNED(2) { struct
48 char a[3];
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_tsd.h25 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) ScudoTSD { in ALIGNED() function
/external/llvm-project/libclc/generic/lib/math/
Dmath.h116 #define ALIGNED(x) __attribute__((aligned(x))) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h134 # define ALIGNED(x) __declspec(align(x)) macro
147 # define ALIGNED(x) __attribute__((aligned(x))) macro
/external/llvm-project/compiler-rt/lib/msan/
Dmsan.cpp58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable
61 ALIGNED(16) variable
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h209 # define ALIGNED(x) __declspec(align(x)) macro
223 # define ALIGNED(x) __attribute__((aligned(x))) macro
Dsanitizer_allocator_primary32.h279 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
/external/compiler-rt/lib/msan/
Dmsan.cc58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-atomic-property.m183 #define ALIGNED __attribute__((aligned(16))) macro
Dobjcmt-ns-nonatomic-iosonly.m190 #define ALIGNED __attribute__((aligned(16))) macro
Dobjcmt-property.m186 #define ALIGNED __attribute__((aligned(16))) macro
/external/clang/test/ARCMT/
Dobjcmt-ns-nonatomic-iosonly.m190 #define ALIGNED __attribute__((aligned(16))) macro
Dobjcmt-atomic-property.m183 #define ALIGNED __attribute__((aligned(16))) macro
Dobjcmt-property.m186 #define ALIGNED __attribute__((aligned(16))) macro

12