Home
last modified time | relevance | path

Searched defs:d7 (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Daarch64-ABI-align-packed-assembly.c
H A Daarch64-ABI-align-packed.c
H A D64bit-swiftcall.c978 int d7; global() member
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp7.cpp48 D7 d7(0); variable
/llvm-project/libcxx/test/libcxx/containers/strings/basic.string/
H A Dasan_vector_integration.pass.cpp133 C d7(9 * N + 2); in test_string() local
H A Dasan_deque_integration.pass.cpp133 C d7(9 * N + 2); in test_string() local
/llvm-project/libcxx/test/std/numerics/numbers/
H A Dspecialize.pass.cpp36 double d7{std::numbers::ln10_v<double>}; in tests() local
H A Ddefined.pass.cpp49 [[maybe_unused]] const double* d7{&std::numbers::ln10_v<double>}; in tests() local
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp109 const volatile B<A>* d7() { return 0; } in d7() function
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-cxx11-nowarn.cpp103 Agg<double> d7 = {e315 - 5 * e314 + e305 - 5 * e314}; // OK in shrink_float() local
H A Dp7-0x.cpp112 Agg<double> d7 = {e315 - 5 * e314 + e305 - 5 * e314}; // OK in shrink_float() local
/llvm-project/clang/test/SemaCXX/
H A Doverload-call.cpp240 float* d7 = derived2(c); in test_derived() local
H A Dcxx2a-explicit-bool.cpp230 A<true> d7 = { true}; // expected-error {{chosen constructor is explicit}} variable