Home
last modified time | relevance | path

Searched refs:null_node (Results 1 – 20 of 20) sorted by relevance

/NextBSD/sys/fs/nullfs/
HDnull_subr.c59 static LIST_HEAD(null_node_hashhead, null_node) *null_node_hashtbl;
66 static struct vnode * null_hashins(struct mount *, struct null_node *);
102 struct null_node *a;
140 struct null_node *xp;
143 struct null_node *oxp;
185 vput(((struct null_node *)xp)->null_lowervp); in null_insmntque_dtr()
203 struct null_node *xp;
239 xp = malloc(sizeof(struct null_node), M_NULLFSNODE, M_WAITOK);
277 struct null_node *xp; in null_hashrem()
293 struct null_node *a = VTONULL(vp);
HDnull.h52 struct null_node { struct
53 LIST_ENTRY(null_node) null_hash; /* Hash list */
63 #define VTONULL(vp) ((struct null_node *)(vp)->v_data) argument
70 void null_hashrem(struct null_node *xp);
HDnull_vnops.c599 struct null_node *tnn; in null_rename()
632 struct null_node *nn; in null_lock()
705 struct null_node *nn; in null_unlock()
743 struct null_node *xp; in null_inactive()
775 struct null_node *xp; in null_reclaim()
826 struct null_node *xp; in null_getwritemount()
HDnull_vfsops.c404 struct null_node *xp; in nullfs_unlink_lowervp()
/NextBSD/contrib/gcc/cp/
HDexcept.c613 if (exp == null_node) in build_throw()
HDcvt.c1088 if (expr == null_node in build_expr_type_conversion()
HDtypeck.c3857 (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()
HDcall.c430 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()
HDerror.c2148 if (TREE_VALUE (p) == null_node) in args_to_string()
HDChangeLog-1997633 * decl.c (init_decl_processing): Give null_node unknown* type.
636 * error.c (args_as_string): Recognize null_node.
HDcp-tree.h646 #define access_default_node null_node
HDChangeLog-19982534 (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.
HDChangeLog-20042032 to null_node.
2790 * lex.c (cxx_init): Force null_node to be unique.
HDChangeLog5870 (null_node): Remove.
5871 * lex.c (cxx_init): Move null_node initialisation to C common frontend.
HDChangeLog-19961010 Introduce a new variable null_node for it.
HDparser.c3252 return null_node; in cp_parser_primary_expression()
HDChangeLog-19992701 (vt_off_identifier, empty_except_spec, null_node): Likewise.
/NextBSD/contrib/gcc/
HDc-common.h217 #define null_node c_global_trees[CTI_NULL] macro
HDc-common.c3491 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()
HDChangeLog-200521057 * 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].