Searched refs:test_fndecl (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc5580 tree test_fndecl = make_fndecl (integer_type_node, "test_fn", param_types); local
5581 allocate_struct_function (test_fndecl, true);
5587 DECL_CONTEXT (a) = test_fndecl;
5594 DECL_CONTEXT (q) = test_fndecl;
5630 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, &ctxt);
5632 model1.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, &ctxt);
5722 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL);
5860 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL);
5865 = model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL);
5892 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NUL
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc8384 tree test_fndecl = make_fndecl (integer_type_node, "test_fn", param_types); local
8385 allocate_struct_function (test_fndecl, true);
8429 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, &ctxt);
8432 DECL_STRUCT_FUNCTION (test_fndecl));
8433 model1.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, &ctxt);
8534 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL);
8674 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL);
8679 = model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL);
8707 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL);

Completed in 237 milliseconds