Home
last modified time | relevance | path

Searched refs:null_ptr (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint.c62 struct foo5 *null_ptr; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc549 tree null_ptr = cp_convert (TREE_TYPE (test), nullptr_node, complain); in build_if_nonnull() local
550 tree cond = build2 (NE_EXPR, boolean_type_node, test, null_ptr); in build_if_nonnull()
556 null_ptr = cp_convert (TREE_TYPE (result), nullptr_node, complain); in build_if_nonnull()
557 cond = build3 (COND_EXPR, TREE_TYPE (result), cond, result, null_ptr); in build_if_nonnull()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-impl-calls.cc665 const svalue *null_ptr in impl_call_realloc() local
667 if (!model->add_constraint (ptr_sval, NE_EXPR, null_ptr, in impl_call_realloc()
H A Dregion-model.cc2522 const svalue *null_ptr = m_mgr->get_or_create_constant_svalue (null_ptr_cst); in deref_rvalue() local
2523 m_constraints->add_constraint (ptr_sval, NE_EXPR, null_ptr); in deref_rvalue()
6156 tree null_ptr = build_int_cst (ptr_type_node, 0); in test_malloc_constraints() local
6165 ASSERT_CONDITION_UNKNOWN (model, p, NE_EXPR, null_ptr); in test_malloc_constraints()
6166 ASSERT_CONDITION_UNKNOWN (model, p, EQ_EXPR, null_ptr); in test_malloc_constraints()
6167 ASSERT_CONDITION_UNKNOWN (model, q, NE_EXPR, null_ptr); in test_malloc_constraints()
6168 ASSERT_CONDITION_UNKNOWN (model, q, EQ_EXPR, null_ptr); in test_malloc_constraints()
6170 model.add_constraint (p, NE_EXPR, null_ptr, NULL); in test_malloc_constraints()
6172 ASSERT_CONDITION_TRUE (model, p, NE_EXPR, null_ptr); in test_malloc_constraints()
6173 ASSERT_CONDITION_FALSE (model, p, EQ_EXPR, null_ptr); in test_malloc_constraints()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-properties.c706 elf_property_list *null_ptr = NULL; in _bfd_elf_link_setup_gnu_properties() local
707 elf_property_list **listp = &null_ptr; in _bfd_elf_link_setup_gnu_properties()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-properties.c706 elf_property_list *null_ptr = NULL; in _bfd_elf_link_setup_gnu_properties() local
707 elf_property_list **listp = &null_ptr; in _bfd_elf_link_setup_gnu_properties()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc8782 tree null_ptr = build_int_cst (ptr_type_node, 0); in test_malloc_constraints() local
8795 ASSERT_CONDITION_UNKNOWN (model, p, NE_EXPR, null_ptr); in test_malloc_constraints()
8796 ASSERT_CONDITION_UNKNOWN (model, p, EQ_EXPR, null_ptr); in test_malloc_constraints()
8797 ASSERT_CONDITION_UNKNOWN (model, q, NE_EXPR, null_ptr); in test_malloc_constraints()
8798 ASSERT_CONDITION_UNKNOWN (model, q, EQ_EXPR, null_ptr); in test_malloc_constraints()
8800 model.add_constraint (p, NE_EXPR, null_ptr, NULL); in test_malloc_constraints()
8805 ASSERT_CONDITION_TRUE (model, p, NE_EXPR, null_ptr); in test_malloc_constraints()
8806 ASSERT_CONDITION_FALSE (model, p, EQ_EXPR, null_ptr); in test_malloc_constraints()
8807 ASSERT_CONDITION_TRUE (model, q, NE_EXPR, null_ptr); in test_malloc_constraints()
8808 ASSERT_CONDITION_FALSE (model, q, EQ_EXPR, null_ptr); in test_malloc_constraints()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d1436 null_ptr, ///
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d1429 null_ptr, ///
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c6674 tree present, null_ptr, type; in gfc_conv_procedure_call() local
6701 null_ptr = fold_build2_loc (input_location, EQ_EXPR, in gfc_conv_procedure_call()
6706 logical_type_node, present, null_ptr); in gfc_conv_procedure_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc7197 tree present, null_ptr, type; in gfc_conv_procedure_call() local
7224 null_ptr = fold_build2_loc (input_location, EQ_EXPR, in gfc_conv_procedure_call()
7229 logical_type_node, present, null_ptr); in gfc_conv_procedure_call()
H A DChangeLog-20104044 * trans-expr.c (gfc_conv_procedure_call): Rename nullptr to null_ptr