| /src/external/gpl3/binutils/dist/bfd/ |
| elf-properties.c | 822 elf_property_list *null_ptr = NULL; local 823 elf_property_list **listp = &null_ptr;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-properties.c | 806 elf_property_list *null_ptr = NULL; local 807 elf_property_list **listp = &null_ptr;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-properties.c | 706 elf_property_list *null_ptr = NULL; local 707 elf_property_list **listp = &null_ptr;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| watchpoint.c | 62 struct foo5 *null_ptr; variable in typeref:struct:foo5
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-properties.c | 706 elf_property_list *null_ptr = NULL; local 707 elf_property_list **listp = &null_ptr;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| watchpoint.c | 62 struct foo5 *null_ptr; variable in typeref:struct:foo5
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region-model-impl-calls.cc | 665 const svalue *null_ptr local 667 if (!model->add_constraint (ptr_sval, NE_EXPR, null_ptr,
|
| region-model.cc | 2522 const svalue *null_ptr = m_mgr->get_or_create_constant_svalue (null_ptr_cst); local 2523 m_constraints->add_constraint (ptr_sval, NE_EXPR, null_ptr); 6156 tree null_ptr = build_int_cst (ptr_type_node, 0); local 6165 ASSERT_CONDITION_UNKNOWN (model, p, NE_EXPR, null_ptr); 6166 ASSERT_CONDITION_UNKNOWN (model, p, EQ_EXPR, null_ptr); 6167 ASSERT_CONDITION_UNKNOWN (model, q, NE_EXPR, null_ptr); 6168 ASSERT_CONDITION_UNKNOWN (model, q, EQ_EXPR, null_ptr); 6170 model.add_constraint (p, NE_EXPR, null_ptr, NULL); 6172 ASSERT_CONDITION_TRUE (model, p, NE_EXPR, null_ptr); 6173 ASSERT_CONDITION_FALSE (model, p, EQ_EXPR, null_ptr); [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| rtti.cc | 551 tree null_ptr = cp_convert (TREE_TYPE (test), nullptr_node, complain); 552 tree cond = build2 (NE_EXPR, boolean_type_node, test, null_ptr); 558 null_ptr = cp_convert (TREE_TYPE (result), nullptr_node, complain); 559 cond = build3 (COND_EXPR, TREE_TYPE (result), cond, result, null_ptr); 549 tree null_ptr = cp_convert (TREE_TYPE (test), nullptr_node, complain); local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| rtti.cc | 551 tree null_ptr = cp_convert (TREE_TYPE (test), nullptr_node, complain); 552 tree cond = build2 (NE_EXPR, boolean_type_node, test, null_ptr); 558 null_ptr = cp_convert (TREE_TYPE (result), nullptr_node, complain); 559 cond = build3 (COND_EXPR, TREE_TYPE (result), cond, result, null_ptr); 549 tree null_ptr = cp_convert (TREE_TYPE (test), nullptr_node, complain); local
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| kf.cc | 990 const svalue *null_ptr local 992 if (!model->add_constraint (ptr_sval, NE_EXPR, null_ptr,
|
| region-model.cc | 2790 const svalue *null_ptr local 2792 m_constraints->add_constraint (ptr_sval, NE_EXPR, null_ptr); 8885 tree null_ptr = build_int_cst (ptr_type_node, 0); local 8895 ASSERT_CONDITION_UNKNOWN (model, p, NE_EXPR, null_ptr); 8896 ASSERT_CONDITION_UNKNOWN (model, p, EQ_EXPR, null_ptr); 8897 ASSERT_CONDITION_UNKNOWN (model, q, NE_EXPR, null_ptr); 8898 ASSERT_CONDITION_UNKNOWN (model, q, EQ_EXPR, null_ptr); 8900 model.add_constraint (p, NE_EXPR, null_ptr, NULL); 8902 ASSERT_CONDITION_TRUE (model, p, NE_EXPR, null_ptr); 8903 ASSERT_CONDITION_FALSE (model, p, EQ_EXPR, null_ptr); [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-expr.cc | 7675 tree present, null_ptr, type; local 7702 null_ptr = fold_build2_loc (input_location, EQ_EXPR, 7707 logical_type_node, present, null_ptr);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-expr.cc | 7222 tree present, null_ptr, type; local 7249 null_ptr = fold_build2_loc (input_location, EQ_EXPR, 7254 logical_type_node, present, null_ptr);
|