Searched defs:NULL (Results 1 - 25 of 203) sorted by path

123456789

/openbsd-current/gnu/gcc/fixincludes/
H A Dsystem.h38 #define NULL 0 macro
/openbsd-current/gnu/gcc/fixincludes/tests/base/
H A Dcurses.h34 #define NULL 0 /* typed NULL */ macro
/openbsd-current/gnu/gcc/gcc/
H A Dalias.c2517 note_stores (PATTERN (insn), record_set, NULL); local
H A Dc-pretty-print.c2037 pp_construct (pp_base (pp), NULL, 0); local
H A Dcfgexpand.c1667 NULL , NULL); local
[all...]
H A Dcfgloopmanip.c1383 loop_split_edge_with (loop_preheader_edge (loop), NULL); local
1384 loop_split_edge_with (loop_preheader_edge (nloop), NULL); local
[all...]
H A Dcgraphunit.c297 walk_tree (&DECL_INITIAL (decl), record_reference, NULL, visited_nodes); local
[all...]
H A Dcombine.c775 NULL); local
11497 note_stores (PATTERN (insn), reg_dead_at_p_1, NULL); local
[all...]
H A Dcse.c1293 insert_regs (SUBREG_REG (x), NULL, 0); local
6709 note_stores (PATTERN (insn), invalidate_skipped_set, NULL); local
[all...]
H A Dddg.c87 note_uses (&PATTERN (insn), mark_mem_use_1, NULL); local
103 note_stores (PATTERN (insn), mark_mem_store, NULL); local
H A Ddwarf2out.c13470 modified_type_die (TREE_TYPE (decl), 0, 0, NULL); local
[all...]
H A Dflow.c913 NULL); local
[all...]
H A Dfunction.c1364 for_each_rtx (&SET_SRC (set), instantiate_virtual_regs_in_rtx, NULL); local
1710 for_each_rtx (&REG_NOTES (insn), instantiate_virtual_regs_in_rtx, NULL); local
1715 instantiate_virtual_regs_in_rtx, NULL); local
[all...]
H A Dgcse.c1406 note_stores (PATTERN (setter), mems_conflict_for_gcse_p, NULL); local
2919 note_uses (&PATTERN (insn), find_used_regs, NULL); local
3205 NULL); local
3532 note_uses (&PATTERN (insn), find_used_regs, NULL); local
[all...]
H A Dgimplify.c2990 walk_tree (&DECL_INITIAL (object), force_labels_r, NULL, NULL); local
3073 walk_tree (&DECL_INITIAL (new), force_labels_r, NULL, NULL); local
[all...]
H A Dglobal.c832 note_stores (PATTERN (insn), mark_reg_clobber, NULL); local
845 note_stores (PATTERN (insn), mark_reg_store, NULL); local
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Darm.c11888 recog (PATTERN (insn), insn, NULL); local
11923 recog (PATTERN (insn), insn, NULL); local
[all...]
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa.c6201 optimize, 0, NULL); local
7364 optimize, 0, NULL); local
7414 NULL); local
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcp-gimplify.c751 walk_tree (&DECL_SAVED_TREE (fndecl), cp_genericize_r, p_set, NULL); local
[all...]
H A Derror.c100 pp_construct (pp_base (cxx_pp), NULL, 0); local
[all...]
H A Dinit.c134 dfs_walk_once (TYPE_BINFO (type), dfs_initialize_vtbl_ptrs, NULL, list); local
[all...]
H A Dpt.c2730 NULL); local
[all...]
H A Dsearch.c2045 dfs_walk_once (TYPE_BINFO (type), NULL, dfs_get_pure_virtuals, type); local
2122 dfs_walk_all (TYPE_BINFO (type), dfs_debug_mark, NULL, 0); local
[all...]
H A Dsemantics.c3139 NULL); local
[all...]
/openbsd-current/gnu/gcc/gcc/ginclude/
H A Dstddef.h398 #undef NULL /* in case <stdio.h> has defined it. */ macro
400 #define NULL __null macro
403 #define NULL ((void *)0) macro
405 #define NULL 0 macro

Completed in 368 milliseconds

123456789