Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/nullfs/
H A Dnull_subr.c61 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);
H A Dnull.h54 struct null_node { struct
55 LIST_ENTRY(null_node) null_hash; /* Hash list */
65 #define VTONULL(vp) ((struct null_node *)(vp)->v_data) argument
72 void null_hashrem(struct null_node *xp);
H A Dnull_vnops.c601 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()
H A Dnull_vfsops.c80 struct null_node *nn; in nullfs_mount()
427 struct null_node *xp; in nullfs_unlink_lowervp()
/freebsd-12.1/contrib/gcc/cp/
H A Dexcept.c613 if (exp == null_node) in build_throw()
H A Dcvt.c1088 if (expr == null_node in build_expr_type_conversion()
H A Dtypeck.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()
H A Dcall.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()
H A Derror.c2148 if (TREE_VALUE (p) == null_node) in args_to_string()
H A DChangeLog-1997633 * decl.c (init_decl_processing): Give null_node unknown* type.
636 * error.c (args_as_string): Recognize null_node.
H A Dcp-tree.h646 #define access_default_node null_node
H A DChangeLog-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.
H A DChangeLog-20042032 to null_node.
2790 * lex.c (cxx_init): Force null_node to be unique.
H A DChangeLog5870 (null_node): Remove.
5871 * lex.c (cxx_init): Move null_node initialisation to C common frontend.
H A DChangeLog-19961010 Introduce a new variable null_node for it.
H A Dparser.c3252 return null_node; in cp_parser_primary_expression()
H A DChangeLog-19992701 (vt_off_identifier, empty_except_spec, null_node): Likewise.
/freebsd-12.1/contrib/gcc/
H A Dc-common.h217 #define null_node c_global_trees[CTI_NULL] macro
H A Dc-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()
H A DChangeLog-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].