Home
last modified time | relevance | path

Searched refs:init_ (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dre.h58 Regex() : init_(false) {} in Regex()
72 bool init_;
92 init_ = true; in Init()
100 return init_; in Init()
106 if (!init_) { in Match()
132 init_ = true; in Init()
137 if (init_) { in ~Regex()
143 if (!init_) { in Match()
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dre.h63 Regex() : init_(false) {} in Regex()
77 bool init_;
97 init_ = true; in Init()
106 return init_; in Init()
112 if (!init_) { in Match()
138 init_ = true; in Init()
143 if (init_) { in ~Regex()
149 if (!init_) { in Match()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc347 vec<constructor_elt, va_gc> *init_; member in TypeInfoVisitor
373 CONSTRUCTOR_APPEND_ELT (this->init_, NULL_TREE, value); in layout_field()
526 this->init_ = NULL; in TypeInfoVisitor()
533 return build_struct_literal (TREE_TYPE (this->decl_), this->init_); in result()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc366 vec<constructor_elt, va_gc> *init_; member in TypeInfoVisitor
392 CONSTRUCTOR_APPEND_ELT (this->init_, NULL_TREE, value); in layout_field()
546 this->init_ = NULL; in TypeInfoVisitor()
553 return build_struct_literal (TREE_TYPE (this->decl_), this->init_); in result()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.c706 … Expression *init_ = new IndexExp(loc, access, new IntegerExp(loc, l, Type::tsize_t)); in makeTupleForeachBody() local
707 init_ = semantic(init_, sc); in makeTupleForeachBody()
708 assert(init_->type); in makeTupleForeachBody()
710 p->storageClass, init_->type, cp->ident, init_, NULL); in makeTupleForeachBody()
H A Dstatementsem.d4530 … Expression init_ = new IndexExp(loc, access, new IntegerExp(loc, l, Type.tsize_t)); in makeTupleForeach() local
4531 init_ = init_.expressionSemantic(sc); in makeTupleForeach()
4532 assert(init_.type); in makeTupleForeach()
4533 declareVariable(p.storageClass, init_.type, cp.ident, init_, null); in makeTupleForeach()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c706 … Expression *init_ = new IndexExp(loc, access, new IntegerExp(loc, l, Type::tsize_t)); in makeTupleForeachBody() local
707 init_ = semantic(init_, sc); in makeTupleForeachBody()
708 assert(init_->type); in makeTupleForeachBody()
710 p->storageClass, init_->type, cp->ident, init_, NULL); in makeTupleForeachBody()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-bfin.c1146 #define INIT(t) t c_code = init_##t
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-bfin.c1146 #define INIT(t) t c_code = init_##t
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-bfin.c1146 #define INIT(t) t c_code = init_##t
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-bfin.c1146 #define INIT(t) t c_code = init_##t
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20164936 (objfile_type): Use init_..._type helpers instead of calling
4945 (read_base_type): Use init_..._type helpers.
4946 * mdebugread.c (basic_type): Use init_..._type helpers.
4949 * stabsread.c (rs6000_builtin_type): Use init_..._type helpers.
H A DChangeLog-19913282 initialize_{tdesc,dcontext} to init_{tdesc,dcontext}.
H A DChangeLog-19934473 * main.c: Rename initialize_{main,cmd_lists,history} to init_* to
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20164936 (objfile_type): Use init_..._type helpers instead of calling
4945 (read_base_type): Use init_..._type helpers.
4946 * mdebugread.c (basic_type): Use init_..._type helpers.
4949 * stabsread.c (rs6000_builtin_type): Use init_..._type helpers.
H A DChangeLog-19913282 initialize_{tdesc,dcontext} to init_{tdesc,dcontext}.
H A DChangeLog-19934473 * main.c: Rename initialize_{main,cmd_lists,history} to init_* to
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201912615 * gengenrtl.c (gendef): Emit init_* functions and alloca_*
/netbsd/external/bsd/ntp/dist/
H A DCommitLog127921 Call INIT_SSL() early with other init_*() routines.