Home
last modified time | relevance | path

Searched defs:tup (Results 1 – 20 of 20) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp63 constexpr bool do_constexpr_test(Tuple&& tup) { in do_constexpr_test()
76 bool do_forwarding_test(Tuple&& tup) { in do_forwarding_test()
86 constexpr std::tuple<> tup; in test_constexpr_construction() local
90 constexpr std::tuple<int> tup(42); in test_constexpr_construction() local
94 constexpr std::tuple<int, long, void*> tup(42, 101, nullptr); in test_constexpr_construction() local
114 Tup tup; in test_perfect_forwarding() local
121 Tup tup(42); in test_perfect_forwarding() local
132 Tup tup(x, "hello world", std::move(y)); in test_perfect_forwarding() local
143 Tup tup(x, "hello world"); in test_perfect_forwarding() local
153 Tup tup = {42, 101, -1}; in test_perfect_forwarding() local
[all …]
/external/python/cpython2/Objects/
Dstructseq.c240 PyObject *tup; in structseq_repr() local
318 PyObject *tup, *result; in structseq_concat() local
328 PyObject *tup, *result; in structseq_repeat() local
338 PyObject *tup; in structseq_contains() local
351 PyObject *tup; in structseq_hash() local
364 PyObject *tup, *result; in structseq_richcompare() local
374 PyObject* tup; in structseq_reduce() local
Dcodeobject.c222 validate_and_copy_tuple(PyObject *tup) in validate_and_copy_tuple()
Dsetobject.c16 PyObject *tup; in set_key_error() local
Ddictobject.c19 PyObject *tup; in set_key_error() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dtuple_array_template_depth.pass.cpp35 tuple_t tup(arr); in main() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dtuple_array_template_depth.pass.cpp32 tuple_t tup; in main() local
/external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddisable_reduced_arity_initialization_extension.pass.cpp75 auto tup = doc_example(); in test_example_from_docs() local
Denable_reduced_arity_initialization_extension.pass.cpp87 auto tup = doc_example(); in test_example_from_docs() local
/external/libcxx/test/std/utilities/intseq/intseq.general/
Dinteger_seq.pass.cpp54 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); in main() local
/external/python/cpython2/Modules/
Dtimemodule.c395 PyObject *tup = NULL; in time_strftime() local
564 PyObject *tup = NULL; in time_asctime() local
629 time_mktime(PyObject *self, PyObject *tup) in time_mktime()
D_ssl.c1110 PyObject *tup; in _get_aia_uri() local
3768 PyObject *keyusage = NULL, *cert = NULL, *enc = NULL, *tup = NULL; in PySSL_enum_certificates() local
3858 PyObject *crl = NULL, *enc = NULL, *tup = NULL; in PySSL_enum_crls() local
D_collectionsmodule.c1458 PyObject *tup; in defdict_missing() local
DcPickle.c3798 PyObject *tup; in load_counted_tuple() local
3930 PyObject *class, *tup, *obj=0; in load_obj() local
3955 PyObject *tup, *class=0, *obj=0, *module_name, *class_name; in load_inst() local
/external/python/cpython2/Lib/compiler/
Dmisc.py2 def flatten(tup): argument
Dpycodegen.py1395 def unpackSequence(self, tup): argument
/external/python/cpython2/Lib/
Dos.py719 def _make_stat_result(tup, dict): argument
731 def _make_statvfs_result(tup, dict): argument
Dcookielib.py1458 def _cookie_from_cookie_tuple(self, tup, request): argument
/external/clang/test/SemaTemplate/
Ddeduction.cpp249 template <typename... Es> struct tup : tup_impl<0, Es...> {}; struct
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3832 PyObject *tup = NULL; in _build_result() local