Home
last modified time | relevance | path

Searched defs:_id (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/
H A Dhelpers.h20 test_buf(int _id = 0) : id(_id) {} in id() argument
/llvm-project/offload/include/Shared/
H A DDebug.h183 #define INFO(_flags, _id, ...) \ argument
192 #define DUMP_INFO(toStdOut, _flags, _id, ...) \ argument
/llvm-project/openmp/runtime/test/tasking/
H A Dkmp_taskwait_depend_in.c20 } _id; typedef
H A Dkmp_taskwait_nowait.c22 } _id; typedef
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.assign/
H A Dassign.pass.cpp52 test_buf(int _id = 0) : id(_id) {} in test_buf()