Searched defs:vp (Results 1 – 13 of 13) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/ |
D | allocator_pointers.pass.cpp | 37 typename std::allocator_traits<Alloc>::pointer vp; in test_pointer() local 71 typename std::allocator_traits<Alloc>::void_pointer vp; in test_void_pointer() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/ |
D | allocator_pointers.pass.cpp | 37 typename std::allocator_traits<Alloc>::pointer vp; in test_pointer() local 71 typename std::allocator_traits<Alloc>::void_pointer vp; in test_void_pointer() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cstring.pass.cpp | 22 void* vp = 0; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | string_h.pass.cpp | 22 void* vp = 0; in main() local
|
/ndk/sources/host-tools/nawk-20071023/ |
D | tran.c | 281 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() 305 void funnyvar(Cell *vp, const char *rw) in funnyvar() 315 char *setsval(Cell *vp, const char *s) /* set string val of a Cell */ in setsval() 345 Awkfloat getfval(Cell *vp) /* get float val of a Cell */ in getfval() 362 static char *get_str_val(Cell *vp, char **fmt) /* get string val of a Cell */ in get_str_val() 388 char *getsval(Cell *vp) /* get string val of a Cell */ in getsval() 393 char *getpssval(Cell *vp) /* get string val of a Cell for print */ in getpssval()
|
D | run.c | 1434 Cell *x, *vp, *arrayp, *cp, *ncp; in instat() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/ |
D | new_array.pass.cpp | 38 void*volatile vp = operator new[] (std::numeric_limits<std::size_t>::max()); in main() local
|
D | new_array_nothrow.pass.cpp | 38 void*volatile vp = operator new [] (std::numeric_limits<std::size_t>::max(), std::nothrow); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/ |
D | new_nothrow.pass.cpp | 38 void* vp = operator new (std::numeric_limits<std::size_t>::max(), std::nothrow); in main() local
|
D | new.pass.cpp | 38 void* vp = operator new (std::numeric_limits<std::size_t>::max()); in main() local
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | dyncast2_1.cpp | 19 void *vp = &dynamic_cast<D&>(*b); in main() local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | dyncast2_1.cpp | 19 void *vp = &dynamic_cast<D&>(*b); in main() local
|
/ndk/sources/host-tools/make-3.81/ |
D | variable.c | 292 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec; in handle_special_var() local 1339 struct variable *vp; in try_variable_definition() local
|