Home
last modified time | relevance | path

Searched refs:PARM (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h16 #define __constant(PARM) \ argument
17 __attribute__((__enable_if__ ((PARM) == (PARM), \
19 #define __constant_range(PARM, LOW, HIGH) \ argument
20 __attribute__((__enable_if__ ((PARM) >= (LOW) && (PARM) <= (HIGH), \
22 #define __constant_pow2_range(PARM, LOW, HIGH) \ argument
23 __attribute__((__enable_if__ ((PARM) >= (LOW) && (PARM) <= (HIGH) && \
24 ((PARM) & ((PARM) - 1)) == 0, \