Home
last modified time | relevance | path

Searched refs:cp4 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
Dcomplex-overload.cpp9 char *cp4 = foo(dc); in test_foo_1() local
52 int *cp4 = promote_or_convert3(1ill); // expected-error {{ambiguous}} in test_promote_or_convert3() local
Derr_reference_bind_drops_quals.cpp20 const ptr& cp4 = crp; // expected-error {{drops 'restrict' qualifier}} in test1() local
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp50 constexpr decltype(std::placeholders::_4) cp4 = std::placeholders::_4; variable
64 ((void)cp4); in use_placeholders_to_prevent_unused_warning()
/external/clang/test/Sema/
Doverloadable-complex.c9 char *cp4 = foo(dc); in test_foo_1() local