Searched refs:id_ (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_hooks.h240 : id_(id) , throw_on_copy_(throw_on_copy) { }
245 : id_(rhs.id()), throw_on_copy_(rhs.throw_on_copy_)
259 id_ = rhs.id();
270 id() const { return id_; }
281 int id_; member in class:__gnu_test::copy_tracker
/haiku-buildtools/gcc/libvtv/testsuite/libvtv.cc/
H A Dv8-test-2.cc42 int id_; member in class:Expression
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dlex.h102 long int id_; /* DEBUG ONLY. */ member in struct:_lextoken_
/haiku-buildtools/gcc/gcc/
H A Dgenmatch.c217 id_base::id_base (id_kind kind_, const char *id_, int nargs_) argument
220 id = id_;
229 operator_id (enum tree_code code_, const char *id_, unsigned nargs_, argument
231 : id_base (id_base::CODE, id_, nargs_), code (code_), tcc (tcc_) {}
240 fn_id (enum built_in_function fn_, const char *id_) argument
241 : id_base (id_base::FN, id_), fn (fn_) {}
251 predicate_id (const char *id_) argument
252 : id_base (id_base::PREDICATE, id_), matchers (vNULL) {}
260 user_id (const char *id_, bool is_oper_list_ = false) argument
261 : id_base (id_base::USER, id_), substitute
487 id_tab(const char *id_, const char *oper_) argument
[all...]

Completed in 609 milliseconds