track_function_decl   41 scripts/gcc-plugins/stackleak_plugin.c static GTY(()) tree track_function_decl;
track_function_decl   58 scripts/gcc-plugins/stackleak_plugin.c 	stmt = gimple_build_call(track_function_decl, 0);
track_function_decl   69 scripts/gcc-plugins/stackleak_plugin.c 	node = cgraph_get_create_node(track_function_decl);
track_function_decl  247 scripts/gcc-plugins/stackleak_plugin.c 		if (SYMBOL_REF_DECL(body) != track_function_decl)
track_function_decl  295 scripts/gcc-plugins/stackleak_plugin.c 	track_function_decl = build_fn_decl(track_function, fntype);
track_function_decl  296 scripts/gcc-plugins/stackleak_plugin.c 	DECL_ASSEMBLER_NAME(track_function_decl); /* for LTO */
track_function_decl  297 scripts/gcc-plugins/stackleak_plugin.c 	TREE_PUBLIC(track_function_decl) = 1;
track_function_decl  298 scripts/gcc-plugins/stackleak_plugin.c 	TREE_USED(track_function_decl) = 1;
track_function_decl  299 scripts/gcc-plugins/stackleak_plugin.c 	DECL_EXTERNAL(track_function_decl) = 1;
track_function_decl  300 scripts/gcc-plugins/stackleak_plugin.c 	DECL_ARTIFICIAL(track_function_decl) = 1;
track_function_decl  301 scripts/gcc-plugins/stackleak_plugin.c 	DECL_PRESERVE_P(track_function_decl) = 1;
track_function_decl  346 scripts/gcc-plugins/stackleak_plugin.c 			.base = &track_function_decl,
track_function_decl  348 scripts/gcc-plugins/stackleak_plugin.c 			.stride = sizeof(track_function_decl),