Home
last modified time | relevance | path

Searched defs:d11 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/numerics/numbers/
H A Dspecialize.pass.cpp40 double d11{std::numbers::egamma_v<double>}; in tests() local
H A Ddefined.pass.cpp53 [[maybe_unused]] const double* d11{&std::numbers::egamma_v<double>}; in tests() local
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp121 const volatile B<A>& d11() { return *(B<A>*)0; } in d11() function
/llvm-project/clang/test/Layout/
H A Daix-bitfield-alignment.c134 int d11 = sizeof(D11); variable