Home
last modified time | relevance | path

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

/llvm-project/clang/test/AST/
H A Dast-dump-for-range-lifetime.cpp288 template <typename T> const T &df1(const T &t) { return t; } in df1() function
399 for ([[maybe_unused]] int x : df1(LockGuard()), df1(LockGuard()), v) test10() local
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dtype-metadata.cpp210 void df1(D *d) { in df1() function