Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dgpuintrin.h200 #define __DO_LANE_SCAN(__type, __bitmask_type, __suffix) \ argument
201 _DEFAULT_FN_ATTRS static __inline__ uint32_t __gpu_lane_scan_##__suffix( \
204 bool __divergent = __gpu_read_first_lane_##__suffix( \
210 __type __tmp = __gpu_shuffle_idx_##__suffix(__lane_mask, __index, __x, \
222 __gpu_shuffle_idx_##__suffix( \
236 #define __DO_LANE_SUM(__type, __suffix) \ argument
237 _DEFAULT_FN_ATTRS static __inline__ __type __gpu_lane_sum_##__suffix( \
240 bool __divergent = __gpu_read_first_lane_##__suffix( \
243 return __gpu_shuffle_idx_##__suffix( \
245 __gpu_lane_scan_##__suffix(__lane_mask, __x), __gpu_num_lanes()); \
[all …]
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp89 static void __skip(istream& __input, char __suffix) { in __skip() argument
90 if (std::tolower(__input.peek()) == __suffix) in __skip()
94 static void __skip(istream& __input, string_view __suffix) { in __skip() argument
95 for (auto __c : __suffix) in __skip()