Home
last modified time | relevance | path

Searched defs:set_x (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/test/msan/Linux/
H A Dpthread_getaffinity_np.cpp9 cpu_set_t set_x[4]; in main() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dpthread_getaffinity_np.cpp15 cpu_set_t set_x[4]; in main() local
/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy_move_nontrivial.pass.cpp67 constexpr U1(int set_x) : x(set_x) {} in U1()
76 constexpr U2(int set_x) : x(set_x) {} in U2()