| /netbsd-src/external/bsd/kyua-cli/dist/utils/text/ |
| H A D | templates_test.cpp | 125 ATF_REQUIRE(templates.get_vector("the-name").empty()); in ATF_TEST_CASE_BODY() 135 ATF_REQUIRE(!templates.get_vector("the-name").empty()); in ATF_TEST_CASE_BODY() 137 ATF_REQUIRE(templates.get_vector("the-name").empty()); in ATF_TEST_CASE_BODY() 146 ATF_REQUIRE_EQ(0, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY() 148 ATF_REQUIRE_EQ(1, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY() 150 ATF_REQUIRE_EQ(2, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY() 152 ATF_REQUIRE_EQ(3, templates.get_vector("the-name").size()); in ATF_TEST_CASE_BODY() 158 ATF_REQUIRE(expected == templates.get_vector("the-name")); in ATF_TEST_CASE_BODY() 214 ATF_REQUIRE_EQ(0, templates.get_vector("foo").size()); in ATF_TEST_CASE_BODY() 215 ATF_REQUIRE_EQ(1, templates.get_vector("bar").size()); in ATF_TEST_CASE_BODY() [all …]
|
| H A D | templates.cpp | 347 if (next_index < _templates.get_vector(loop.vector).size()) { in handle_normal() 374 if (_templates.get_vector(loop.vector).empty()) { in handle_normal() 641 text::templates_def::get_vector(const std::string& name) const in get_vector() function in text::templates_def 661 text::templates_def::get_vector(const std::string& name, in get_vector() function in text::templates_def 664 const strings_vector& vector = get_vector(name); in get_vector() 718 return F("%s") % get_vector(arg1).size(); in evaluate() 720 return get_vector(arg0, arg1); in evaluate()
|
| H A D | templates.hpp | 95 const std::string& get_vector(const std::string&, const std::string&) const; 107 const strings_vector& get_vector(const std::string&) const;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
| H A D | types.rst | 115 .. function:: gccjit::type gccjit::type::get_vector (size_t num_units)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
| H A D | types.rst | 115 .. function:: gccjit::type gccjit::type::get_vector (size_t num_units)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-playback.h | 405 type *get_vector (size_t num_units) const;
|
| H A D | libgccjit++.h | 344 type get_vector (size_t num_units); 1358 type::get_vector (size_t num_units) in get_vector() function
|
| H A D | jit-recording.c | 2164 recording::type::get_vector (size_t num_units) in get_vector() function 2664 (m_other_type->playback_type ()->get_vector (m_num_units)); in replay_into()
|
| H A D | jit-recording.h | 498 type *get_vector (size_t num_units);
|
| H A D | jit-playback.c | 1191 get_vector (size_t num_units) const in get_vector() function
|
| H A D | libgccjit.c | 3100 return (gcc_jit_type *)type->get_vector (num_units); in gcc_jit_type_get_vector()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-playback.h | 449 type *get_vector (size_t num_units) const;
|
| H A D | libgccjit++.h | 362 type get_vector (size_t num_units); 1427 type::get_vector (size_t num_units) in get_vector() function
|
| H A D | ChangeLog | 1169 (type::get_vector): Update for renaming of memento_of_get_vector. 1285 * jit-playback.c (gcc::jit::playback::type::get_vector): New 1287 * jit-playback.h (gcc::jit::playback::type::get_vector): New 1290 (type::get_vector): New method. 1297 (type::get_vector): New 1300 * libgccjit++.h (gccjit::type::get_vector): New method.
|
| H A D | jit-recording.h | 522 type *get_vector (size_t num_units);
|
| H A D | jit-recording.cc | 2306 recording::type::get_vector (size_t num_units) in get_vector() function in gcc::jit::recording::type 3013 (m_other_type->playback_type ()->get_vector (m_num_units)); in replay_into()
|
| H A D | jit-playback.cc | 1573 get_vector (size_t num_units) const in get_vector() function in gcc::jit::playback::type
|
| H A D | libgccjit.cc | 3978 return (gcc_jit_type *)type->get_vector (num_units); in gcc_jit_type_get_vector()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | libgccjit.texi | 13232 @geindex gccjit;;type;;get_vector (C++ function) 13234 @deffn {C++ Function} gccjit::type gccjit::type::get_vector (size_t num_units)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | libgccjit.texi | 13674 @geindex gccjit;;type;;get_vector (C++ function) 13676 @deffn {C++ Function} gccjit::@ref{177,,type} gccjit::@ref{177,,type}::get_vector (size_t num_units)
|