Home
last modified time | relevance | path

Searched defs:bit_and (Results 1 – 8 of 8) sorted by relevance

/llvm-project/openmp/runtime/test/worksharing/sections/
H A Domp_sections_reduction.c19 int bit_and; in test_omp_sections_reduction() local
H A Domp_parallel_sections_reduction.c20 int bit_and; in test_omp_parallel_sections_reduction() local
/llvm-project/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c24 int bit_and; in test_omp_parallel_reduction() local
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_parallel_for_reduction.c24 int bit_and; in test_omp_parallel_for_reduction() local
H A Domp_for_reduction.c22 int bit_and; in test_omp_for_reduction() local
/llvm-project/openmp/runtime/test/atomic/
H A Domp_atomic.c20 int bit_and = 1; in test_omp_atomic() local
/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h105 bit_and(T x, T y) { bit_and() function
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9357 static IntRange bit_and(IntRange L, IntRange R) { bit_and() function