NULL_TREE         257 scripts/gcc-plugins/gcc-common.h 	fun->local_decls = tree_cons(NULL_TREE, d, fun->local_decls);
NULL_TREE         416 scripts/gcc-plugins/gcc-common.h 	if (t == NULL_TREE || TREE_CODE(t) != INTEGER_CST)
NULL_TREE         430 scripts/gcc-plugins/gcc-common.h 	if (t == NULL_TREE || TREE_CODE(t) != INTEGER_CST)
NULL_TREE         573 scripts/gcc-plugins/gcc-common.h 	if (DECL_SECTION_NAME(decl) == NULL_TREE)
NULL_TREE         255 scripts/gcc-plugins/latent_entropy_plugin.c 	return NULL_TREE;
NULL_TREE         282 scripts/gcc-plugins/latent_entropy_plugin.c 	return lookup_attribute("latent_entropy", list) != NULL_TREE;
NULL_TREE         487 scripts/gcc-plugins/latent_entropy_plugin.c 	if (latent_entropy_decl != NULL_TREE)
NULL_TREE         504 scripts/gcc-plugins/latent_entropy_plugin.c 	return latent_entropy_decl != NULL_TREE;
NULL_TREE          27 scripts/gcc-plugins/randomize_layout_plugin.c 	(TYPE_NAME(TYPE_MAIN_VARIANT(node)) != NULL_TREE ? ((const unsigned char *)IDENTIFIER_POINTER(TYPE_NAME(TYPE_MAIN_VARIANT(node)))) : (const unsigned char *)"anonymous")
NULL_TREE          83 scripts/gcc-plugins/randomize_layout_plugin.c 		return NULL_TREE;
NULL_TREE          88 scripts/gcc-plugins/randomize_layout_plugin.c 		return NULL_TREE;
NULL_TREE          93 scripts/gcc-plugins/randomize_layout_plugin.c 		return NULL_TREE;
NULL_TREE         105 scripts/gcc-plugins/randomize_layout_plugin.c 		return NULL_TREE;
NULL_TREE         110 scripts/gcc-plugins/randomize_layout_plugin.c 		return NULL_TREE;
NULL_TREE         115 scripts/gcc-plugins/randomize_layout_plugin.c 	return NULL_TREE;
NULL_TREE         122 scripts/gcc-plugins/randomize_layout_plugin.c 	return NULL_TREE;
NULL_TREE         132 scripts/gcc-plugins/randomize_layout_plugin.c 	return NULL_TREE;
NULL_TREE         186 scripts/gcc-plugins/randomize_layout_plugin.c 		if (size_groups[group_idx].tree_start == NULL_TREE) {
NULL_TREE         201 scripts/gcc-plugins/randomize_layout_plugin.c 	if (size_groups[group_idx].tree_start != NULL_TREE &&
NULL_TREE         308 scripts/gcc-plugins/randomize_layout_plugin.c 	if (typesize == NULL_TREE && TYPE_DOMAIN(fieldtype) != NULL_TREE &&
NULL_TREE         309 scripts/gcc-plugins/randomize_layout_plugin.c 	    TYPE_MAX_VALUE(TYPE_DOMAIN(fieldtype)) == NULL_TREE)
NULL_TREE         312 scripts/gcc-plugins/randomize_layout_plugin.c 	if (typesize != NULL_TREE &&
NULL_TREE         333 scripts/gcc-plugins/randomize_layout_plugin.c 	if (TYPE_FIELDS(type) == NULL_TREE)
NULL_TREE         393 scripts/gcc-plugins/randomize_layout_plugin.c 	TREE_CHAIN(newtree[num_fields - 1]) = NULL_TREE;
NULL_TREE         399 scripts/gcc-plugins/randomize_layout_plugin.c 		TYPE_ATTRIBUTES(variant) = tree_cons(get_identifier("randomize_performed"), NULL_TREE, TYPE_ATTRIBUTES(variant));
NULL_TREE         400 scripts/gcc-plugins/randomize_layout_plugin.c 		TYPE_ATTRIBUTES(variant) = tree_cons(get_identifier("designated_init"), NULL_TREE, TYPE_ATTRIBUTES(variant));
NULL_TREE         402 scripts/gcc-plugins/randomize_layout_plugin.c 			TYPE_ATTRIBUTES(type) = tree_cons(get_identifier("has_flexarray"), NULL_TREE, TYPE_ATTRIBUTES(type));
NULL_TREE         410 scripts/gcc-plugins/randomize_layout_plugin.c 	TYPE_SIZE(main_variant) = NULL_TREE;
NULL_TREE         412 scripts/gcc-plugins/randomize_layout_plugin.c 	gcc_assert(TYPE_SIZE(main_variant) != NULL_TREE);
NULL_TREE         473 scripts/gcc-plugins/randomize_layout_plugin.c 		TYPE_ATTRIBUTES(type) = tree_cons(get_identifier("randomize_considered"), NULL_TREE, TYPE_ATTRIBUTES(type));
NULL_TREE         494 scripts/gcc-plugins/randomize_layout_plugin.c 	if (init == NULL_TREE || init == error_mark_node)
NULL_TREE         533 scripts/gcc-plugins/randomize_layout_plugin.c 	if (decl == NULL_TREE || decl == error_mark_node)
NULL_TREE         560 scripts/gcc-plugins/randomize_layout_plugin.c 	if (type == NULL_TREE || type == error_mark_node)
NULL_TREE         566 scripts/gcc-plugins/randomize_layout_plugin.c 	if (TYPE_FIELDS(type) == NULL_TREE)
NULL_TREE         632 scripts/gcc-plugins/randomize_layout_plugin.c 		if (field == NULL_TREE)
NULL_TREE         668 scripts/gcc-plugins/randomize_layout_plugin.c 		if (init == NULL_TREE)
NULL_TREE         753 scripts/gcc-plugins/randomize_layout_plugin.c 	if (type_tree == NULL_TREE)
NULL_TREE         892 scripts/gcc-plugins/randomize_layout_plugin.c 				if (op0 == NULL_TREE)
NULL_TREE         912 scripts/gcc-plugins/randomize_layout_plugin.c 				if (ssa_name_var != NULL_TREE && DECL_NAME(ssa_name_var) && 
NULL_TREE          68 scripts/gcc-plugins/sancov_plugin.c 	tree BT_FN_VOID = build_function_type_list(void_type_node, NULL_TREE);
NULL_TREE         294 scripts/gcc-plugins/stackleak_plugin.c 	fntype = build_function_type_list(void_type_node, NULL_TREE);
NULL_TREE          59 scripts/gcc-plugins/structleak_plugin.c 		return NULL_TREE;
NULL_TREE          62 scripts/gcc-plugins/structleak_plugin.c 	return NULL_TREE;
NULL_TREE         105 scripts/gcc-plugins/structleak_plugin.c 	if (type == NULL_TREE || type == error_mark_node)