/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/go/gofrontend/ |
H A D | gogo-tree.cc | 1125 decl = func->get_or_make_decl(gogo, this, name); in get_tree() 1253 Function::get_or_make_decl(Gogo* gogo, Named_object* no, tree id) in get_or_make_decl() function in Function 1367 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no, tree id) in get_or_make_decl() function in Function_declaration 2234 fndecl = no->func_value()->get_or_make_decl(this, no, fnid); in interface_method_table_for_type() 2236 fndecl = no->func_declaration_value()->get_or_make_decl(this, no, in interface_method_table_for_type()
|
H A D | gogo.h | 1064 get_or_make_decl(Gogo*, Named_object*, tree id); 1223 get_or_make_decl(Gogo*, Named_object*, tree id);
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/go/gofrontend/ |
H A D | gogo-tree.cc | 1095 decl = function_to_tree(func->get_or_make_decl(gogo, this)); in get_tree() 1223 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 2138 bf = no->func_value()->get_or_make_decl(this, no); in interface_method_table_for_type() 2140 bf = no->func_declaration_value()->get_or_make_decl(this, no); in interface_method_table_for_type()
|
H A D | gogo.h | 1116 get_or_make_decl(Gogo*, Named_object*); 1291 get_or_make_decl(Gogo*, Named_object*);
|
/dports/lang/gcc48/gcc-4.8.5/gcc/go/gofrontend/ |
H A D | gogo-tree.cc | 1092 decl = function_to_tree(func->get_or_make_decl(gogo, this)); in get_tree() 1220 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 2133 bf = no->func_value()->get_or_make_decl(this, no); in interface_method_table_for_type() 2135 bf = no->func_declaration_value()->get_or_make_decl(this, no); in interface_method_table_for_type()
|
H A D | gogo.h | 1104 get_or_make_decl(Gogo*, Named_object*); 1279 get_or_make_decl(Gogo*, Named_object*);
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 900 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1283 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1373 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1479 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 5394 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 5498 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 6122 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 6733 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 7548 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
H A D | gogo.h | 1453 get_or_make_decl(Gogo*, Named_object*); 1660 get_or_make_decl(Gogo*, Named_object*);
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 900 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1283 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1373 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1479 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 5394 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 5498 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 6122 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 6733 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 7548 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 900 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1283 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1373 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1479 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 5394 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 5498 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 6122 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 6733 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 7548 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 900 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1283 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1373 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1479 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 5394 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 5498 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 6122 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 6733 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 7548 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 900 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1283 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1373 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1479 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 5394 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 5498 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 6122 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 6733 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 7548 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/lang/gcc8/gcc-8.5.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 900 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1283 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1373 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1479 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 5394 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 5498 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 6122 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 6733 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 7548 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 933 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1412 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1502 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1616 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 5810 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 5923 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 6680 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 7445 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 8268 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 933 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1412 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1502 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1616 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 5810 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 5923 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 6680 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 7445 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 8268 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/gofrontend/ |
H A D | gogo.cc | 933 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1412 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1502 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1616 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 5810 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 5923 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 6680 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 7445 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 8268 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/go/gofrontend/ |
H A D | gogo.h | 1187 get_or_make_decl(Gogo*, Named_object*); 1365 get_or_make_decl(Gogo*, Named_object*);
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/go/gofrontend/ |
H A D | gogo.h | 1187 get_or_make_decl(Gogo*, Named_object*); 1365 get_or_make_decl(Gogo*, Named_object*);
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/gofrontend/ |
H A D | gogo.cc | 1051 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1530 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1645 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1783 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 6278 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 6407 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 7175 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 7975 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 8861 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 1081 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1560 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1649 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1779 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 6190 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 6316 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 7089 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 7858 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 8777 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/gofrontend/ |
H A D | gogo.cc | 1053 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1532 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1647 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1785 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 6275 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 6404 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 7172 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 7972 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 8848 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/gofrontend/ |
H A D | gogo.cc | 1081 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1560 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1649 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1779 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 6192 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 6318 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 7091 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 7860 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 8779 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 1053 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1532 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1647 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1785 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 6275 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 6404 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 7172 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 7972 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 8848 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 1053 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1532 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1647 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1785 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 6275 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 6404 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 7172 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 7972 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 8848 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/go/gofrontend/ |
H A D | gogo.cc | 1081 Bfunction* fndecl = initfn->func_value()->get_or_make_decl(this, initfn); in create_initialization_function() 1560 init_bfn = init_fndecl->func_value()->get_or_make_decl(this, init_fndecl); in write_globals() 1649 init_bfn = func->get_or_make_decl(this, init_fndecl); in write_globals() 1779 Bfunction* initfn = func->get_or_make_decl(this, *p); in write_globals() 6192 Function::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function 6318 Function_declaration::get_or_make_decl(Gogo* gogo, Named_object* no) in get_or_make_decl() function in Function_declaration 7091 function->func_value()->get_or_make_decl(gogo, function); in get_backend() 7860 function->func_value()->get_or_make_decl(gogo, function); in get_init_block() 8779 func_decls.push_back(func->get_or_make_decl(gogo, this)); in get_backend()
|