Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Doffset1.C16 virtual void init(int argc, char **argv) { in init() function
25 virtual void init(int argc, char **argv) { Bar::init(argc, argv); } in init() function
30 virtual void init(int argc, char **argv) { Barf::init(argc, argv); } in init() function
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck2.c449 split_nonconstant_init_1 (tree dest, tree init) in split_nonconstant_init_1()
548 split_nonconstant_init (tree dest, tree init) in split_nonconstant_init()
585 store_init_value (tree decl, tree init) in store_init_value()
651 digest_init (tree type, tree init) in digest_init()
763 picflag_from_initializer (tree init) in picflag_from_initializer()
779 process_init_constructor_array (tree type, tree init) in process_init_constructor_array()
873 process_init_constructor_record (tree type, tree init) in process_init_constructor_record()
979 process_init_constructor_union (tree type, tree init) in process_init_constructor_union()
1050 process_init_constructor (tree type, tree init) in process_init_constructor()
H A Dinit.c151 tree init = NULL_TREE; in build_zero_init() local
322 perform_member_init (tree member, tree init) in perform_member_init()
472 tree init; in sort_mem_initializers() local
1084 build_aggr_init (tree exp, tree init, int flags) in build_aggr_init()
1153 expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags) in expand_default_init()
1246 expand_aggr_init_1 (tree binfo, tree true_exp, tree exp, tree init, int flags) in expand_aggr_init_1()
1466 tree init; in constant_value_1() local
1554 build_raw_new_expr (tree placement, tree type, tree nelts, tree init, in build_raw_new_expr()
1573 build_new_1 (tree placement, tree type, tree nelts, tree init, in build_new_1()
2068 build_new (tree placement, tree type, tree nelts, tree init, in build_new()
[all …]
H A Drtti.c801 tree init = NULL_TREE; in tinfo_base_init() local
885 tree init = tinfo_base_init (ti, target); in generic_initializer() local
901 tree init = tinfo_base_init (ti, target); in ptr_initializer() local
928 tree init = tinfo_base_init (ti, target); in ptm_initializer() local
960 tree init = tinfo_base_init (ti, target); in class_initializer() local
1481 tree init; in emit_tinfo_decl() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem04.C26 Xfourteen(T4 init): value(init) {} in Xfourteen()
39 Xfifteen(T6 init): value(init) {} in Xfifteen()
56 Xsixteen(T8 init): value(init) {} in Xsixteen()
H A Dtem03.C29 Xone(T4 init): value(init) {} in Xone()
49 Xtwo(T6 init): value(init) {} in Xtwo()
69 Xthree(T8 init): value(init) {} in Xthree()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c172 tree init = NULL_TREE; in build_zero_init() local
328 perform_member_init (tree member, tree init) in perform_member_init()
489 tree init; in sort_mem_initializers() local
1073 build_aggr_init (exp, init, flags) in build_aggr_init() argument
1153 build_init (decl, init, flags) in build_init() argument
1169 expand_default_init (binfo, true_exp, exp, init, flags) in expand_default_init() argument
1270 expand_aggr_init_1 (binfo, true_exp, exp, init, flags) in expand_aggr_init_1() argument
1906 build_new (placement, decl, init, use_global_new) in build_new() argument
2155 tree placement, init; local
2699 get_temp_regvar (type, init) in get_temp_regvar() argument
[all …]
H A Dtypeck2.c306 split_nonconstant_init_1 (tree dest, tree init, tree *pcode) in split_nonconstant_init_1()
383 split_nonconstant_init (tree dest, tree init) in split_nonconstant_init()
421 store_init_value (decl, init) in store_init_value() argument
514 digest_init (type, init, tail) in digest_init() argument
710 process_init_constructor (type, init, elts) in process_init_constructor() argument
H A Dparse.y197 parse_end_decl (decl, init, asmspec) in parse_end_decl() argument
208 parse_field (declarator, attributes, asmspec, init) in parse_field() argument
218 parse_field0 (declarator, specs_attrs, lookups, attributes, asmspec, init) in parse_field0() argument
H A Drtti.c743 tree init = NULL_TREE; local
826 tree init = tinfo_base_init (desc, target); local
843 tree init = tinfo_base_init (desc, target); local
874 tree init = tinfo_base_init (desc, target); local
981 tree init = tinfo_base_init (desc, target); local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dstats.h32 void init() { in init() function
61 void init() { LocalStats::init(); } in init() function
H A Dquarantine.h27 void init(void *Ptr, uptr Size) { in init() function
67 void init() { DCHECK_EQ(atomic_load_relaxed(&Size), 0U); } in init() function
175 void init(uptr Size, uptr CacheSize) { in init() function
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DAddDelete.pm259 sub init($self, @p) subroutine
446 sub init($self) subroutine
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Ddo1.C8 void init () in init() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp33 void HexagonMCShuffler::init(MCInst &MCB) { in init() function in HexagonMCShuffler
55 void HexagonMCShuffler::init(MCInst &MCB, MCInst const &AddMI, in init() function in HexagonMCShuffler
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DParent.pm12 sub init { subroutine
/openbsd-src/gnu/usr.bin/perl/dist/FindBin/lib/
H A DFindBin.pm109 sub init global() subroutine
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.h27 # define DECLARE(type,var,init) type var = init argument
29 # define DECLARE(type,var,init) extern type var argument
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DNote.pm11 sub init { subroutine
H A DEncoding.pm12 sub init { subroutine
H A DDiag.pm11 sub init { subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info/
H A DTable.pm11 sub init { subroutine
/openbsd-src/sbin/isakmpd/
H A Dinit.c66 init(void) in init() function
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DHub.pm10 sub init { subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/TAP/
H A DVersion.pm12 sub init { subroutine

12345678910>>...19