Searched refs:null_node (Results 1 – 20 of 20) sorted by relevance
101 struct null_node { struct
156 nmp->nullm_size = sizeof(struct null_node); in nullfs_mount()
512 #define null_node c_global_trees[CTI_NULL] macro
4478 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()
531 #define null_node c_global_trees[CTI_NULL] macro
4725 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()
5247 * call.c (convert_like_real): Restore null_node handling.5332 (conversion_null_warnings): Replace comparison with null_node with5345 null_node with call to null_node_p.5374 (cp_build_binary_op): Replace comparison with null_node with call
633 * decl.c (init_decl_processing): Give null_node unknown* type.636 * error.c (args_as_string): Recognize null_node.
391 #define access_default_node null_node8534 return expr == null_node; in null_node_p()
2286 (null_node): Remove.2287 * lex.c (cxx_init): Move null_node initialisation to C common frontend.
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.
1010 Introduce a new variable null_node for it.
8034 if (expr == null_node in convert_like_internal()
2701 (vt_off_identifier, empty_except_spec, null_node): Likewise.
5727 return cp_expr (null_node, token->location); in cp_parser_primary_expression()
374 #define access_default_node null_node8053 return expr == null_node; in null_node_p()
7576 if (expr == null_node in convert_like_real_1()
5447 return cp_expr (null_node, token->location); in cp_parser_primary_expression()
21056 * 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].