Searched refs:code_ (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt18.C14 int code_; member in class:Token
/haiku-buildtools/binutils/gold/
H A Daarch64-reloc-property.h83 { return this->code_; }
152 const unsigned int code_; member in class:gold::AArch64_reloc_property
H A Daarch64-reloc-property.cc119 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass),
H A Darm-reloc-property.h68 { return this->code_; }
248 unsigned int code_; member in class:gold::Arm_reloc_property
H A Darm-reloc-property.cc102 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass),
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc6679 Builtin_function_code code_; member in class:Builtin_call_expression
6693 gogo_(gogo), code_(BUILTIN_INVALID), seen_(false),
6700 this->code_ = BUILTIN_APPEND;
6702 this->code_ = BUILTIN_CAP;
6704 this->code_ = BUILTIN_CLOSE;
6706 this->code_ = BUILTIN_COMPLEX;
6708 this->code_ = BUILTIN_COPY;
6710 this->code_ = BUILTIN_DELETE;
6712 this->code_ = BUILTIN_IMAG;
6714 this->code_
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgenmatch.c229 operator_id (enum tree_code code_, const char *id_, unsigned nargs_, argument
231 : id_base (id_base::CODE, id_, nargs_), code (code_), tcc (tcc_) {}
490 c_expr (cpp_reader *r_, vec<cpp_token> code_, unsigned nr_stmts_, argument
492 : operand (OP_C_EXPR), r (r_), code (code_), capture_ids (capture_ids_),

Completed in 117 milliseconds