Home
last modified time | relevance | path

Searched defs:cp2 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcomplex-overload.cpp6 char *cp2 = foo(dv); in test_foo_1() local
17 char *cp2 = foo(dv); in test_foo_2() local
26 char *cp2 = foo(dv); in test_foo_3() local
51 char *cp2 = promote_or_convert3(1i); in test_promote_or_convert3() local
H A Derr_reference_bind_drops_quals.cpp18 const ptr& cp2 = cp; in test1() local
H A Doverload-call.cpp25 char* cp2 = g(0, 0, 0, iv, fv); in test_g() local
/llvm-project/clang/test/Sema/
H A Doverloadable-complex.c6 char *cp2 = foo(dv); in test_foo_1() local
16 char *cp2 = foo(dv); in test_foo_2() local
25 char *cp2 = foo(dv); in test_foo_3() local
/llvm-project/clang/test/SemaTemplate/
H A Dimplicit-instantiation-1.cpp22 char* cp2 = add(cp, i); in test_add() local
/llvm-project/clang/test/PCH/
H A Dnamespaces.cpp33 N3::C *cp2; variable
/llvm-project/clang/test/Analysis/
H A Dcall-invalidation.cpp30 int * const cp2 = &x; testPointer() local
/llvm-project/flang/test/Semantics/
H A Dallocate03.f9028 type(SomeType(l1=:,l2=:)), pointer :: cp1, cp2(:) local
/llvm-project/clang/test/SemaCUDA/
H A Ddevice-use-host-var.cu104 const int *cp2 = &global_constexpr_var; in dev_fun() local