Searched refs:__alignof (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | critical.c | 61 && __alignof (gomp_mutex_t) <= sizeof (void *)) in GOMP_critical_name_start() 110 && __alignof (gomp_mutex_t) <= sizeof (void *)) in GOMP_critical_name_end()
|
| H A D | libgomp_f.h.in | 60 || @OMP_LOCK_ALIGN@ != __alignof (omp_lock_t) 62 || @OMP_NEST_LOCK_ALIGN@ != __alignof (omp_nest_lock_t)
|
| H A D | configure.ac | 282 _AC_COMPUTE_INT([__alignof (omp_lock_t)], [OMP_LOCK_ALIGN]) 284 _AC_COMPUTE_INT([__alignof (omp_nest_lock_t)], [OMP_NEST_LOCK_ALIGN])
|
| H A D | configure | 18414 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) >= 0)]; 18512 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) < 0)]; 18675 long longval () { return __alignof (omp_lock_t); } 18676 unsigned long ulongval () { return __alignof (omp_lock_t); } 18686 if ((__alignof (omp_lock_t)) < 0) 18689 if (i != (__alignof (omp_lock_t))) 18696 if (i != (__alignof (omp_lock_t))) 19327 long longval () { return __alignof (omp_nest_lock_t); } 19338 if ((__alignof (omp_nest_lock_t)) < 0) 19341 if (i != (__alignof (omp_nest_lock_t))) [all …]
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | slab.h | 72 __alignof(struct __struct), (flags), NULL) 91 __alignof(unsigned long long)
|
| /freebsd-12.1/sys/sys/ |
| H A D | cdefs.h | 245 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b) macro 267 #define _Alignof(x) __alignof(x)
|
| /freebsd-12.1/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 71 def _Alignof(x): return __alignof(x)
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 399 KEYWORD(__alignof , KEYALL) 591 ALIAS("__alignof__" , __alignof , KEYALL) 645 ALIAS("_alignof" , __alignof , KEYMS) 646 ALIAS("__builtin_alignof", __alignof , KEYMS)
|
| H A D | DiagnosticSemaKinds.td | 5451 "__alignof}0">;
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_pcpu.c | 75 DPCPU_DEFINE_STATIC(char, modspace[DPCPU_MODMIN] __aligned(__alignof(void *)));
|
| /freebsd-12.1/sys/net/ |
| H A D | vnet.c | 181 VNET_DEFINE_STATIC(char, modspace[VNET_MODMIN] __aligned(__alignof(void *)));
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | __config | 363 # define _LIBCPP_ALIGNOF(_Tp) __alignof(_Tp) 366 #define _LIBCPP_PREFERRED_ALIGNOF(_Tp) __alignof(_Tp) 605 #define __alignof__ __alignof
|