Home
last modified time | relevance | path

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

/netbsd-src/sys/miscfs/nullfs/
H A Dnull.h101 struct null_node { struct
H A Dnull_vfsops.c156 nmp->nullm_size = sizeof(struct null_node); in nullfs_mount()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h512 #define null_node c_global_trees[CTI_NULL] macro
H A Dc-common.c4478 null_node = make_int_cst (1, 1); in c_common_nodes_and_builtins()
4479 TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0); in c_common_nodes_and_builtins()
5406 && (warn_strict_null_sentinel || null_node != sentinel)) in check_function_sentinel()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h531 #define null_node c_global_trees[CTI_NULL] macro
H A Dc-common.cc4725 null_node = make_int_cst (1, 1); in c_common_nodes_and_builtins()
4726 TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0); in c_common_nodes_and_builtins()
5697 && (warn_strict_null_sentinel || null_node != sentinel)) in check_function_sentinel()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20185247 * call.c (convert_like_real): Restore null_node handling.
5332 (conversion_null_warnings): Replace comparison with null_node with
5345 null_node with call to null_node_p.
5374 (cp_build_binary_op): Replace comparison with null_node with call
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.h391 #define access_default_node null_node
8534 return expr == null_node; in null_node_p()
H A DChangeLog-20052286 (null_node): Remove.
2287 * lex.c (cxx_init): Move null_node initialisation to C common frontend.
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 DChangeLog-19961010 Introduce a new variable null_node for it.
H A Dcall.cc8034 if (expr == null_node in convert_like_internal()
H A DChangeLog-19992701 (vt_off_identifier, empty_except_spec, null_node): Likewise.
H A Dparser.cc5727 return cp_expr (null_node, token->location); in cp_parser_primary_expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h374 #define access_default_node null_node
8053 return expr == null_node; in null_node_p()
H A Dcall.c7576 if (expr == null_node in convert_like_real_1()
H A Dparser.c5447 return cp_expr (null_node, token->location); in cp_parser_primary_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200521056 * c-common.c (c_common_nodes_and_builtins): Create global null_node.
21058 (check_function_sentinel): Check for null_node as valid sentinel too.
21060 (null_node) Define global_tree[CTI_NULL].