Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/numerics/numbers/
H A Dspecialize.pass.cpp38 double d9{std::numbers::sqrt3_v<double>}; in tests() local
H A Ddefined.pass.cpp51 [[maybe_unused]] const double* d9{&std::numbers::sqrt3_v<double>}; in tests() local
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp115 const B<A>& d9() { return *(B<A>*)0; } in d9() function