HomeSort by: relevance | last modified time | path
    Searched defs:test_fndecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 5580 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), NULL, NULL)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 8309 tree test_fndecl = make_fndecl (integer_type_node, "test_fn", param_types); local
8310 allocate_struct_function (test_fndecl, true);
8316 DECL_CONTEXT (a) = test_fndecl;
8323 DECL_CONTEXT (q) = test_fndecl;
8359 model0.push_frame (*DECL_STRUCT_FUNCTION (test_fndecl), NULL, &ctxt);
8361 model1.push_frame (*DECL_STRUCT_FUNCTION (test_fndecl), NULL, &ctxt);
8453 model0.push_frame (*DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL);
8592 model0.push_frame (*DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL);
8597 = model0.push_frame (*DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL);
8624 model0.push_frame (*DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL)
    [all...]

Completed in 32 milliseconds