Home
last modified time | relevance | path

Searched defs:rfd (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Daddr-of-overloaded-function.cpp16 int (&rfd)(double) = f; // selects f(double) variable
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp271 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd) { in FdPipeCreate()