Searched refs:test_decl (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dumpfile.cc | 2283 tree test_decl = build_decl (decl_loc, FUNCTION_DECL, in test_capture_of_dump_calls() local 2290 cgraph_node *node = cgraph_node::get_create (test_decl); in test_capture_of_dump_calls() 2420 integer_zero_node, test_decl, 42, stmt, stmt); in test_capture_of_dump_calls()
|
H A D | cgraph.cc | 4272 tree test_decl = build_decl (UNKNOWN_LOCATION, FUNCTION_DECL, in test_symbol_table_test() local 4276 cgraph_node *node = cgraph_node::get_create (test_decl); in test_symbol_table_test()
|
H A D | ChangeLog-2018 | 5563 "stmt_loc". Convert test_decl to a function decl and set its 12913 greturn * to gimple *. Add a test_decl. Add tests of dump_printf
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dumpfile.c | 2225 tree test_decl = build_decl (decl_loc, FUNCTION_DECL, 2232 cgraph_node *node = cgraph_node::get_create (test_decl); 2362 integer_zero_node, test_decl, 42, stmt, stmt);
|
H A D | cgraph.c | 4164 tree test_decl = build_decl (UNKNOWN_LOCATION, FUNCTION_DECL, in test_symbol_table_test() local 4168 cgraph_node *node = cgraph_node::get_create (test_decl); in test_symbol_table_test()
|