/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
H A D | allocator_pointers.pass.cpp | 40 typename std::allocator_traits<Alloc>::const_pointer cvp; in test_pointer() local 76 typename std::allocator_traits<Alloc>::const_void_pointer cvp; in test_void_pointer() local
|
/llvm-project/libcxx/test/std/utilities/memory/default.allocator/ |
H A D | allocator_pointers.pass.cpp | 41 typename std::allocator_traits<Alloc>::const_pointer cvp; in test_pointer() local 78 typename std::allocator_traits<Alloc>::const_void_pointer cvp; in test_void_pointer() local
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p5-26.cpp | 44 constexpr auto cvp = static_cast<const int* volatile*>(vp); variable
|
/llvm-project/clang/test/Sema/ |
H A D | atomic-expr.c | 152 const void *cvp = 0; in func_17() local 190 const void *cvp = 0; variable
|
H A D | builtins.c | 258 void test_builtin_launder(char *p, void *vp, const void *cvp, in test_builtin_launder() argument
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
H A D | p2.cpp | 111 void test_x0_cvvoid(N0::X0<const volatile void*> x0, const volatile void *cvp) { in test_x0_cvvoid() 239 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template()
|
H A D | p1.cpp | 91 void test_func_template(X0<void *> xvp, void *vp, const void *cvp) { in test_func_template()
|
H A D | p2-0x.cpp | 146 void test_x0_cvvoid(N0::X0<const volatile void*> x0, const volatile void *cvp) { in test_x0_cvvoid() 274 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | err_reference_bind_drops_quals.cpp | 6 volatile ptr vp, const volatile ptr cvp, restrict volatile ptr rvp, in test1()
|
H A D | builtins.cpp | 84 test_builtin_launder_diags(void * vp,const void * cvp,FnType * fnp,MemFnType mfp,ConstMemFnType cmfp,int (& Arr)[5]) test_builtin_launder_diags() argument
|
H A D | compare-cxx2a.cpp | 192 void test8(void *vp, const void *cvp, int *ip) { in test8()
|
/llvm-project/clang/test/C/drs/ |
H A D | dr1xx.c | 194 const void dr113_c(const void *cvp) { /* expected-warning {{function cannot return qualified void t… in dr113_c()
|
/llvm-project/clang/test/AST/Interp/ |
H A D | builtin-functions.cpp |
|