Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
Dallocator_pointers.pass.cpp37 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/
Dallocator_pointers.pass.cpp37 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/
Dcstring.pass.cpp22 void* vp = 0; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstring_h.pass.cpp22 void* vp = 0; in main() local
/ndk/sources/host-tools/nawk-20071023/
Dtran.c281 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()
Drun.c1434 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/
Dnew_array.pass.cpp38 void*volatile vp = operator new[] (std::numeric_limits<std::size_t>::max()); in main() local
Dnew_array_nothrow.pass.cpp38 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/
Dnew_nothrow.pass.cpp38 void* vp = operator new (std::numeric_limits<std::size_t>::max(), std::nothrow); in main() local
Dnew.pass.cpp38 void* vp = operator new (std::numeric_limits<std::size_t>::max()); in main() local
/ndk/tests/device/test-stlport_static-exception/jni/
Ddyncast2_1.cpp19 void *vp = &dynamic_cast<D&>(*b); in main() local
/ndk/tests/device/test-stlport_shared-exception/jni/
Ddyncast2_1.cpp19 void *vp = &dynamic_cast<D&>(*b); in main() local
/ndk/sources/host-tools/make-3.81/
Dvariable.c292 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