Searched refs:null_node (Results 1 – 20 of 20) sorted by relevance
61 static LIST_HEAD(null_node_hashhead, null_node) *null_node_hashtbl;68 static struct vnode * null_hashins(struct mount *, struct null_node *);104 struct null_node *a;142 struct null_node *xp;145 struct null_node *oxp;187 vput(((struct null_node *)xp)->null_lowervp); in null_insmntque_dtr()205 struct null_node *xp;241 xp = malloc(sizeof(struct null_node), M_NULLFSNODE, M_WAITOK);279 struct null_node *xp; in null_hashrem()295 struct null_node *a = VTONULL(vp);
54 struct null_node { struct55 LIST_ENTRY(null_node) null_hash; /* Hash list */65 #define VTONULL(vp) ((struct null_node *)(vp)->v_data) argument72 void null_hashrem(struct null_node *xp);
601 struct null_node *tnn; in null_rename()642 struct null_node *nn; in null_lock()715 struct null_node *nn; in null_unlock()753 struct null_node *xp; in null_inactive()785 struct null_node *xp; in null_reclaim()840 struct null_node *xp; in null_getwritemount()
80 struct null_node *nn; in nullfs_mount()427 struct null_node *xp; in nullfs_unlink_lowervp()
613 if (exp == null_node) in build_throw()
1088 if (expr == null_node in build_expr_type_conversion()
3857 (orig_op0 == null_node in build_binary_op()3860 || (orig_op1 == null_node in build_binary_op()3863 || (orig_op0 == null_node && orig_op1 == null_node in build_binary_op()
430 if (t == null_node) in null_ptr_cst_p()4288 if (ARITHMETIC_TYPE_P (t) && expr == null_node) in convert_like_real()4595 expr = convert (build_pointer_type (type1), null_node); in build_x_va_arg()
2148 if (TREE_VALUE (p) == null_node) in args_to_string()
633 * decl.c (init_decl_processing): Give null_node unknown* type.636 * error.c (args_as_string): Recognize null_node.
646 #define access_default_node null_node
2534 (init_decl_processing): Make null_node always have integral type.2601 for null_node in non-ANSI mode.2603 place of null_node to avoid spurious errors.
2032 to null_node.2790 * lex.c (cxx_init): Force null_node to be unique.
5870 (null_node): Remove.5871 * lex.c (cxx_init): Move null_node initialisation to C common frontend.
1010 Introduce a new variable null_node for it.
3252 return null_node; in cp_parser_primary_expression()
2701 (vt_off_identifier, empty_except_spec, null_node): Likewise.
217 #define null_node c_global_trees[CTI_NULL] macro
3491 null_node = make_node (INTEGER_CST); in c_common_nodes_and_builtins()3492 TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0); in c_common_nodes_and_builtins()5707 || null_node != TREE_VALUE (sentinel))) in check_function_sentinel()
21057 * c-common.c (c_common_nodes_and_builtins): Create global null_node.21059 (check_function_sentinel): Check for null_node as valid sentinel too.21061 (null_node) Define global_tree[CTI_NULL].